szte.csd.indicatorsel
Class MaxEntIterativeIndicatorSel
java.lang.Object
szte.csd.indicatorsel.MaxEntIterativeIndicatorSel
- All Implemented Interfaces:
- IndicatorSelector
public class MaxEntIterativeIndicatorSel
- extends java.lang.Object
- implements IndicatorSelector
MaxEntIterativeIndicatorSel selects the highest weigthed feature (by MaxEnt trainng) for the positive class in each iteration and tries to iteratievly cover the positive class.
For details see (Farkas and Szarvas, 2008)
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MaxEntIterativeIndicatorSel
public MaxEntIterativeIndicatorSel()
getIndicators
public java.util.Set<java.lang.String> getIndicators(DataHandler vsm)
throws DataMiningException
- Specified by:
getIndicators
in interface IndicatorSelector
- Throws:
DataMiningException
setThreshold
public void setThreshold(double t)
- Specified by:
setThreshold
in interface IndicatorSelector