Package weka.estimators
Class CheckEstimator.PostProcessor
- java.lang.Object
-
- weka.estimators.CheckEstimator.PostProcessor
-
- All Implemented Interfaces:
RevisionHandler
- Enclosing class:
- CheckEstimator
public class CheckEstimator.PostProcessor extends java.lang.Object implements RevisionHandler
a class for postprocessing the test-data
-
-
Constructor Summary
Constructors Constructor Description PostProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getRevision()
Returns the revision string.
-
-
-
Method Detail
-
getRevision
public java.lang.String getRevision()
Returns the revision string.- Specified by:
getRevision
in interfaceRevisionHandler
- Returns:
- the revision
-
-