|
ILikelihoodTaggerTInputProbability Method (TInput, Int32)
|
Predicts a the probability that the sequence vector
has been generated by this log-likelihood tagger.
Namespace:
Accord.MachineLearning
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax double Probability(
TInput[] sequence,
ref int[] decision
)
Function Probability (
sequence As TInput(),
ByRef decision As Integer()
) As Double
Request Example
View SourceParameters
- sequence
- Type: TInput
- decision
- Type: SystemInt32
Return Value
Type:
DoubleSee Also