Click or drag to resize
Accord.NET (logo)

BaseHiddenMarkovClassifierLearningTClassifier, TModel, TDistribution, TObservationRejection 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; }
Request Example View Source

Property Value

Type: Boolean
true to update the threshold model after training; otherwise, false.
See Also