
@Description(value="Setup a scaling so that all dimensions are scaled equally in visualization.") public class AddSingleScale extends Object implements Algorithm
| Constructor and Description |
|---|
AddSingleScale()
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 Algorithm