edu.cmu.minorthird.classify.transform
Interface FeatureReweighter


public interface FeatureReweighter

Author:
William Cohen Date: Nov 21, 2003

Method Summary
 double reweight(Feature f, Instance instance)
          New weight for feature f in the given instance.
 

Method Detail

reweight

double reweight(Feature f,
                Instance instance)
New weight for feature f in the given instance.