|
HiddenMarkovClassifierLearningRun Method (Int32, Int32)
|
Note: This API is now obsolete.
Trains each model to recognize each of the output labels.
Namespace:
Accord.Statistics.Models.Markov.Learning
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax [ObsoleteAttribute("Please use the Learn(x, y) method instead.")]
public double Run(
int[][] inputs,
int[] outputs
)
<ObsoleteAttribute("Please use the Learn(x, y) method instead.")>
Public Function Run (
inputs As Integer()(),
outputs As Integer()
) As Double
Request Example
View SourceParameters
- inputs
- Type: SystemInt32
- outputs
- Type: SystemInt32
Return Value
Type:
DoubleThe sum log-likelihood for all models after training.
See Also