| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.index.preprocessed | 
 Index structure based on preprocessors 
 | 
| de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj | 
 Index using a preprocessed local subspaces. 
 | 
| de.lmu.ifi.dbs.elki.math.linearalgebra | 
 Linear Algebra package provides classes and computational methods for operations on matrices. 
 | 
| de.lmu.ifi.dbs.elki.math.linearalgebra.pca | 
 Principal Component Analysis (PCA) and Eigenvector processing. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
LocalProjectionIndex<V extends NumberVector<?>,P extends ProjectionResult>
Abstract index interface for local projections 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractSubspaceProjectionIndex<NV extends NumberVector<?>,D extends Distance<D>,P extends ProjectionResult>
Abstract base class for a local PCA based index. 
 | 
interface  | 
SubspaceProjectionIndex<NV extends NumberVector<?>,P extends ProjectionResult>
Interface for an index providing local subspaces. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SubspaceProjectionResult
Simple class wrapping the result of a subspace projection. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PCAFilteredResult
Result class for a filtered PCA. 
 |