confusionMatrixList property

List<ConfusionMatrix>? confusionMatrixList
getter/setter pair

Confusion matrix at different thresholds.

Implementation

core.List<ConfusionMatrix>? confusionMatrixList;