Uses of Interface
szte.csd.indicatorsel.IndicatorSelector

Packages that use IndicatorSelector
szte.csd   
szte.csd.indicatorsel   
 

Uses of IndicatorSelector in szte.csd
 

Methods in szte.csd that return IndicatorSelector
 IndicatorSelector ContentShiftDetector.getIndicatorselector()
           
 

Methods in szte.csd with parameters of type IndicatorSelector
 void ContentShiftDetector.setIndicatorselector(IndicatorSelector indicatorselector)
           
 

Uses of IndicatorSelector in szte.csd.indicatorsel
 

Classes in szte.csd.indicatorsel that implement IndicatorSelector
 class CondEntropyIndicatorSelector
          The conditonal entropy indicator evaluator.
 class MaxEntIterativeIndicatorSel
          MaxEntIterativeIndicatorSel selects the highest weigthed feature (by MaxEnt trainng) for the positive class in each iteration and tries to iteratievly cover the positive class.
 class MaxEntSelector
          MaxEntSelector trains a MaxEnt on the dataset and returns with the features recieving the highest weights for the positive class during the training.
 class MutualInfoIndicatorSelector
          The mutual information indicator selector.
 class ProbIndSel
          Simply the conditional probability of the positive class p(+|w)