de.dfki.madm.mlwizard.functionality
Interface Evaluator.EvaluationListener

All Known Implementing Classes:
EvaluateTableModel
Enclosing class:
Evaluator

public static interface Evaluator.EvaluationListener


Method Summary
 void setComputing(java.lang.String classifierName)
          a classifier is now being evaluated
 void setPerformance(java.lang.String classifierName, com.rapidminer.operator.performance.PerformanceVector performanceVector)
          the evaluation of a classifier is finished
 

Method Detail

setComputing

void setComputing(java.lang.String classifierName)
a classifier is now being evaluated

Parameters:
classifierName - the name of the classifier

setPerformance

void setPerformance(java.lang.String classifierName,
                    com.rapidminer.operator.performance.PerformanceVector performanceVector)
the evaluation of a classifier is finished

Parameters:
classifierName - the name of the classifier
performanceVector - the achieved evaluation result


Copyright © 2001-2009 by Rapid-I