|
ConditionalRandomFieldTCompute Method
|
Computes the most likely state labels for the given observations,
returning the overall sequence probability for this model.
Namespace:
Accord.Statistics.Models.Fields
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public int[] Compute(
T[] observations,
out double logLikelihood
)
Public Function Compute (
observations As T(),
<OutAttribute> ByRef logLikelihood As Double
) As Integer()
Request Example
View SourceParameters
- observations
- Type: T
- logLikelihood
- Type: SystemDouble
Return Value
Type:
Int32See Also