Click or drag to resize
Accord.NET (logo)

BaseHiddenMarkovClassifierLearningTClassifier, TModel, TDistribution, TObservationCreateThresholdTopology Method

Creates the state transition topology for the threshold model. This method can be used to help in the implementation of the Threshold abstract method which has to be defined for implementers of this class.

Namespace:  Accord.Statistics.Models.Markov.Learning
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
protected ITopology CreateThresholdTopology()
Request Example View Source

Return Value

Type: ITopology
See Also