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. indexFactoriesIndexes to add.protected java.util.Collection<? extends IndexFactory<?>>ClassifierHoldoutEvaluationTask.Par. indexFactoriesIndexes 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. indexFactoriesIndex factories.private java.util.Collection<? extends IndexFactory<?>>HashmapDatabase.Par. indexFactoriesIndexes to add.private java.util.Collection<? extends IndexFactory<?>>StaticArrayDatabase.Par. indexFactoriesIndexes 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 classAbstractIndexBasedDistance<O,F extends IndexFactory<O>>Abstract super class for distance functions needing a database index.static classAbstractIndexBasedDistance.Par<F extends IndexFactory<?>>Parameterization class.Fields in elki.distance declared as IndexFactory Modifier and Type Field Description protected FAbstractIndexBasedDistance.Par. factoryThe index factory we use.protected FAbstractIndexBasedDistance. indexFactoryParameter 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 classPagedIndexFactory<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 classPrecomputedDistanceMatrix.Factory<O>Factory for the index.static classPrecomputedSimilarityMatrix.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 classInMemoryIDistanceIndex.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 classInMemoryInvertedIndex.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 classLAESA.Factory<O>Index factory. -
Uses of IndexFactory in elki.index.lsh
Classes in elki.index.lsh that implement IndexFactory Modifier and Type Class Description classInMemoryLSHIndex<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 classAbstractMaterializeKNNPreprocessor.Factory<O>The parameterizable factory.static classCachedDoubleDistanceKNNPreprocessor.Factory<O>The parameterizable factory.static classKNNJoinMaterializeKNNPreprocessor.Factory<O extends SpatialComparable>The parameterizable factory.static classMaterializeKNNAndRKNNPreprocessor.Factory<O>The parameterizable factory.static classMaterializeKNNPreprocessor.Factory<O>The parameterizable factory.static classMetricalIndexApproximationMaterializeKNNPreprocessor.Factory<O extends NumberVector,N extends Node<E>,E extends MTreeEntry>The parameterizable factory.static classNaiveProjectedKNNPreprocessor.Factory<V extends NumberVector>Index factory classstatic classNNDescent.Factory<O>Index factory.static classPartitionApproximationMaterializeKNNPreprocessor.Factory<O>The parameterizable factory.static classRandomSampleKNNPreprocessor.Factory<O>The parameterizable factory.static classSpacefillingKNNPreprocessor.Factory<V extends NumberVector>Index factory classstatic classSpacefillingMaterializeKNNPreprocessor.Factory<V extends NumberVector>Index factory classstatic classSpatialApproximationMaterializeKNNPreprocessor.FactoryThe 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 interfaceSharedNearestNeighborIndex.Factory<O>Factory interfaceClasses in elki.index.preprocessed.snn that implement IndexFactory Modifier and Type Class Description static classSharedNearestNeighborPreprocessor.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 classLatLngAsECEFIndex.Factory<O extends NumberVector>Index factory.static classLngLatAsECEFIndex.Factory<O extends NumberVector>Index factory.classPINN<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 classProjectedIndex.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. innerInner index factory.(package private) IndexFactory<O>LngLatAsECEFIndex.Factory.Par. innerInner index factory.(package private) IndexFactory<O>PINN.Par. innerInner index factory.(package private) IndexFactory<I>ProjectedIndex.Factory. innerInner index factory.(package private) IndexFactory<I>ProjectedIndex.Factory.Par. innerInner 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 classAbstractCoverTree.Factory<O>Index factory.static classCoverTree.Factory<O>Index factory.static classSimplifiedCoverTree.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 classAbstractMTreeFactory<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 classAbstractMkTreeUnifiedFactory<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 classMkAppTreeFactory<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 classMkCopTreeFactory<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 classMkMaxTreeFactory<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 classMkTabTreeFactory<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 classMTreeFactory<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 classGNAT.Factory<O extends NumberVector>Index Factorystatic classVPTree.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 classMemoryKDTree.Factory<O extends NumberVector>Factory classstatic classMinimalisticMemoryKDTree.Factory<O extends NumberVector>Factory classstatic classSmallMemoryKDTree.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 classAbstractRStarTreeFactory<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 classDeLiCluTreeFactory<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 classFlatRStarTreeFactory<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 classRdKNNTreeFactory<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 classRStarTreeFactory<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 classPartialVAFile.Factory<V extends NumberVector>Index factory class.static classVAFile.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 classAbstractIndexBasedSimilarity<O,F extends IndexFactory<O>>Abstract super class for distance functions needing a preprocessor.static classAbstractIndexBasedSimilarity.Par<F extends IndexFactory<?>>Parameterization class.Fields in elki.similarity declared as IndexFactory Modifier and Type Field Description protected FAbstractIndexBasedSimilarity.Par. factoryThe index factory we use.protected FAbstractIndexBasedSimilarity. indexFactoryParameter to specify the preprocessor to be used.
-