Click or drag to resize
Accord.NET (logo)

LevenbergMarquardtLearningNumberOfParameters Property

Gets the total number of parameters in the network being trained.

Namespace:  Accord.Neuro.Learning
Assembly:  Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax
public int NumberOfParameters { get; }
Request Example View Source

Property Value

Type: Int32
See Also