Uses of Interface
elki.index.IndexFactory
-
-
Uses of IndexFactory in elki.application
Fields in elki.application with type parameters of type IndexFactory Modifier and Type Field Description protected java.util.Collection<? extends IndexFactory<?>>
ClassifierHoldoutEvaluationTask. indexFactories
Indexes to add.protected java.util.Collection<? extends IndexFactory<?>>
ClassifierHoldoutEvaluationTask.Par. indexFactories
Indexes to add.Constructor parameters in elki.application with type arguments of type IndexFactory Constructor Description ClassifierHoldoutEvaluationTask(DatabaseConnection databaseConnection, java.util.Collection<? extends IndexFactory<?>> indexFactories, Classifier<O> algorithm, Holdout holdout)
Constructor. -
Uses of IndexFactory in elki.database
Fields in elki.database with type parameters of type IndexFactory Modifier and Type Field Description protected java.util.Collection<IndexFactory<?>>
AbstractDatabase. indexFactories
Index factories.private java.util.Collection<? extends IndexFactory<?>>
HashmapDatabase.Par. indexFactories
Indexes to add.private java.util.Collection<? extends IndexFactory<?>>
StaticArrayDatabase.Par. indexFactories
Indexes to add.Constructor parameters in elki.database with type arguments of type IndexFactory Constructor Description HashmapDatabase(DatabaseConnection databaseConnection, java.util.Collection<? extends IndexFactory<?>> indexFactories)
Constructor.StaticArrayDatabase(DatabaseConnection databaseConnection, java.util.Collection<? extends IndexFactory<?>> indexFactories)
Constructor. -
Uses of IndexFactory in elki.distance
Classes in elki.distance with type parameters of type IndexFactory Modifier and Type Class Description class
AbstractIndexBasedDistance<O,F extends IndexFactory<O>>
Abstract super class for distance functions needing a database index.static class
AbstractIndexBasedDistance.Par<F extends IndexFactory<?>>
Parameterization class.Fields in elki.distance declared as IndexFactory Modifier and Type Field Description protected F
AbstractIndexBasedDistance.Par. factory
The index factory we use.protected F
AbstractIndexBasedDistance. indexFactory
Parameter to specify the preprocessor to be used. -
Uses of IndexFactory in elki.index
Classes in elki.index that implement IndexFactory Modifier and Type Class Description class
PagedIndexFactory<O>
Abstract base class for tree-based indexes. -
Uses of IndexFactory in elki.index.distancematrix
Classes in elki.index.distancematrix that implement IndexFactory Modifier and Type Class Description static class
PrecomputedDistanceMatrix.Factory<O>
Factory for the index.static class
PrecomputedSimilarityMatrix.Factory<O>
Factory for the index. -
Uses of IndexFactory in elki.index.idistance
Classes in elki.index.idistance that implement IndexFactory Modifier and Type Class Description static class
InMemoryIDistanceIndex.Factory<V>
Index factory for iDistance indexes. -
Uses of IndexFactory in elki.index.invertedlist
Classes in elki.index.invertedlist that implement IndexFactory Modifier and Type Class Description static class
InMemoryInvertedIndex.Factory<V extends NumberVector>
Index factory -
Uses of IndexFactory in elki.index.laesa
Classes in elki.index.laesa that implement IndexFactory Modifier and Type Class Description static class
LAESA.Factory<O>
Index factory. -
Uses of IndexFactory in elki.index.lsh
Classes in elki.index.lsh that implement IndexFactory Modifier and Type Class Description class
InMemoryLSHIndex<V>
Locality Sensitive Hashing. -
Uses of IndexFactory in elki.index.preprocessed.knn
Classes in elki.index.preprocessed.knn that implement IndexFactory Modifier and Type Class Description static class
AbstractMaterializeKNNPreprocessor.Factory<O>
The parameterizable factory.static class
CachedDoubleDistanceKNNPreprocessor.Factory<O>
The parameterizable factory.static class
KNNJoinMaterializeKNNPreprocessor.Factory<O extends SpatialComparable>
The parameterizable factory.static class
MaterializeKNNAndRKNNPreprocessor.Factory<O>
The parameterizable factory.static class
MaterializeKNNPreprocessor.Factory<O>
The parameterizable factory.static class
MetricalIndexApproximationMaterializeKNNPreprocessor.Factory<O extends NumberVector,N extends Node<E>,E extends MTreeEntry>
The parameterizable factory.static class
NaiveProjectedKNNPreprocessor.Factory<V extends NumberVector>
Index factory classstatic class
NNDescent.Factory<O>
Index factory.static class
PartitionApproximationMaterializeKNNPreprocessor.Factory<O>
The parameterizable factory.static class
RandomSampleKNNPreprocessor.Factory<O>
The parameterizable factory.static class
SpacefillingKNNPreprocessor.Factory<V extends NumberVector>
Index factory classstatic class
SpacefillingMaterializeKNNPreprocessor.Factory<V extends NumberVector>
Index factory classstatic class
SpatialApproximationMaterializeKNNPreprocessor.Factory
The actual preprocessor instance. -
Uses of IndexFactory in elki.index.preprocessed.snn
Subinterfaces of IndexFactory in elki.index.preprocessed.snn Modifier and Type Interface Description static interface
SharedNearestNeighborIndex.Factory<O>
Factory interfaceClasses in elki.index.preprocessed.snn that implement IndexFactory Modifier and Type Class Description static class
SharedNearestNeighborPreprocessor.Factory<O>
Factory class -
Uses of IndexFactory in elki.index.projected
Classes in elki.index.projected that implement IndexFactory Modifier and Type Class Description static class
LatLngAsECEFIndex.Factory<O extends NumberVector>
Index factory.static class
LngLatAsECEFIndex.Factory<O extends NumberVector>
Index factory.class
PINN<O extends NumberVector>
Projection-Indexed nearest-neighbors (PINN) is an index to retrieve the nearest neighbors in high dimensional spaces by using a random projection based index.static class
ProjectedIndex.Factory<O,I>
Index factory.Fields in elki.index.projected declared as IndexFactory Modifier and Type Field Description (package private) IndexFactory<O>
LatLngAsECEFIndex.Factory.Par. inner
Inner index factory.(package private) IndexFactory<O>
LngLatAsECEFIndex.Factory.Par. inner
Inner index factory.(package private) IndexFactory<O>
PINN.Par. inner
Inner index factory.(package private) IndexFactory<I>
ProjectedIndex.Factory. inner
Inner index factory.(package private) IndexFactory<I>
ProjectedIndex.Factory.Par. inner
Inner index factory.Constructors in elki.index.projected with parameters of type IndexFactory Constructor Description Factory(IndexFactory<O> inner, boolean materialize, boolean norefine, EarthModel model)
Constructor.Factory(IndexFactory<O> inner, boolean materialize, boolean norefine, EarthModel model)
Constructor.Factory(Projection<O,I> proj, IndexFactory<I> inner, boolean materialize, boolean norefine, double kmulti)
Constructor.PINN(IndexFactory<O> inner, int t, double s, double h, RandomFactory random)
Constructor. -
Uses of IndexFactory in elki.index.tree.metrical.covertree
Classes in elki.index.tree.metrical.covertree that implement IndexFactory Modifier and Type Class Description static class
AbstractCoverTree.Factory<O>
Index factory.static class
CoverTree.Factory<O>
Index factory.static class
SimplifiedCoverTree.Factory<O>
Index factory. -
Uses of IndexFactory in elki.index.tree.metrical.mtreevariants
Classes in elki.index.tree.metrical.mtreevariants that implement IndexFactory Modifier and Type Class Description class
AbstractMTreeFactory<O,N extends AbstractMTreeNode<O,N,E>,E extends MTreeEntry,S extends MTreeSettings<O,N,E>>
Abstract factory for various MTrees -
Uses of IndexFactory in elki.index.tree.metrical.mtreevariants.mktrees
Classes in elki.index.tree.metrical.mtreevariants.mktrees that implement IndexFactory Modifier and Type Class Description class
AbstractMkTreeUnifiedFactory<O,N extends AbstractMTreeNode<O,N,E>,E extends MTreeEntry,S extends MkTreeSettings<O,N,E>>
Abstract factory for various Mk-Trees -
Uses of IndexFactory in elki.index.tree.metrical.mtreevariants.mktrees.mkapp
Classes in elki.index.tree.metrical.mtreevariants.mktrees.mkapp that implement IndexFactory Modifier and Type Class Description class
MkAppTreeFactory<O>
Factory for a MkApp-Tree -
Uses of IndexFactory in elki.index.tree.metrical.mtreevariants.mktrees.mkcop
Classes in elki.index.tree.metrical.mtreevariants.mktrees.mkcop that implement IndexFactory Modifier and Type Class Description class
MkCopTreeFactory<O>
Factory for a MkCoPTree-Tree -
Uses of IndexFactory in elki.index.tree.metrical.mtreevariants.mktrees.mkmax
Classes in elki.index.tree.metrical.mtreevariants.mktrees.mkmax that implement IndexFactory Modifier and Type Class Description class
MkMaxTreeFactory<O>
Factory for MkMaxTrees -
Uses of IndexFactory in elki.index.tree.metrical.mtreevariants.mktrees.mktab
Classes in elki.index.tree.metrical.mtreevariants.mktrees.mktab that implement IndexFactory Modifier and Type Class Description class
MkTabTreeFactory<O>
Factory for MkTabTrees -
Uses of IndexFactory in elki.index.tree.metrical.mtreevariants.mtree
Classes in elki.index.tree.metrical.mtreevariants.mtree that implement IndexFactory Modifier and Type Class Description class
MTreeFactory<O>
Factory for a M-Tree -
Uses of IndexFactory in elki.index.tree.metrical.vptree
Classes in elki.index.tree.metrical.vptree that implement IndexFactory Modifier and Type Class Description static class
GNAT.Factory<O extends NumberVector>
Index Factorystatic class
VPTree.Factory<O extends NumberVector>
Index factory for the VP-Tree -
Uses of IndexFactory in elki.index.tree.spatial.kd
Classes in elki.index.tree.spatial.kd that implement IndexFactory Modifier and Type Class Description static class
MemoryKDTree.Factory<O extends NumberVector>
Factory classstatic class
MinimalisticMemoryKDTree.Factory<O extends NumberVector>
Factory classstatic class
SmallMemoryKDTree.Factory<O extends NumberVector>
Factory class -
Uses of IndexFactory in elki.index.tree.spatial.rstarvariants
Classes in elki.index.tree.spatial.rstarvariants that implement IndexFactory Modifier and Type Class Description class
AbstractRStarTreeFactory<O extends NumberVector,N extends AbstractRStarTreeNode<N,E>,E extends SpatialEntry,S extends RTreeSettings>
Abstract factory for R*-Tree based trees. -
Uses of IndexFactory in elki.index.tree.spatial.rstarvariants.deliclu
Classes in elki.index.tree.spatial.rstarvariants.deliclu that implement IndexFactory Modifier and Type Class Description class
DeLiCluTreeFactory<O extends NumberVector>
Factory for DeLiClu R*-Trees. -
Uses of IndexFactory in elki.index.tree.spatial.rstarvariants.flat
Classes in elki.index.tree.spatial.rstarvariants.flat that implement IndexFactory Modifier and Type Class Description class
FlatRStarTreeFactory<O extends NumberVector>
Factory for flat R*-Trees. -
Uses of IndexFactory in elki.index.tree.spatial.rstarvariants.rdknn
Classes in elki.index.tree.spatial.rstarvariants.rdknn that implement IndexFactory Modifier and Type Class Description class
RdKNNTreeFactory<O extends NumberVector>
Factory for RdKNN R*-Trees. -
Uses of IndexFactory in elki.index.tree.spatial.rstarvariants.rstar
Classes in elki.index.tree.spatial.rstarvariants.rstar that implement IndexFactory Modifier and Type Class Description class
RStarTreeFactory<O extends NumberVector>
Factory for regular R*-Trees. -
Uses of IndexFactory in elki.index.vafile
Classes in elki.index.vafile that implement IndexFactory Modifier and Type Class Description static class
PartialVAFile.Factory<V extends NumberVector>
Index factory class.static class
VAFile.Factory<V extends NumberVector>
Index factory class. -
Uses of IndexFactory in elki.similarity
Classes in elki.similarity with type parameters of type IndexFactory Modifier and Type Class Description class
AbstractIndexBasedSimilarity<O,F extends IndexFactory<O>>
Abstract super class for distance functions needing a preprocessor.static class
AbstractIndexBasedSimilarity.Par<F extends IndexFactory<?>>
Parameterization class.Fields in elki.similarity declared as IndexFactory Modifier and Type Field Description protected F
AbstractIndexBasedSimilarity.Par. factory
The index factory we use.protected F
AbstractIndexBasedSimilarity. indexFactory
Parameter to specify the preprocessor to be used.
-