weka.classifiers
Class CheckClassifier.PostProcessor

java.lang.Object
  extended by weka.classifiers.CheckClassifier.PostProcessor
Enclosing class:
CheckClassifier

public static class CheckClassifier.PostProcessor
extends java.lang.Object

a class for postprocessing the test-data

See Also:
#makeTestDataset(int, int, int, int, int, int, int, int, int, int, boolean)

Constructor Summary
CheckClassifier.PostProcessor()
           
 
Method Summary
 Instances process(Instances data)
          Provides a hook for derived classes to further modify the data.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckClassifier.PostProcessor

public CheckClassifier.PostProcessor()
Method Detail

process

public Instances process(Instances data)
Provides a hook for derived classes to further modify the data. Currently, the data is just passed through.

Parameters:
data - the data to process
Returns:
the processed data