| Package | Description |
|---|---|
| be.ac.ulb.mlg.utils | |
| be.ac.ulb.mlg.utils.renormalizer |
| Modifier and Type | Class and Description |
|---|---|
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)
|
| Modifier and Type | Field and Description |
|---|---|
static Renormalizer |
Measurer.NO_RENORMALIZER
Constant value meaning NO RENORMALIZATION PROCESS
|
| Modifier and Type | Method and Description |
|---|---|
Renormalizer |
Measurer.getRenormalizer()
Retrieve the renormalizer object
|
| Modifier and Type | Method and Description |
|---|---|
void |
Measurer.setRenormalizer(Renormalizer renormalizer)
Define the renormalizer object
|
| Constructor and Description |
|---|
Measurer(boolean useNative,
int maxMissingValues,
Renormalizer renormalizer)
Construct a Measurer trying native without any shuffle
|
| Modifier and Type | Class and Description |
|---|---|
class |
TaxonRenormalizer
This class represents a normalization with taxa.
|