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
getIndicators
java.util.Set<java.lang.String> getIndicators(DataHandler vsm)
throws DataMiningException
- Throws:
DataMiningException
setThreshold
void setThreshold(double t)