Click or drag to resize
Accord.NET (logo)

HiddenMarkovOptionsLearning Property

Gets or sets the learning function for the hidden Markov model.

Namespace:  Accord.Statistics.Distributions.Fitting
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public Action<HiddenMarkovModel, double[][], double[]> Learning { get; set; }
Request Example View Source

Property Value

Type: ActionHiddenMarkovModel, Double, Double
See Also