A B C D E F G H I K L M N P Q R S T V W 
All Classes All Packages

P

PagedIndexFactory<O> - Class in elki.index
Abstract base class for tree-based indexes.
PagedIndexFactory(PageFileFactory<?>) - Constructor for class elki.index.PagedIndexFactory
Constructor.
PagedIndexFactory.Par<O> - Class in elki.index
Parameterization class.
PAGEFILE_ID - Static variable in class elki.index.PagedIndexFactory.Par
Optional parameter that specifies the factory type of pagefile to use for the index.
pageFileFactory - Variable in class elki.index.PagedIndexFactory
Page file factory.
pageFileFactory - Variable in class elki.index.PagedIndexFactory.Par
Page file factory.
pageSize - Variable in class elki.persistent.DefaultPageHeader
The size of a page in bytes.
Par() - Constructor for class elki.index.PagedIndexFactory.Par
 
parentPath - Variable in class elki.index.tree.IndexTreePath
Path representing the parent, null if lastPathComponent represents the root.
postDelete(E) - Method in class elki.index.tree.IndexTree
Performs necessary operations after deleting the specified entry.
PrecomputedSimilarityMatrix<O> - Class in elki.index.distancematrix
Precomputed similarity matrix, for a small data set.
PrecomputedSimilarityMatrix(Relation<O>, Similarity<? super O>) - Constructor for class elki.index.distancematrix.PrecomputedSimilarityMatrix
Constructor.
PrecomputedSimilarityMatrix.Factory<O> - Class in elki.index.distancematrix
Factory for the index.
PrecomputedSimilarityMatrix.PrecomputedSimilarityQuery - Class in elki.index.distancematrix
Similarity query using the precomputed matrix.
PrecomputedSimilarityMatrix.PrecomputedSimilarityRangeQuery - Class in elki.index.distancematrix
Range query using the distance matrix.
PrecomputedSimilarityQuery() - Constructor for class elki.index.distancematrix.PrecomputedSimilarityMatrix.PrecomputedSimilarityQuery
 
PrecomputedSimilarityRangeQuery() - Constructor for class elki.index.distancematrix.PrecomputedSimilarityMatrix.PrecomputedSimilarityRangeQuery
 
preInsert(E) - Method in class elki.index.tree.IndexTree
Performs necessary operations before inserting the specified entry.
proj - Variable in class elki.index.projected.ProjectedIndex.Factory
Projection to use.
proj - Variable in class elki.index.projected.ProjectedIndex
Projection.
ProjectedIndex<O,​I> - Class in elki.index.projected
Index data in an arbitrary projection.
ProjectedIndex(Relation<? extends O>, Projection<O, I>, Relation<I>, Index, boolean, double) - Constructor for class elki.index.projected.ProjectedIndex
Constructor.
ProjectedIndex.Factory<O,​I> - Class in elki.index.projected
Index factory.
ProjectedIndex.ProjectedKNNByDBID - Class in elki.index.projected
Class to proxy kNN queries.
ProjectedIndex.ProjectedKNNByObject - Class in elki.index.projected
Class to proxy kNN queries.
ProjectedIndex.ProjectedRangeByDBID - Class in elki.index.projected
Class to proxy range queries.
ProjectedIndex.ProjectedRangeByObject - Class in elki.index.projected
Class to proxy range queries.
ProjectedIndex.ProjectedRKNNByDBID - Class in elki.index.projected
Class to proxy RkNN queries.
ProjectedIndex.ProjectedRKNNByObject - Class in elki.index.projected
Class to proxy RkNN queries.
ProjectedKNNByDBID(DistanceQuery<O>, KNNSearcher<I>) - Constructor for class elki.index.projected.ProjectedIndex.ProjectedKNNByDBID
Constructor.
ProjectedKNNByObject(DistanceQuery<O>, KNNSearcher<I>) - Constructor for class elki.index.projected.ProjectedIndex.ProjectedKNNByObject
Constructor.
ProjectedRangeByDBID(DistanceQuery<O>, RangeSearcher<I>) - Constructor for class elki.index.projected.ProjectedIndex.ProjectedRangeByDBID
Constructor.
ProjectedRangeByObject(DistanceQuery<O>, RangeSearcher<I>) - Constructor for class elki.index.projected.ProjectedIndex.ProjectedRangeByObject
Constructor.
ProjectedRKNNByDBID(DistanceQuery<O>, RKNNSearcher<I>) - Constructor for class elki.index.projected.ProjectedIndex.ProjectedRKNNByDBID
Constructor.
ProjectedRKNNByObject(DistanceQuery<O>, RKNNSearcher<I>) - Constructor for class elki.index.projected.ProjectedIndex.ProjectedRKNNByObject
Constructor.
A B C D E F G H I K L M N P Q R S T V W 
All Classes All Packages