|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
O
- object typepublic interface Normalization<O>
Normalization performs a normalization on a set of feature vectors and is capable to transform a set of feature vectors to the original attribute ranges.
It can also transform a matrix describing an equation system of linear dependencies derived on the normalized space to describe linear dependencies quantitatively adapted to the original space.
Method Summary | |
---|---|
MultipleObjectsBundle |
normalizeObjects(MultipleObjectsBundle objects)
Performs a normalization on a database object bundle. |
O |
restore(O featureVector)
Transforms a feature vector to the original attribute ranges. |
LinearEquationSystem |
transform(LinearEquationSystem linearEquationSystem)
Transforms a linear equation system describing linear dependencies derived on the normalized space into a linear equation system describing linear dependencies quantitatively adapted to the original space. |
Methods inherited from interface de.lmu.ifi.dbs.elki.datasource.filter.ObjectFilter |
---|
filter |
Method Detail |
---|
MultipleObjectsBundle normalizeObjects(MultipleObjectsBundle objects) throws NonNumericFeaturesException
objects
- the database objects package
NonNumericFeaturesException
- if feature vectors differ in length or values are not
suitable to normalizationO restore(O featureVector) throws NonNumericFeaturesException
featureVector
- a feature vector to be transformed into original space
NonNumericFeaturesException
- feature vector is not compatible with values initialized
during normalizationLinearEquationSystem transform(LinearEquationSystem linearEquationSystem) throws NonNumericFeaturesException
linearEquationSystem
- the linear equation system to be transformed
NonNumericFeaturesException
- if specified linear equation system is not compatible
with values initialized during normalization
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |