|
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; }
Public Property Learning As Action(Of HiddenMarkovModel, Double()(), Double())
Get
Set
Request Example
View SourceProperty Value
Type:
ActionHiddenMarkovModel,
Double,
DoubleSee Also