Click or drag to resize
Accord.NET (logo)

LikelihoodTaggerBaseTInputProbabilities Method (TInput)

Predicts a the probabilities for each of the observations in the sequence vector assuming each of the possible states in the tagger model.

Namespace:  Accord.MachineLearning
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double[][] Probabilities(
	TInput[] sequence
)
Request Example View Source

Parameters

sequence
Type: TInput

Return Value

Type: Double

Implements

ILikelihoodTaggerTInputProbabilities(TInput)
See Also