edu.cmu.minorthird.classify.transform
Interface FeatureFilter

All Known Implementing Classes:
FilterInstanceTransform

public interface FeatureFilter

Author:
William Cohen Date: Nov 21, 2003

Method Summary
 boolean match(Feature f, Instance instance)
          Should I retain feature f in the given instance.
 

Method Detail

match

boolean match(Feature f,
              Instance instance)
Should I retain feature f in the given instance.