weka.attributeSelection
Class TPPAttributeEvaluation

java.lang.Object
  extended by weka.attributeSelection.ASEvaluation
      extended by weka.attributeSelection.TPPAttributeEvaluation
All Implemented Interfaces:
java.io.Serializable, CapabilitiesHandler, RevisionHandler, TechnicalInformationHandler

public class TPPAttributeEvaluation
extends ASEvaluation
implements TechnicalInformationHandler

A dummy attribute evaluator to be used by TPPAttributeSearch

See Also:
Serialized Form

Constructor Summary
TPPAttributeEvaluation()
           
 
Method Summary
 void buildEvaluator(Instances data)
           
 TechnicalInformation getTechnicalInformation()
          Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
 java.lang.String globalInfo()
           
 int[] postProcess(int[] a)
           
 
Methods inherited from class weka.attributeSelection.ASEvaluation
forName, getCapabilities, getRevision, makeCopies, runEvaluator
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TPPAttributeEvaluation

public TPPAttributeEvaluation()
Method Detail

buildEvaluator

public void buildEvaluator(Instances data)
                    throws java.lang.Exception
Specified by:
buildEvaluator in class ASEvaluation
Throws:
java.lang.Exception

postProcess

public int[] postProcess(int[] a)
Overrides:
postProcess in class ASEvaluation

globalInfo

public java.lang.String globalInfo()

getTechnicalInformation

public TechnicalInformation getTechnicalInformation()
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.

Specified by:
getTechnicalInformation in interface TechnicalInformationHandler
Returns:
the technical information about this class