|   | MinimumMeanDistanceClassifierScores Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | Scores(TInput) | 
            Computes a numerical score measuring the association between
            the given input vector and each class.
            (Inherited from MulticlassScoreClassifierBaseTInput.) | 
|  | Scores(TInput) | 
            Computes a numerical score measuring the association between
            the given input vector and each class.
            (Inherited from MulticlassScoreClassifierBaseTInput.) | 
|  | Scores(Double, Double) | 
            Computes a numerical score measuring the association between
            the given input vector and each class.
            (Overrides MulticlassScoreClassifierBaseTInputScores(TInput, Double).) | 
|  | Scores(TInput, Int32) | 
            Predicts a class label vector for the given input vector, returning a
            numerical score measuring the strength of association of the input vector
            to each of the possible classes.
            (Inherited from MulticlassScoreClassifierBaseTInput.) | 
|  | Scores(TInput, Int32) | |
|  | Scores(TInput, Double) | 
            Computes a numerical score measuring the association between
            the given input vector and each class.
            (Inherited from MulticlassScoreClassifierBaseTInput.) | 
|  | Scores(TInput, Int32) | 
            Predicts a class label vector for each input vector, returning a
            numerical score measuring the strength of association of the input vector
            to each of the possible classes.
            (Inherited from MulticlassScoreClassifierBaseTInput.) | 
|  | Scores(TInput, Int32) | |
|  | Scores(TInput, Int32, Double) | 
            Predicts a class label vector for the given input vector, returning a
            numerical score measuring the strength of association of the input vector
            to each of the possible classes.
            (Inherited from MulticlassScoreClassifierBaseTInput.) | 
|  | Scores(TInput, Int32, Double) | |
|  | Scores(TInput, Int32, Double) | 
            Predicts a class label vector for each input vector, returning a
            numerical score measuring the strength of association of the input vector
            to each of the possible classes.
            (Inherited from MulticlassScoreClassifierBaseTInput.) | 
|  | Scores(TInput, Int32, Double) | 
 See Also
See Also