Click or drag to resize
Accord.NET (logo)

LikelihoodTaggerBaseTInputProbability Method (TInput, Int32)

Predicts a the probability that the sequence vector has been generated by this log-likelihood tagger.

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

Parameters

sequence
Type: TInput
decision
Type: SystemInt32

Return Value

Type: Double

Implements

ILikelihoodTaggerTInputProbability(TInput, Int32)
See Also