Click or drag to resize
Accord.NET (logo)

LikelihoodTaggerBaseTInputLogLikelihoods Method (TInput, Int32, Double)

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.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public virtual double[][][] LogLikelihoods(
	TInput[][] sequences,
	ref int[][] decision,
	double[][][] result
)
Request Example View Source

Parameters

sequences
Type: TInput
decision
Type: SystemInt32
result
Type: SystemDouble

Return Value

Type: Double

Implements

ILikelihoodTaggerTInputLogLikelihoods(TInput, Int32, Double)
See Also