| ClassifyTest method |
Applies to
TClassifier
Declaration
function ClassifyTest: double;
Description
Performs the classification on the test data, by calling the OnClassifyTest event. You have to override this method to implement your own classification test or simply assign a method to OnClassifyTest event.
|
|