numTrueNegatives property
The number of nonmatches in the data that the transform correctly rejected, in the confusion matrix for your transform.
Implementation
final int? numTrueNegatives;
The number of nonmatches in the data that the transform correctly rejected, in the confusion matrix for your transform.
final int? numTrueNegatives;