|
ILikelihoodTaggerTInputLogLikelihoods Method (TInput, Int32, Double)
|
Predicts a the log-likelihood for each of the observations in
the sequence vector assuming each of the possible states in the
tagger model.
Namespace:
Accord.MachineLearning
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntaxdouble[][] LogLikelihoods(
TInput[] sequence,
ref int[] decision,
double[][] result
)
Function LogLikelihoods (
sequence As TInput(),
ByRef decision As Integer(),
result As Double()()
) As Double()()
Request Example
View SourceParameters
- sequence
- Type: TInput
- decision
- Type: SystemInt32
- result
- Type: SystemDouble
Return Value
Type:
Double
See Also