CWIMAQClassifierAccuracyReport
CWIMAQClassifierAccuracyReport is a report on the accuracy of the classifier, based on how well it classifies the samples it was trained with.
Properties
Accuracy | The accuracy of the classifier. |
ClassAccuracy | A 1D array that contains accuracy information for each class. |
ClassificationDistribution | A 2D array that shows the distribution of samples among various classes. |
ClassNames | A 1D array of the names of the classes that the classifier contains. |
ClassPredictiveValue | A 1D array of predictive values of each class. |