| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.algorithm.outlier | 
 Outlier detection algorithms 
 | 
| de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.query | 
 Queries on the R-Tree family of indexes: kNN and range queries. 
 | 
| de.lmu.ifi.dbs.elki.utilities.pairs | 
 Pairs and triples utility classes. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
private static class  | 
AggarwalYuEvolutionary.Individuum
Individuum for the evolutionary search. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected List<FCPair<D,SpatialEntry>> | 
GenericRStarTreeKNNQuery.getSortedEntries(AbstractRStarTreeNode<?,?> node,
                DBIDs ids)
Sorts the entries of the specified node according to their minimum distance
 to the specified objects. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <F extends Comparable<? super F>,S>  | 
FCPair.newArray(int size)
Array constructor for generics 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
FCPair.compareTo(FCPair<FIRST,SECOND> other)
Generic derived compare function. 
 |