|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Renormalizer | |
---|---|
be.ac.ulb.mlg.utils | |
be.ac.ulb.mlg.utils.renormalizer |
Uses of Renormalizer in be.ac.ulb.mlg.utils |
---|
Classes in be.ac.ulb.mlg.utils that implement Renormalizer | |
---|---|
class |
DefaultRenormalizer
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) |
Fields in be.ac.ulb.mlg.utils declared as Renormalizer | |
---|---|
static Renormalizer |
Measurer.NO_RENORMALIZER
Constant value meaning NO RENORMALIZATION PROCESS |
Methods in be.ac.ulb.mlg.utils that return Renormalizer | |
---|---|
Renormalizer |
Measurer.getRenormalizer()
Retrieve the renormalizer object |
Methods in be.ac.ulb.mlg.utils with parameters of type Renormalizer | |
---|---|
void |
Measurer.setRenormalizer(Renormalizer renormalizer)
Define the renormalizer object |
Constructors in be.ac.ulb.mlg.utils with parameters of type Renormalizer | |
---|---|
Measurer(boolean useNative,
int maxMissingValues,
Renormalizer renormalizer)
Construct a Measurer trying native without any shuffle |
Uses of Renormalizer in be.ac.ulb.mlg.utils.renormalizer |
---|
Classes in be.ac.ulb.mlg.utils.renormalizer that implement Renormalizer | |
---|---|
class |
TaxonRenormalizer
This class represents a normalization with taxa. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |