|
|
|||||||||||||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||||||||||
| Packages that use DistanceEntry | |
|---|---|
| de.lmu.ifi.dbs.elki.index.tree | Package collects variants of tree-based index structures. |
| de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants | Package collects variants of the M-Tree. |
| de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants | Package collects variants of the R*-Tree. |
| Uses of DistanceEntry in de.lmu.ifi.dbs.elki.index.tree |
|---|
| Methods in de.lmu.ifi.dbs.elki.index.tree with parameters of type DistanceEntry | |
|---|---|
int |
DistanceEntry.compareTo(DistanceEntry<D,E> o)
Compares this object with the specified object for order. |
| Uses of DistanceEntry in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants |
|---|
| Methods in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants that return types with arguments of type DistanceEntry | |
|---|---|
protected List<DistanceEntry<D,E>> |
AbstractMTree.getSortedEntries(N node,
Integer q)
Sorts the entries of the specified node according to their minimum distance to the specified object. |
protected List<DistanceEntry<D,E>> |
AbstractMTree.getSortedEntries(N node,
Integer[] ids)
Sorts the entries of the specified node according to their minimum distance to the specified objects. |
private List<DistanceEntry<D,E>> |
AbstractMTree.getSortedEntries(N node,
List<Integer> ids)
Sorts the entries of the specified node according to their minimum distance to the specified objects. |
| Method parameters in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants with type arguments of type DistanceEntry | |
|---|---|
private D |
MTreeSplit.assignNN(Set<E> assigned1,
Set<E> assigned2,
List<DistanceEntry<D,E>> list,
D currentCR,
boolean isLeaf)
Assigns the first object of the specified list to the first assignment that it is not yet assigned to the second assignment. |
| Uses of DistanceEntry in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants |
|---|
| Methods in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants that return types with arguments of type DistanceEntry | ||
|---|---|---|
protected
|
AbstractRStarTree.getSortedEntries(N node,
Collection<Integer> ids,
SpatialDistanceFunction<O,D> distanceFunction)
Sorts the entries of the specified node according to their minimum distance to the specified objects. |
|
protected
|
AbstractRStarTree.getSortedEntries(N node,
Integer q,
SpatialDistanceFunction<O,D> distanceFunction)
Sorts the entries of the specified node according to their minimum distance to the specified object. |
|
| Methods in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants with parameters of type DistanceEntry | ||
|---|---|---|
protected
|
AbstractRStarTreeNode.initReInsert(int start,
DistanceEntry<D,E>[] reInsertEntries)
Initializes a reinsert operation. |
|
|
|
||||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||||