Click or drag to resize
Accord.NET (logo)

BaseHiddenMarkovClassifierLearningTClassifier, TModel, TDistribution, TObservation Constructor (TClassifier, FuncInt32, IUnsupervisedLearningTModel, TObservation, Int32)

Creates a new instance of the learning algorithm for a given Markov sequence classifier using the specified configuration function.

Namespace:  Accord.Statistics.Models.Markov.Learning
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
protected BaseHiddenMarkovClassifierLearning(
	TClassifier classifier,
	Func<int, IUnsupervisedLearning<TModel, TObservation[], int[]>> learner
)
Request Example View Source

Parameters

classifier
Type: TClassifier
learner
Type: SystemFuncInt32, IUnsupervisedLearningTModel, TObservation, Int32
See Also