|
ILikelihoodTaggerTInputProbability Method (TInput)
|
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[][] sequences
)
Function Probability (
sequences As TInput()()
) As Double()
Request Example
View SourceParameters
- sequences
- Type: TInput
Return Value
Type:
DoubleSee Also