Package | Description |
---|---|
de.lmu.ifi.dbs.elki.math.scales |
Scales handling for plotting.
|
de.lmu.ifi.dbs.elki.result |
Result types, representation and handling
|
Modifier and Type | Method and Description |
---|---|
static LinearScale[] |
Scales.calcScales(Relation<? extends SpatialComparable> db)
Compute a linear scale for each dimension.
|
Modifier and Type | Field and Description |
---|---|
private LinearScale[] |
ScalesResult.scales
The scales in use.
|
Modifier and Type | Method and Description |
---|---|
LinearScale |
ScalesResult.getScale(int dim)
Get the scale for dimension dim (starting at 1!).
|
LinearScale[] |
ScalesResult.getScales()
Get all scales.
|
Modifier and Type | Method and Description |
---|---|
void |
ScalesResult.setScale(int dim,
LinearScale scale)
Set the scale for dimension dim (starting at 1!).
|
Constructor and Description |
---|
ScalesResult(LinearScale[] scales)
Constructor.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.