程序包 weka.core

类 CheckScheme.PostProcessor

java.lang.Object
weka.core.CheckScheme.PostProcessor
所有已实现的接口:
RevisionHandler
封闭类:
CheckScheme

public static class CheckScheme.PostProcessor extends Object implements RevisionHandler
a class for postprocessing the test-data
  • 构造器详细资料

    • PostProcessor

      public PostProcessor()
  • 方法详细资料

    • process

      public Instances process(Instances data)
      Provides a hook for derived classes to further modify the data. Currently, the data is just passed through.
      参数:
      data - the data to process
      返回:
      the processed data
    • getRevision

      public String getRevision()
      Returns the revision string.
      指定者:
      getRevision 在接口中 RevisionHandler
      返回:
      the revision