Uses of Class
be.ac.ulb.mlg.utils.Discretizer.Mode

Packages that use Discretizer.Mode
be.ac.ulb.mlg.utils   
be.ac.ulb.mlg.utils.discretizer   
 

Uses of Discretizer.Mode in be.ac.ulb.mlg.utils
 

Methods in be.ac.ulb.mlg.utils that return Discretizer.Mode
static Discretizer.Mode Discretizer.Mode.valueOf(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.
 

Uses of Discretizer.Mode in be.ac.ulb.mlg.utils.discretizer
 

Constructors in be.ac.ulb.mlg.utils.discretizer with parameters of type Discretizer.Mode
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