Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.statistics |
Statistical analysis algorithms
The algorithms in this package perform statistical analysis of the data
(e.g. compute distributions, distance distributions etc.)
|
de.lmu.ifi.dbs.elki.result |
Result types, representation and handling
|
Modifier and Type | Method and Description |
---|---|
private ScalesResult |
AddSingleScale.run(Relation<? extends NumberVector<?>> rel)
Add scales to a single vector relation.
|
Modifier and Type | Method and Description |
---|---|
static ScalesResult |
ResultUtil.getScalesResult(Relation<? extends NumberVector<?>> rel)
Get (or create) a scales result for a relation.
|