Click or drag to resize
Accord.NET (logo)

ViterbiLearningTDistributionRun Method (Array)

Runs the learning algorithm.

Namespace:  Accord.Statistics.Models.Markov.Learning
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double Run(
	params Array[] observations
)
Request Example View Source

Parameters

observations
Type: SystemArray

Return Value

Type: Double

Implements

IUnsupervisedLearningRun(Array)
Remarks
Learning problem. Given some training observation sequences O = {o1, o2, ..., oK} and general structure of HMM (numbers of hidden and visible states), determine HMM parameters M = (A, B, pi) that best fit training data.
See Also