|
HiddenMarkovClassifierTDistributionLogLikelihood Method (Array)
|
Computes the log-likelihood that a sequence
belongs any of the classes in the classifier.
Namespace:
Accord.Statistics.Models.Markov
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public double LogLikelihood(
Array sequence
)
Public Function LogLikelihood (
sequence As Array
) As Double
Request Example
View SourceParameters
- sequence
- Type: SystemArray
The sequence of observations.
Return Value
Type:
DoubleThe log-likelihood of the sequence belonging to the classifier.
See Also