|
BaseHiddenMarkovClassifierLearningTClassifier, TModelRejection Property
|
Gets or sets a value indicating whether a threshold model
should be created or updated after training to support rejection.
Namespace:
Accord.Statistics.Models.Markov.Learning
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public bool Rejection { get; set; }
Public Property Rejection As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
Booleantrue to update the threshold model after training;
otherwise,
false.
See Also