| Package | Description |
|---|---|
| be.ac.ulb.mlg.utils.measure | |
| be.ac.ulb.mlg.utils.measure.entropy |
| Constructor and Description |
|---|
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
|
| Modifier and Type | Class and Description |
|---|---|
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.
|