public class FUSINTERDiscretizer extends AbstractSupervisedDiscretizer
| Constructor and Description |
|---|
FUSINTERDiscretizer()
Generates a FUSINTER discretizer with parameters suggested by the authors
|
FUSINTERDiscretizer(double lambda,
double alpha)
Generates a FUSINTER discretizer with custom parameters
|
| Modifier and Type | Method and Description |
|---|---|
protected List<DiscretizationTransition> |
fitCreateTransitions(List<AbstractMap.SimpleImmutableEntry<Double,Double>> keyValuePairs)
Implementation of FUSINTER, 1. sort, 2. equalClassIntervals 3. merge if entropy improves
|
equalClassSplit, fitCreateTransitionsapply, fit, fit, getDiscretizationTransitionsFromCutPoints, getTransitionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapply, getTransitionpublic FUSINTERDiscretizer()
public FUSINTERDiscretizer(double lambda,
double alpha)
lambda - lambda valuealpha - alpha valueprotected List<DiscretizationTransition> fitCreateTransitions(List<AbstractMap.SimpleImmutableEntry<Double,Double>> keyValuePairs)
fitCreateTransitions in class AbstractSupervisedDiscretizerkeyValuePairs - List of Values and LabelsCopyright © 2019 viadee Unternehmensberatung AG. All rights reserved.