public class RangeSelection extends DBIDSelection
Modifier and Type | Field and Description |
---|---|
private ModifiableHyperBoundingBox |
range
Selection range
|
Constructor and Description |
---|
RangeSelection(DBIDs selectedIds)
Constructor.
|
RangeSelection(DBIDs selection,
ModifiableHyperBoundingBox ranges)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ModifiableHyperBoundingBox |
getRanges()
Get the selection range.
|
getSelectedIds
private ModifiableHyperBoundingBox range
public RangeSelection(DBIDs selectedIds)
selectedIds
- selected IDspublic RangeSelection(DBIDs selection, ModifiableHyperBoundingBox ranges)
selection
- ranges
- public ModifiableHyperBoundingBox getRanges()
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.