Click or drag to resize
Accord.NET (logo)

ILikelihoodTaggerTInputProbabilities Method (TInput, Int32, Double)

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

Parameters

sequence
Type: TInput
decision
Type: SystemInt32
result
Type: SystemDouble

Return Value

Type: Double
See Also