numTrueNegatives property

int? numTrueNegatives
final

The number of nonmatches in the data that the transform correctly rejected, in the confusion matrix for your transform.

Implementation

final int? numTrueNegatives;