Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

inputs
Type: SystemInt32
outputs
Type: SystemInt32

Return Value

Type: Double
The sum log-likelihood for all models after training.
See Also