- DEFAULT_SEPARATOR - Static variable in class be.ac.ulb.mlg.utils.renormalizer.TaxonRenormalizer
-
Default Taxa separator
- DefaultRenormalizer - Class in be.ac.ulb.mlg.utils
-
DefaultRenormalizer supports custom or columns summing renormalization with features (row to be ignorated)
and can handle non-overlapping groups (division of input vectors into subsets where elements of each subset
are normalized only with others from the same group)
- DefaultRenormalizer() - Constructor for class be.ac.ulb.mlg.utils.DefaultRenormalizer
-
Construct a new DefaultRenormalizer without groups, without features and with sum normalization
shuffles are disable
- DirichletEntropy - Class in be.ac.ulb.mlg.utils.measure.entropy
-
Abstract Dirichlet probability distribution for entropy estimator.
- DirichletEntropy() - Constructor for class be.ac.ulb.mlg.utils.measure.entropy.DirichletEntropy
-
- discretize(double[][]) - Method in interface be.ac.ulb.mlg.utils.Discretizer
-
Transform value of a double matrix to integer but preserve the structure (double matrix)
- discretize(double[][]) - Method in class be.ac.ulb.mlg.utils.discretizer.UniformFrequencyDiscretizer
-
- discretize(double[][]) - Method in class be.ac.ulb.mlg.utils.discretizer.UniformWidthDiscretizer
-
- Discretizer - Interface in be.ac.ulb.mlg.utils
-
Matrix discretization interface
- Discretizer.Mode - Enum in be.ac.ulb.mlg.utils
-