szte.csd.indicatorsel
Class MaxEntSelector

java.lang.Object
  extended by szte.csd.indicatorsel.MaxEntSelector
All Implemented Interfaces:
IndicatorSelector

public class MaxEntSelector
extends java.lang.Object
implements IndicatorSelector

MaxEntSelector trains a MaxEnt on the dataset and returns with the features recieving the highest weights for the positive class during the training.


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

Constructor Detail

MaxEntSelector

public MaxEntSelector()
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

main

public static void main(java.lang.String[] a)
                 throws java.lang.Exception
Throws:
java.lang.Exception