|
ILikelihoodTaggerTInputLogLikelihood Method (TInput, Int32)
|
Predicts a the log-likelihood 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[] LogLikelihood(
TInput[][] sequences,
ref int[][] decision
)
Function LogLikelihood (
sequences As TInput()(),
ByRef decision As Integer()()
) As Double()
Request Example
View SourceParameters
- sequences
- Type: TInput
- decision
- Type: SystemInt32
Return Value
Type:
DoubleSee Also