| Package | Description |
|---|---|
| de.lmu.ifi.dbs.elki.index.preprocessed.localpca |
Index using a preprocessed local PCA.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractFilteredPCAIndex.Factory<NV extends NumberVector<?>,I extends AbstractFilteredPCAIndex<NV>>
Factory class.
|
static class |
AbstractFilteredPCAIndex.Factory.Parameterizer<NV extends NumberVector<?>,I extends AbstractFilteredPCAIndex<NV>>
Parameterization class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KNNQueryFilteredPCAIndex<NV extends NumberVector<?>>
Provides the local neighborhood to be considered in the PCA as the k nearest
neighbors of an object.
|
class |
RangeQueryFilteredPCAIndex<NV extends NumberVector<?>>
Provides the local neighborhood to be considered in the PCA as the neighbors
within an epsilon range query of an object.
|