|
|
|||||||||||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||||||||||
java.lang.Objectde.lmu.ifi.dbs.elki.logging.AbstractLoggable
de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizable
de.lmu.ifi.dbs.elki.normalization.DummyNormalization<O>
O - object typepublic class DummyNormalization<O extends DatabaseObject>
Dummy normalization that does nothing. This class is used at normalization of multi-represented objects if one representation needs no normalization.
| Field Summary |
|---|
| Fields inherited from class de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizable |
|---|
optionHandler |
| Fields inherited from class de.lmu.ifi.dbs.elki.logging.AbstractLoggable |
|---|
debug, logger |
| Constructor Summary | |
|---|---|
DummyNormalization()
|
|
| Method Summary | |
|---|---|
List<O> |
normalize(List<O> featureVectors)
Performs a normalization on a set of feature vectors. |
List<Pair<O,Associations>> |
normalizeObjects(List<Pair<O,Associations>> objectAndAssociationsList)
Performs a normalization on a list of database objects and their associations. |
List<O> |
restore(List<O> featureVectors)
Transforms a set of feature vectores to the original attribute ranges. |
O |
restore(O featureVector)
Transforms a feature vector to the original attribute ranges. |
String |
shortDescription()
Returns a short description of the class. |
String |
toString()
Returns a string representation of this object. |
String |
toString(String pre)
Returns a string representation of this normalization. |
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 class de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizable |
|---|
addOption, addParameterizable, addParameterizable, checkGlobalParameterConstraints, collectOptions, getAttributeSettings, getParameters, rememberParametersExcept, removeOption, removeParameterizable, setParameters |
| Methods inherited from class de.lmu.ifi.dbs.elki.logging.AbstractLoggable |
|---|
debugFine, debugFiner, debugFinest, exception, progress, verbose, warning |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface de.lmu.ifi.dbs.elki.utilities.optionhandling.Parameterizable |
|---|
checkGlobalParameterConstraints, collectOptions, getParameters, setParameters |
| Constructor Detail |
|---|
public DummyNormalization()
| Method Detail |
|---|
public List<Pair<O,Associations>> normalizeObjects(List<Pair<O,Associations>> objectAndAssociationsList)
Normalization
normalizeObjects in interface Normalization<O extends DatabaseObject>objectAndAssociationsList - the list of database objects and their associations
public List<O> normalize(List<O> featureVectors)
Normalization
normalize in interface Normalization<O extends DatabaseObject>featureVectors - a set of feature vectors to be normalized
public List<O> restore(List<O> featureVectors)
Normalization
restore in interface Normalization<O extends DatabaseObject>featureVectors - a set of feature vectors to be transformed into original space
public O restore(O featureVector)
Normalization
restore in interface Normalization<O extends DatabaseObject>featureVector - a feature vector to be transformed into original space
public LinearEquationSystem transform(LinearEquationSystem linearEquationSystem)
Normalization
transform in interface Normalization<O extends DatabaseObject>linearEquationSystem - the linear equation system to be transformed
public String toString(String pre)
Normalization
toString in interface Normalization<O extends DatabaseObject>pre - the prefix of each new line
public String shortDescription()
AbstractParameterizable
shortDescription in interface ParameterizableshortDescription in class AbstractParameterizablepublic String toString()
toString in class Object
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||