|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
O - Object typeD - Distance typepublic interface RangeQuery<O,D extends Distance<D>>

The interface for range queries
| Field Summary |
|---|
| Fields inherited from interface de.lmu.ifi.dbs.elki.database.query.DatabaseQuery |
|---|
HINT_BULK, HINT_EXACT, HINT_HEAVY_USE, HINT_NO_CACHE, HINT_OPTIMIZED_ONLY, HINT_SINGLE |
| Method Summary | |
|---|---|
D |
getDistanceFactory()
Get the distance data type of the function. |
List<List<DistanceResultPair<D>>> |
getRangeForBulkDBIDs(ArrayDBIDs ids,
D range)
Bulk query method |
List<DistanceResultPair<D>> |
getRangeForDBID(DBID id,
D range)
Get the nearest neighbors for a particular id in a given query range |
List<DistanceResultPair<D>> |
getRangeForObject(O obj,
D range)
Get the nearest neighbors for a particular object in a given query range |
Relation<? extends O> |
getRelation()
Access the underlying data query. |
| Method Detail |
|---|
List<DistanceResultPair<D>> getRangeForDBID(DBID id,
D range)
id - query object IDrange - Query range
List<List<DistanceResultPair<D>>> getRangeForBulkDBIDs(ArrayDBIDs ids,
D range)
ids - query object IDsrange - Query range
List<DistanceResultPair<D>> getRangeForObject(O obj,
D range)
obj - Query objectrange - Query range
D getDistanceFactory()
Relation<? extends O> getRelation()
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||