|
IMultilabelScoreClassifierTInputScore Method (TInput, Int32)
|
Computes a numerical score measuring the association between
the given input vector and a given
classIndex.
Namespace:
Accord.MachineLearning
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax double Score(
TInput input,
int classIndex
)
Function Score (
input As TInput,
classIndex As Integer
) As Double
Request Example
View SourceParameters
- input
- Type: TInput
The input vector. - classIndex
- Type: SystemInt32
The index of the class whose score will be computed.
Return Value
Type:
DoubleSee Also