|
ViterbiLearningTDistributionComputeLogLikelihood Method
|
Computes the log-likelihood for the current model for the given observations.
Namespace:
Accord.Statistics.Models.Markov.Learning
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax protected override double ComputeLogLikelihood(
double[][][] observations
)
Protected Overrides Function ComputeLogLikelihood (
observations As Double()()()
) As Double
Request Example
View SourceParameters
- observations
- Type: SystemDouble
The observation vectors.
Return Value
Type:
DoubleThe log-likelihood of the observations belonging to the model.
See Also