|
HiddenMarkovClassifierTDistributionLogLikelihood Method (Array, Int32)
|
Computes the log-likelihood of a set of sequences
belonging to their given respective classes according
to this classifier.
Namespace:
Accord.Statistics.Models.Markov
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public double LogLikelihood(
Array[] sequences,
int[] outputs
)
Public Function LogLikelihood (
sequences As Array(),
outputs As Integer()
) As Double
Request Example
View SourceParameters
- sequences
- Type: SystemArray
A set of sequences of observations. - outputs
- Type: SystemInt32
The output class label for each sequence.
Return Value
Type:
DoubleThe log-likelihood of the sequences belonging to the given classes.
See Also