Package weka.core
Class CheckScheme.PostProcessor
java.lang.Object
weka.core.CheckScheme.PostProcessor
- All Implemented Interfaces:
RevisionHandler
- Enclosing class:
- CheckScheme
a class for postprocessing the test-data
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the revision string.Provides a hook for derived classes to further modify the data.
-
Constructor Details
-
PostProcessor
public PostProcessor()
-
-
Method Details
-
process
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
-
getRevision
Returns the revision string.- Specified by:
getRevision
in interfaceRevisionHandler
- Returns:
- the revision
-