Click or drag to resize
Accord.NET (logo)

QuasiNewtonLearningT Properties

The QuasiNewtonLearningT generic type exposes the following members.

Properties
  NameDescription
Public propertyCurrentIteration
Gets the current iteration number.
Public propertyFunction
Public propertyHasConverged
Gets or sets whether the algorithm has converged.
Public propertyMaxIterations
Gets or sets the maximum number of iterations performed by the learning algorithm.
Public propertyModel
Gets or sets the model being trained.
Public propertyParallelOptions
Gets or sets the parallelization options for this algorithm.
(Inherited from ParallelLearningBase.)
Public propertyToken
Gets or sets a cancellation token that can be used to cancel the algorithm while it is running.
(Inherited from ParallelLearningBase.)
Public propertyTolerance
Gets or sets the tolerance value used to determine whether the algorithm has converged.
Top
See Also