Click or drag to resize
Accord.NET (logo)

ILikelihoodTaggerTInputLogLikelihoods Method (TInput)

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

Namespace:  Accord.MachineLearning
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
double[][][] LogLikelihoods(
	TInput[][] sequences
)
Request Example View Source

Parameters

sequences
Type: TInput

Return Value

Type: Double
See Also