Click or drag to resize
Accord.NET (logo)

ElasticNetworkLearning Constructor

Initializes a new instance of the ElasticNetworkLearning class.

Namespace:  Accord.Neuro.Learning
Assembly:  Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax
public ElasticNetworkLearning(
	DistanceNetwork network
)
Request Example View Source

Parameters

network
Type: Accord.NeuroDistanceNetwork
Neural network to train.
See Also