| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.algorithm.clustering | 
 Clustering algorithms
 
 Clustering algorithms are supposed to implement the  
Algorithm-Interface. | 
| de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu | 
| Modifier and Type | Method and Description | 
|---|---|
private void | 
DeLiClu.reinsertExpanded(SpatialPrimitiveDistanceFunction<NV,D> distFunction,
                DeLiCluTree index,
                List<TreeIndexPathComponent<DeLiCluEntry>> path,
                int pos,
                SpatialDirectoryEntry parentEntry,
                DataStore<KNNList<D>> knns)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DeLiCluDirectoryEntry
Defines the requirements for a directory entry in an DeLiClu-Tree node. 
 |