numFalseNegatives property

int? numFalseNegatives
final

The number of matches in the data that the transform didn't find, in the confusion matrix for your transform.

Implementation

final int? numFalseNegatives;