Click or drag to resize
Accord.NET (logo)

LevenbergMarquardtLearningEffectiveParameters Property

Gets the number of effective parameters being used by the network as determined by the Bayesian regularization.

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

Property Value

Type: Double
Remarks
If no regularization is being used, the value will be 0.
See Also