|
HiddenConditionalRandomFieldTLogLikelihood Method (T, Int32)
|
Computes the log-likelihood that the given
observations belong to the desired output.
Namespace:
Accord.Statistics.Models.Fields
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public double LogLikelihood(
T[] observations,
int output
)
Public Function LogLikelihood (
observations As T(),
output As Integer
) As Double
Request Example
View SourceParameters
- observations
- Type: T
- output
- Type: SystemInt32
Return Value
Type:
DoubleSee Also