| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.algorithm.clustering.correlation | Correlation clustering algorithms | 
| de.lmu.ifi.dbs.elki.distance.distancefunction | Distance functions for use within ELKI. | 
| de.lmu.ifi.dbs.elki.index.preprocessed.localpca | Index using a preprocessed local PCA. | 
| de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj | Index using a preprocessed local subspaces. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected LocalProjectionIndex.Factory<V,?> | COPAC.Parameterizer. indexI | 
| Constructor and Description | 
|---|
| LocallyWeightedDistanceFunction(LocalProjectionIndex.Factory<V,FilteredLocalPCAIndex<V>> indexFactory)Constructor | 
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | FilteredLocalPCAIndex.Factory<NV extends NumberVector<?>,I extends FilteredLocalPCAIndex<NV>>Factory interface | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | AbstractFilteredPCAIndex.Factory<NV extends NumberVector<?>,I extends AbstractFilteredPCAIndex<NV>>Factory class. | 
| static class  | KNNQueryFilteredPCAIndex.Factory<V extends NumberVector<?>>Factory class. | 
| static class  | RangeQueryFilteredPCAIndex.Factory<V extends NumberVector<?>>Factory class. | 
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | SubspaceProjectionIndex.Factory<NV extends NumberVector<?>,I extends SubspaceProjectionIndex<NV,?>>Factory interface | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | AbstractSubspaceProjectionIndex.Factory<NV extends NumberVector<?>,D extends Distance<D>,I extends AbstractSubspaceProjectionIndex<NV,D,?>>Factory class | 
| static class  | FourCSubspaceIndex.Factory<V extends NumberVector<?>,D extends Distance<D>>Factory class for 4C preprocessors. | 
| static class  | PreDeConSubspaceIndex.Factory<V extends NumberVector<?>,D extends Distance<D>>Factory. |