|   | IMultilabelLikelihoodClassifierTInputLogLikelihood Method (TInput, Int32) | 
        
         
              Computes the log-likelihood that the given input vector
              belongs to the specified classIndex.
            
 
    Namespace: 
   Accord.MachineLearning
    Assembly:
   Accord (in Accord.dll) Version: 3.8.0
 Syntax
Syntaxdouble LogLikelihood(
	TInput input,
	int classIndex
)
Function LogLikelihood ( 
	input As TInput,
	classIndex As Integer
) As Double
Parameters
- input
- Type: TInput
 The input vector.
- classIndex
- Type: SystemInt32
 The index of the class whose score will be computed.
Return Value
Type: 
Double See Also
See Also