public class RandomDiscretizer extends Discretizer
classOfInstances, cutPoints, iClassIndex, realAttributes, realValues| Constructor and Description |
|---|
RandomDiscretizer() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Vector |
discretizeAttribute(int attribute,
int[] values,
int begin,
int end)
This abstract method creates the cut points of the attribute given using
its values for each instances given.
|
applyDiscretization, buildCutPoints, discretize, getCutPoint, getNumIntervals, sortValuesprotected java.util.Vector discretizeAttribute(int attribute,
int[] values,
int begin,
int end)
DiscretizerdiscretizeAttribute in class Discretizerattribute - given attribute to discretize.values - given attribute values in the dataset.begin - First position of the section to discretize.end - Last position of the section to discretize.