Uses of Class
be.ac.ulb.mlg.utils.measure.Entropy

Packages that use Entropy
be.ac.ulb.mlg.utils.measure   
be.ac.ulb.mlg.utils.measure.entropy   
 

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

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

Uses of Entropy in be.ac.ulb.mlg.utils.measure.entropy
 

Subclasses of Entropy in be.ac.ulb.mlg.utils.measure.entropy
 class DirichletEntropy
          Abstract Dirichlet probability distribution for entropy estimator.
 class EmpiricalEntropy
          The classic empirical entropy estimate of Uniform probability distribution.
 class SchurmannGrassbergerEntropy
          Schurmann-Grassberger entropy estimate of Dirichlet probability distribution.
 class ShannonEntropy
          Shannon entropy estimate (empirical) of Uniform probability distribution.