Click or drag to resize
Accord.NET (logo)

HiddenConditionalRandomFieldTDecode Method (T, Int32, Double)

Computes the most likely state labels for the given observations, returning the overall sequence probability for this model.

Namespace:  Accord.Statistics.Models.Fields
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public int[] Decode(
	T[] observations,
	int output,
	out double logLikelihood
)
Request Example View Source

Parameters

observations
Type: T
output
Type: SystemInt32
logLikelihood
Type: SystemDouble

Return Value

Type: Int32
See Also