IMulticlassScoreClassifierTInputScore Method |
Name | Description | |
---|---|---|
Score(TInput) |
Computes a numerical score measuring the association between
the given input vector and its most strongly
associated class (as predicted by the classifier).
| |
Score(TInput) |
Computes a numerical score measuring the association between
each of the given input vectors and their
respective most strongly associated classes.
| |
Score(TInput, TClasses) |
Predicts a class label for the input vector, returning a
numerical score measuring the strength of association of the
input vector to its most strongly related class.
(Inherited from IMulticlassOutScoreClassifierTInput, TClasses.) | |
Score(TInput, TClasses) | ||
Score(TInput, Double) |
Computes a numerical score measuring the association between
each of the given input vectors and their
respective most strongly associated classes.
| |
Score(TInput, TClasses) |
Predicts a class label for each input vector, returning a
numerical score measuring the strength of association of the
input vector to the most strongly related class.
(Inherited from IMulticlassScoreClassifierBaseTInput, TClasses.) | |
Score(TInput, TClasses) | ||
Score(TInput, Int32) |
Computes a numerical score measuring the association between
the given input vector and a given
classIndex.
(Inherited from IMultilabelScoreClassifierTInput.) | |
Score(TInput, Int32) |
Computes a numerical score measuring the association between
each of the given input vectors and the
given classIndex.
(Inherited from IMultilabelScoreClassifierTInput.) | |
Score(TInput, Int32) |
Computes a numerical score measuring the association between
each of the given input vectors and the
given classIndex.
(Inherited from IMultilabelScoreClassifierTInput.) | |
Score(TInput, TClasses, Double) |
Predicts a class label for each input vector, returning a
numerical score measuring the strength of association of the
input vector to the most strongly related class.
(Inherited from IMulticlassScoreClassifierBaseTInput, TClasses.) | |
Score(TInput, TClasses, Double) | ||
Score(TInput, Int32, Double) |
Computes a numerical score measuring the association between
each of the given input vectors and the
given classIndex.
(Inherited from IMultilabelScoreClassifierTInput.) | |
Score(TInput, Int32, Double) |
Computes a numerical score measuring the association between
each of the given input vectors and the
given classIndex.
(Inherited from IMultilabelScoreClassifierTInput.) |