Uses of Interface
be.ac.ulb.mlg.utils.Discretizer

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

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

Classes in be.ac.ulb.mlg.utils.discretizer that implement Discretizer
 class UniformFrequencyDiscretizer
          The UniformFrequencyDiscretizer
 class UniformWidthDiscretizer
          The UniformWidthDiscretizer
 

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

Constructors in be.ac.ulb.mlg.utils.measure with parameters of type Discretizer
MutualInformation(Discretizer discretizer)
          The default constructor that uses the EmpiricalEntropy entropy estimator
MutualInformation(Entropy entropyEstimator, Discretizer discretizer)
          Constructor that uses the parameter entropy estimator