recall property
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;
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.
final double? recall;