Package weka.core

Class CheckScheme.PostProcessor

  • All Implemented Interfaces:
    RevisionHandler
    Enclosing class:
    CheckScheme

    public static class CheckScheme.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.
      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

      • PostProcessor

        public 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
      • getRevision

        public java.lang.String getRevision()
        Returns the revision string.
        Specified by:
        getRevision in interface RevisionHandler
        Returns:
        the revision