|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AffineTransTable | |
|---|---|
| org.knime.base.data.normalize | This package contains the utility classes for normalization of DataRows. |
| Uses of AffineTransTable in org.knime.base.data.normalize |
|---|
| Methods in org.knime.base.data.normalize that return AffineTransTable | |
|---|---|
AffineTransTable |
Normalizer.doDecimalScaling(ExecutionMonitor exec)
Does the decimal scaling. |
AffineTransTable |
Normalizer.doMinMaxNorm(double newmax,
double newmin,
ExecutionMonitor exec)
Does the Min-Max Normalization. |
AffineTransTable |
Normalizer.doZScoreNorm(ExecutionMonitor exec)
Does the Z-Score Normalization. |
static AffineTransTable |
AffineTransTable.load(DataTable table,
ModelContentRO sets)
Reads the meta information from the settings object and constructs a AffineTransTable based on this information and the given DataTable. |
| Constructors in org.knime.base.data.normalize with parameters of type AffineTransTable | |
|---|---|
AffineTransRowIterator(DataTable originalTable,
AffineTransTable table)
Creates new row iterator given an AffineTransTable with its informations. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||