Click or drag to resize
Accord.NET (logo)

BaseViterbiLearningTRunEpoch Method

Runs one single epoch (iteration) of the learning algorithm.

Namespace:  Accord.Statistics.Models.Markov.Learning
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
protected abstract void RunEpoch(
	T[] inputs,
	int[][] outputs
)
Request Example View Source

Parameters

inputs
Type: T
The observation sequences.
outputs
Type: SystemInt32
A vector to be populated with the decoded Viterbi sequences.
See Also