Click or drag to resize
Accord.NET (logo)

IConvergenceLearning Properties

The IConvergenceLearning type exposes the following members.

Properties
  NameDescription
Public propertyCurrentIteration
Gets the current iteration number.
Public propertyHasConverged
Gets or sets whether the algorithm has converged.
Public propertyIterations Obsolete.
Gets or sets the maximum number of iterations performed by the learning algorithm.
Public propertyMaxIterations
Gets or sets the maximum number of iterations performed by the learning algorithm.
Public propertyTolerance
Gets or sets the tolerance value used to determine whether the algorithm has converged.
Top
See Also