confusionMatrix property
The confusion matrix shows you what your transform is predicting accurately and what types of errors it is making.
For more information, see Confusion matrix in Wikipedia.
Implementation
final ConfusionMatrix? confusionMatrix;