recall property

double? recall
final

A measure of how complete the classifier results are for the test data. High recall means that the classifier returned most of the relevant results.

Implementation

final double? recall;