|
HiddenConditionalRandomFieldTLogLikelihood Method (T)
|
Computes the log-likelihood of the observations given this model.
Namespace:
Accord.Statistics.Models.Fields
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public double[] LogLikelihood(
T[] observations
)
Public Function LogLikelihood (
observations As T()
) As Double()
Request Example
View SourceParameters
- observations
- Type: T
Return Value
Type:
DoubleSee Also