|
ILikelihoodTaggerTInputLogLikelihood 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
Syntaxdouble LogLikelihood(
TInput[] sequence
)
Function LogLikelihood (
sequence As TInput()
) As Double
Request Example
View SourceParameters
- sequence
- Type: TInput
Return Value
Type:
Double
See Also