Uses of Interface
weka.classifiers.TestingHelper.TestingUpdateListener
-
Packages that use TestingHelper.TestingUpdateListener Package Description weka.classifiers -
-
Uses of TestingHelper.TestingUpdateListener in weka.classifiers
Methods in weka.classifiers with parameters of type TestingHelper.TestingUpdateListener Modifier and Type Method Description static void
TestingHelper. evaluateModel(weka.classifiers.Classifier model, weka.core.Instances test, weka.classifiers.Evaluation eval, int interval, TestingHelper.TestingUpdateListener listener)
Evaluates the model on the test data and sends updates to the listener (if available).static void
TestingHelper. evaluateModel(weka.classifiers.Classifier model, weka.core.Instances test, weka.classifiers.Evaluation eval, int interval, TestingHelper.TestingUpdateListener listener, adams.core.StoppableWithFeedback owner)
Evaluates the model on the test data and sends updates to the listener (if available).
-