![]() |
QuasiNewtonLearningT Properties |
The QuasiNewtonLearningT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | CurrentIteration |
Gets the current iteration number.
|
![]() | Function |
Gets or sets the potential function to use if this learning
algorithm needs to create a new ConditionalRandomFieldT.
|
![]() | HasConverged |
Gets or sets whether the algorithm has converged.
|
![]() | MaxIterations |
Gets or sets the maximum number of iterations
performed by the learning algorithm.
|
![]() | Model |
Gets or sets the model being trained.
|
![]() | ParallelOptions |
Gets or sets the parallelization options for this algorithm.
(Inherited from ParallelLearningBase.) |
![]() | Token |
Gets or sets a cancellation token that can be used
to cancel the algorithm while it is running.
(Inherited from ParallelLearningBase.) |
![]() | Tolerance |
Gets or sets the tolerance value used to determine
whether the algorithm has converged.
|