Click or drag to resize
Accord.NET (logo)

HiddenConjugateGradientLearningT Properties

The HiddenConjugateGradientLearningT generic type exposes the following members.

Properties
  NameDescription
Public propertyConverged Obsolete.
Please use HasConverged instead.
Public propertyCurrentIteration
Gets the current iteration number.
Public propertyFunction (Inherited from BaseHiddenConditionalRandomFieldLearningT.)
Public propertyHasConverged
Gets or sets whether the algorithm has converged.
(Inherited from BaseHiddenGradientOptimizationLearningTData, TOptimizer.)
Public propertyIterations Obsolete.
Please use MaxIterations instead.
Public propertyMaxIterations
Gets or sets the maximum number of iterations performed by the learning algorithm.
(Inherited from BaseHiddenGradientOptimizationLearningTData, TOptimizer.)
Public propertyModel
Gets or sets the model being trained.
(Inherited from BaseHiddenConditionalRandomFieldLearningT.)
Public propertyOptimizer
Gets the optimization algorithm being used.
(Inherited from BaseHiddenGradientOptimizationLearningTData, TOptimizer.)
Public propertyParallelOptions
Gets or sets the parallelization options for this algorithm.
(Inherited from BaseHiddenGradientOptimizationLearningTData, TOptimizer.)
Public propertyRegularization
Gets or sets the amount of the parameter weights which should be included in the objective function. Default is 0 (do not include regularization).
(Inherited from BaseHiddenGradientOptimizationLearningTData, TOptimizer.)
Public propertyToken
Gets or sets a cancellation token that can be used to stop the learning algorithm while it is running.
(Inherited from BaseHiddenConditionalRandomFieldLearningT.)
Public propertyTolerance
Gets or sets the tolerance value used to determine whether the algorithm has converged.
(Inherited from BaseHiddenGradientOptimizationLearningTData, TOptimizer.)
Top
See Also