ConfusionMatrix.GetCountForClassPair(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the confusion table count for the pair predictedClassIndicatorIndex
/actualClassIndicatorIndex
.
public double GetCountForClassPair (int predictedClassIndicatorIndex, int actualClassIndicatorIndex);
member this.GetCountForClassPair : int * int -> double
Public Function GetCountForClassPair (predictedClassIndicatorIndex As Integer, actualClassIndicatorIndex As Integer) As Double
Parameters
- predictedClassIndicatorIndex
- Int32
The index of the predicted label indicator, in the Microsoft.ML.Data.ConfusionMatrix.PredictedClassesIndicators.
- actualClassIndicatorIndex
- Int32
The index of the actual label indicator, in the Microsoft.ML.Data.ConfusionMatrix.PredictedClassesIndicators.