@Description(value="Setup a scaling so that all dimensions have the same value range.") public class AddUniformScale extends java.lang.Object implements Algorithm
| Constructor and Description | 
|---|
AddUniformScale()
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TypeInformation[] | 
getInputTypeRestriction()
Get the input type restriction used for negotiating the data query. 
 | 
Result | 
run(Database database)
Runs the algorithm. 
 | 
private ScalesResult | 
run(Relation<? extends NumberVector> rel)
Add scales to a single vector relation. 
 | 
public Result run(Database database)
Algorithmprivate ScalesResult run(Relation<? extends NumberVector> rel)
rel - Relationpublic TypeInformation[] getInputTypeRestriction()
AlgorithmgetInputTypeRestriction in interface AlgorithmCopyright © 2019 ELKI Development Team. License information.