szte.csd.indicatorsel
Interface IndicatorSelector

All Known Implementing Classes:
CondEntropyIndicatorSelector, MaxEntIterativeIndicatorSel, MaxEntSelector, MutualInfoIndicatorSelector, ProbIndSel

public interface IndicatorSelector

Interface for indicator selection methods. Indicators are phrases, here features of the input VectorSpaceModel


Method Summary
 java.util.Set<java.lang.String> getIndicators(DataHandler vsm)
           
 void setThreshold(double t)
           
 

Method Detail

getIndicators

java.util.Set<java.lang.String> getIndicators(DataHandler vsm)
                                              throws DataMiningException
Throws:
DataMiningException

setThreshold

void setThreshold(double t)