|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.lmu.ifi.dbs.elki.result.DBIDSelection
de.lmu.ifi.dbs.elki.result.RangeSelection
public class RangeSelection

Class representing selected Database-IDs and/or a selection range.
| Field Summary | |
|---|---|
private DoubleDoublePair[] |
ranges
Selection range |
| Constructor Summary | |
|---|---|
RangeSelection(DBIDs selectedIds)
Constructor. |
|
RangeSelection(DBIDs selection,
DoubleDoublePair[] ranges)
Constructor. |
|
| Method Summary | |
|---|---|
DoubleDoublePair |
getRange(int dim)
Get a single selection range. |
DoubleDoublePair[] |
getRanges()
Get the selection range. |
| Methods inherited from class de.lmu.ifi.dbs.elki.result.DBIDSelection |
|---|
getSelectedIds |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private DoubleDoublePair[] ranges
| Constructor Detail |
|---|
public RangeSelection(DBIDs selectedIds)
selectedIds - selected IDs
public RangeSelection(DBIDs selection,
DoubleDoublePair[] ranges)
selection - ranges - | Method Detail |
|---|
public DoubleDoublePair[] getRanges()
public DoubleDoublePair getRange(int dim)
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||