Click or drag to resize
Accord.NET (logo)

ILikelihoodTaggerTInputLogLikelihood Method (TInput)

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

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

Parameters

sequence
Type: TInput

Return Value

Type: Double
See Also