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