|
ConditionalRandomFieldTLogLikelihood Method (T, Int32)
|
Computes the log-likelihood of the model for the given observations.
This method is equivalent to the HiddenMarkovModel.LogLikelihood(TObservation[], int[])
method.
Namespace:
Accord.Statistics.Models.Fields
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public double LogLikelihood(
T[] observations,
int[] labels
)
Public Function LogLikelihood (
observations As T(),
labels As Integer()
) As Double
Request Example
View SourceParameters
- observations
- Type: T
- labels
- Type: SystemInt32
Return Value
Type:
DoubleSee Also