Click or drag to resize
Accord.NET (logo)

IUnsupervisedLearningTRun Method (T)

Runs the learning algorithm.

Namespace:  Accord.Statistics.Models.Markov.Learning
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
double Run(
	params T[] observations
)

Parameters

observations
Type: T
The observations.

Return Value

Type: Double
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