| Package | Description |
|---|---|
| be.ac.ulb.mlg.utils | |
| be.ac.ulb.mlg.utils.discretizer |
| Modifier and Type | Method and Description |
|---|---|
static Discretizer.Mode |
Discretizer.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Discretizer.Mode[] |
Discretizer.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
UniformFrequencyDiscretizer(Discretizer.Mode mode,
int range)
Constructor of UniformDiscretizer which setup the mode and the range of discretization without preprocessing
|
UniformFrequencyDiscretizer(Discretizer.Mode mode,
int range,
boolean preprocess)
Constructor of UniformDiscretizer which setup the mode and the range of discretization
|
UniformWidthDiscretizer(Discretizer.Mode mode,
int range)
Constructor of UniformDiscretizer which setup the mode and the range of discretization without preprocessing
|
UniformWidthDiscretizer(Discretizer.Mode mode,
int range,
boolean preprocess)
Constructor of UniformDiscretizer which setup the mode and the range of discretization
|