Skip to main content
This object represents the confusion matrix for a classification model. The confusion matrix is a square table in which each cell contains the number of objects classified into category <column-name> while belonging to category <row-name>. The diagonal cells will contain the number of correctly assigned elements for each category. The matrix size is the number of categories plus one, with the last column showing the number of objects in each category for which classification failed. pict_ConfusionMatrix

Properties

ConfusionMatrix Object Diagram

Samples

This object is used in the Classification demo tool in Windows and the Classification code sample in Linux and macOS.