szte.csd.indicatorsel
Class MaxEntIterativeIndicatorSel

java.lang.Object
  extended by 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)


Constructor Summary
MaxEntIterativeIndicatorSel()
           
 
Method Summary
 java.util.Set<java.lang.String> getIndicators(DataHandler vsm)
           
 void setThreshold(double t)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MaxEntIterativeIndicatorSel

public MaxEntIterativeIndicatorSel()
Method Detail

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