|
BaseViterbiLearningTComputeLogLikelihood 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 abstract double ComputeLogLikelihood(
T[] observations
)
Protected MustOverride Function ComputeLogLikelihood (
observations As T()
) As Double
Request Example
View SourceParameters
- observations
- Type: T
The observation vectors.
Return Value
Type:
DoubleThe log-likelihood of the observations belonging to the model.
See Also