|
ILikelihoodTaggerTInputProbabilities Method (TInput, Int32, Double)
|
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
Syntax double[][][] Probabilities(
TInput[][] sequences,
ref int[][] decision,
double[][][] result
)
Function Probabilities (
sequences As TInput()(),
ByRef decision As Integer()(),
result As Double()()()
) As Double()()()
Request Example
View SourceParameters
- sequences
- Type: TInput
- decision
- Type: SystemInt32
- result
- Type: SystemDouble
Return Value
Type:
DoubleSee Also