Uses of Interface
weka.experiment.ResultListener
Packages that use ResultListener
-
Uses of ResultListener in weka.experiment
Classes in weka.experiment that implement ResultListenerModifier and TypeClassDescriptionclassTakes the results from a ResultProducer and submits the average to the result listener.classTakes results from a result producer and assembles them into comma separated value form.classTakes results from a result producer and sends them to a database.classExamines a database and extracts out the results produced by the specified ResultProducer and submits them to the specified ResultListener.classOutputs the received results in arff format to a Writer.classTells a sub-ResultProducer to reproduce the current run for varying sized subsamples of the dataset.Methods in weka.experiment that return ResultListenerModifier and TypeMethodDescriptionExperiment.getResultListener()Gets the result listener where results will be sent.Methods in weka.experiment with parameters of type ResultListenerModifier and TypeMethodDescriptionvoidAveragingResultProducer.setResultListener(ResultListener listener) Sets the object to send results of each run to.voidCrossValidationResultProducer.setResultListener(ResultListener listener) Sets the object to send results of each run to.voidDatabaseResultProducer.setResultListener(ResultListener listener) Sets the object to send results of each run to.voidExperiment.setResultListener(ResultListener newResultListener) Sets the result listener where results will be sent.voidExplicitTestsetResultProducer.setResultListener(ResultListener listener) Sets the object to send results of each run to.voidLearningRateResultProducer.setResultListener(ResultListener listener) Sets the object to send results of each run to.voidRandomSplitResultProducer.setResultListener(ResultListener listener) Sets the object to send results of each run to.voidRemoteExperiment.setResultListener(ResultListener newResultListener) Sets the result listener where results will be sent.voidResultProducer.setResultListener(ResultListener listener) Sets the object to send results of each run to.