|
ILikelihoodTaggerTInputProbabilities Method (TInput, Int32)
|
Predicts a the probabilities 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[][] Probabilities(
TInput[] sequence,
ref int[] decision
)
Function Probabilities (
sequence As TInput(),
ByRef decision As Integer()
) As Double()()
Request Example
View SourceParameters
- sequence
- Type: TInput
- decision
- Type: SystemInt32
Return Value
Type:
Double
See Also