weka.attributeSelection
Class TPPAttributeEvaluation
java.lang.Object
weka.attributeSelection.ASEvaluation
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TPPAttributeEvaluation
public TPPAttributeEvaluation()
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