numFalseNegatives property
The number of matches in the data that the transform didn't find, in the confusion matrix for your transform.
Implementation
final int? numFalseNegatives;
The number of matches in the data that the transform didn't find, in the confusion matrix for your transform.
final int? numFalseNegatives;