Click or drag to resize
Accord.NET (logo)

BaseHiddenMarkovClassifierLearningTClassifier, TModel, TDistribution, TObservationLogLikelihood Property

Gets the log-likelihood at the end of the training.

Namespace:  Accord.Statistics.Models.Markov.Learning
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double LogLikelihood { get; set; }
Request Example View Source

Property Value

Type: Double
See Also