org.wdssii.decisiontree
Class GainRatioFitnessFunction.ValueAndCategory
java.lang.Object
org.wdssii.decisiontree.GainRatioFitnessFunction.ValueAndCategory
- All Implemented Interfaces:
- Comparable<GainRatioFitnessFunction.ValueAndCategory>
- Enclosing class:
- GainRatioFitnessFunction
private static class GainRatioFitnessFunction.ValueAndCategory
- extends Object
- implements Comparable<GainRatioFitnessFunction.ValueAndCategory>
Field Summary |
(package private) int |
category
|
(package private) float |
value
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
float value
category
int category
GainRatioFitnessFunction.ValueAndCategory
public GainRatioFitnessFunction.ValueAndCategory(float f,
int i)
compareTo
public int compareTo(GainRatioFitnessFunction.ValueAndCategory other)
- Specified by:
compareTo
in interface Comparable<GainRatioFitnessFunction.ValueAndCategory>