Click or drag to resize
Accord.NET (logo)

BaseHiddenMarkovClassifierLearningTClassifier, TModel, TDistribution, TObservationRunT Method

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.")]
protected double Run<T>(
	T[] inputs,
	int[] outputs
)
Request Example View Source

Parameters

inputs
Type: T
outputs
Type: SystemInt32

Type Parameters

T

Return Value

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