|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractIndex | |
---|---|
de.lmu.ifi.dbs.elki.index.preprocessed | Index structure based on preprocessors |
de.lmu.ifi.dbs.elki.index.preprocessed.knn | Indexes providing KNN and rKNN data. |
de.lmu.ifi.dbs.elki.index.preprocessed.localpca | Index using a preprocessed local PCA. |
de.lmu.ifi.dbs.elki.index.preprocessed.preference | Indexes storing preference vectors. |
de.lmu.ifi.dbs.elki.index.preprocessed.snn | Indexes providing nearest neighbor sets |
de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj | Index using a preprocessed local subspaces. |
Uses of AbstractIndex in de.lmu.ifi.dbs.elki.index.preprocessed |
---|
Subclasses of AbstractIndex in de.lmu.ifi.dbs.elki.index.preprocessed | |
---|---|
class |
AbstractPreprocessorIndex<O,R>
Abstract base class for simple preprocessor based indexes, requiring a simple object storage for preprocessing results. |
Uses of AbstractIndex in de.lmu.ifi.dbs.elki.index.preprocessed.knn |
---|
Subclasses of AbstractIndex in de.lmu.ifi.dbs.elki.index.preprocessed.knn | |
---|---|
class |
AbstractMaterializeKNNPreprocessor<O,D extends Distance<D>>
Abstract base class for KNN Preprocessors. |
class |
MaterializeKNNAndRKNNPreprocessor<O,D extends Distance<D>>
A preprocessor for annotation of the k nearest neighbors and the reverse k nearest neighbors (and their distances) to each database object. |
class |
MaterializeKNNPreprocessor<O,D extends Distance<D>>
A preprocessor for annotation of the k nearest neighbors (and their distances) to each database object. |
class |
MetricalIndexApproximationMaterializeKNNPreprocessor<O extends NumberVector<? super O,?>,D extends Distance<D>,N extends Node<E>,E extends MTreeEntry<D>>
A preprocessor for annotation of the k nearest neighbors (and their distances) to each database object. |
class |
PartitionApproximationMaterializeKNNPreprocessor<O,D extends Distance<D>>
A preprocessor for annotation of the k nearest neighbors (and their distances) to each database object. |
class |
SpatialApproximationMaterializeKNNPreprocessor<O extends NumberVector<?,?>,D extends Distance<D>,N extends SpatialNode<N,E>,E extends SpatialEntry>
A preprocessor for annotation of the k nearest neighbors (and their distances) to each database object. |
Uses of AbstractIndex in de.lmu.ifi.dbs.elki.index.preprocessed.localpca |
---|
Subclasses of AbstractIndex in de.lmu.ifi.dbs.elki.index.preprocessed.localpca | |
---|---|
class |
AbstractFilteredPCAIndex<NV extends NumberVector<? extends NV,?>>
Abstract base class for a local PCA based index. |
class |
KNNQueryFilteredPCAIndex<NV extends NumberVector<? extends NV,?>>
Provides the local neighborhood to be considered in the PCA as the k nearest neighbors of an object. |
class |
RangeQueryFilteredPCAIndex<NV extends NumberVector<? extends NV,?>>
Provides the local neighborhood to be considered in the PCA as the neighbors within an epsilon range query of an object. |
Uses of AbstractIndex in de.lmu.ifi.dbs.elki.index.preprocessed.preference |
---|
Subclasses of AbstractIndex in de.lmu.ifi.dbs.elki.index.preprocessed.preference | |
---|---|
class |
AbstractPreferenceVectorIndex<NV extends NumberVector<?,?>>
Abstract base class for preference vector based algorithms. |
class |
DiSHPreferenceVectorIndex<V extends NumberVector<?,?>>
Preprocessor for DiSH preference vector assignment to objects of a certain database. |
class |
HiSCPreferenceVectorIndex<V extends NumberVector<?,?>>
Preprocessor for HiSC preference vector assignment to objects of a certain database. |
Uses of AbstractIndex in de.lmu.ifi.dbs.elki.index.preprocessed.snn |
---|
Subclasses of AbstractIndex in de.lmu.ifi.dbs.elki.index.preprocessed.snn | |
---|---|
class |
SharedNearestNeighborPreprocessor<O,D extends Distance<D>>
A preprocessor for annotation of the ids of nearest neighbors to each database object. |
Uses of AbstractIndex in de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj |
---|
Subclasses of AbstractIndex in de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj | |
---|---|
class |
AbstractSubspaceProjectionIndex<NV extends NumberVector<?,?>,D extends Distance<D>,P extends ProjectionResult>
Abstract base class for a local PCA based index. |
class |
FourCSubspaceIndex<V extends NumberVector<V,?>,D extends Distance<D>>
Preprocessor for 4C local dimensionality and locally weighted matrix assignment to objects of a certain database. |
class |
PreDeConSubspaceIndex<V extends NumberVector<? extends V,?>,D extends Distance<D>>
Preprocessor for PreDeCon local dimensionality and locally weighted matrix assignment to objects of a certain database. |
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |