Class SupervisedFilterSelector

    • Constructor Summary

      Constructors 
      Constructor Description
      SupervisedFilterSelector​(weka.attributeSelection.ASSearch searcher, weka.attributeSelection.ASEvaluation evaluator)  
      SupervisedFilterSelector​(weka.attributeSelection.ASSearch searcher, weka.attributeSelection.ASEvaluation evaluator, weka.attributeSelection.AttributeSelection selector)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      weka.core.Instance apply​(weka.core.Instance data)  
      weka.core.Instances apply​(weka.core.Instances data)  
      boolean equals​(java.lang.Object obj)  
      weka.attributeSelection.ASEvaluation getEvaluator()  
      weka.attributeSelection.ASSearch getSearcher()  
      weka.attributeSelection.AttributeSelection getSelector()  
      int hashCode()  
      boolean isPrepared()  
      void prepare​(weka.core.Instances data)  
      void setPrepared​(boolean prepared)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SupervisedFilterSelector

        public SupervisedFilterSelector​(weka.attributeSelection.ASSearch searcher,
                                        weka.attributeSelection.ASEvaluation evaluator)
      • SupervisedFilterSelector

        public SupervisedFilterSelector​(weka.attributeSelection.ASSearch searcher,
                                        weka.attributeSelection.ASEvaluation evaluator,
                                        weka.attributeSelection.AttributeSelection selector)