Package | Description |
---|---|
de.lmu.ifi.dbs.elki.result |
Result types, representation and handling
|
de.lmu.ifi.dbs.elki.visualization |
Visualization package of ELKI.
|
Modifier and Type | Class and Description |
---|---|
class |
RangeSelection
Class representing selected Database-IDs and/or a selection range.
|
Modifier and Type | Field and Description |
---|---|
(package private) DBIDSelection |
SelectionResult.selection
The actual selection
|
Modifier and Type | Method and Description |
---|---|
DBIDSelection |
SelectionResult.getSelection() |
Modifier and Type | Method and Description |
---|---|
void |
SelectionResult.setSelection(DBIDSelection selection) |
Modifier and Type | Method and Description |
---|---|
DBIDSelection |
VisualizerContext.getSelection()
Get the current selection.
|
Modifier and Type | Method and Description |
---|---|
void |
VisualizerContext.setSelection(DBIDSelection sel)
Set a new selection.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.