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

P

Par() - Constructor for class elki.distance.SharedNearestNeighborJaccardDistance.Par
 
Par() - Constructor for class elki.index.preprocessed.knn.MaterializeKNNAndRKNNPreprocessor.Factory.Par
 
Par() - Constructor for class elki.index.preprocessed.knn.MaterializeKNNPreprocessor.Factory.Par
 
Par() - Constructor for class elki.index.preprocessed.knn.NaiveProjectedKNNPreprocessor.Factory.Par
 
Par() - Constructor for class elki.index.preprocessed.knn.PartitionApproximationMaterializeKNNPreprocessor.Factory.Par
 
Par() - Constructor for class elki.index.preprocessed.knn.SpacefillingKNNPreprocessor.Factory.Par
 
Par() - Constructor for class elki.index.preprocessed.snn.SharedNearestNeighborPreprocessor.Factory.Par
 
partialSort(int) - Method in class elki.index.distancematrix.PrecomputedDistanceMatrix.PrecomputedDistancePrioritySearcher
Partially sort the data.
PartitionApproximationMaterializeKNNPreprocessor<O> - Class in elki.index.preprocessed.knn
A preprocessor for annotation of the k nearest neighbors (and their distances) to each database object.
PartitionApproximationMaterializeKNNPreprocessor(Relation<O>, Distance<? super O>, int, int, RandomFactory) - Constructor for class elki.index.preprocessed.knn.PartitionApproximationMaterializeKNNPreprocessor
Constructor
PartitionApproximationMaterializeKNNPreprocessor.Factory<O> - Class in elki.index.preprocessed.knn
The parameterizable factory.
PartitionApproximationMaterializeKNNPreprocessor.Factory.Par<O> - Class in elki.index.preprocessed.knn
Parameterization class.
partitions - Variable in class elki.index.preprocessed.knn.PartitionApproximationMaterializeKNNPreprocessor.Factory.Par
Number of partitions
partitions - Variable in class elki.index.preprocessed.knn.PartitionApproximationMaterializeKNNPreprocessor.Factory
The number of partitions to use
partitions - Variable in class elki.index.preprocessed.knn.PartitionApproximationMaterializeKNNPreprocessor
Number of partitions to use.
PARTITIONS_ID - Static variable in class elki.index.preprocessed.knn.PartitionApproximationMaterializeKNNPreprocessor.Factory.Par
Parameter to specify the number of partitions to use for materializing the kNN.
positions - Variable in class elki.index.preprocessed.knn.NaiveProjectedKNNPreprocessor
Curve position storage
positions - Variable in class elki.index.preprocessed.knn.SpacefillingKNNPreprocessor
Curve position storage
PrecomputedDistanceMatrix<O> - Class in elki.index.distancematrix
Distance matrix, for precomputing similarity for a small data set.
PrecomputedDistanceMatrix(Relation<O>, DBIDRange, Distance<? super O>) - Constructor for class elki.index.distancematrix.PrecomputedDistanceMatrix
Constructor.
PrecomputedDistanceMatrix.Factory<O> - Class in elki.index.distancematrix
Factory for the index.
PrecomputedDistanceMatrix.PrecomputedDistancePrioritySearcher - Class in elki.index.distancematrix
Range query using the distance matrix.
PrecomputedDistanceMatrix.PrecomputedDistanceQuery - Class in elki.index.distancematrix
Distance query using the precomputed matrix.
PrecomputedDistanceMatrix.PrecomputedKNNQuery - Class in elki.index.distancematrix
kNN query using the distance matrix.
PrecomputedDistanceMatrix.PrecomputedRangeQuery - Class in elki.index.distancematrix
Range query using the distance matrix.
PrecomputedDistancePrioritySearcher() - Constructor for class elki.index.distancematrix.PrecomputedDistanceMatrix.PrecomputedDistancePrioritySearcher
 
PrecomputedDistanceQuery() - Constructor for class elki.index.distancematrix.PrecomputedDistanceMatrix.PrecomputedDistanceQuery
 
PrecomputedKNNQuery() - Constructor for class elki.index.distancematrix.PrecomputedDistanceMatrix.PrecomputedKNNQuery
 
PrecomputedRangeQuery() - Constructor for class elki.index.distancematrix.PrecomputedDistanceMatrix.PrecomputedRangeQuery
 
prefix - Variable in class elki.index.preprocessed.knn.NNDescent
Log prefix.
preprocess() - Method in class elki.index.preprocessed.knn.AbstractMaterializeKNNPreprocessor
Perform the preprocessing step.
preprocess() - Method in class elki.index.preprocessed.knn.MaterializeKNNAndRKNNPreprocessor
 
preprocess() - Method in class elki.index.preprocessed.knn.MaterializeKNNPreprocessor
The actual preprocessing step.
preprocess() - Method in class elki.index.preprocessed.knn.NaiveProjectedKNNPreprocessor
 
preprocess() - Method in class elki.index.preprocessed.knn.NNDescent
 
preprocess() - Method in class elki.index.preprocessed.knn.PartitionApproximationMaterializeKNNPreprocessor
 
preprocess() - Method in class elki.index.preprocessed.knn.RandomSampleKNNPreprocessor
 
preprocess() - Method in class elki.index.preprocessed.knn.SpacefillingKNNPreprocessor
 
preprocess() - Method in class elki.index.preprocessed.knn.SpacefillingMaterializeKNNPreprocessor
 
preprocessor - Variable in class elki.database.query.knn.PreprocessorKNNQuery
The last preprocessor result
preprocessor - Variable in class elki.database.query.rknn.PreprocessorRKNNQuery
The last preprocessor result
PreprocessorKNNQuery - Class in elki.database.query.knn
Use precomputed kNN.
PreprocessorKNNQuery(Relation<?>, AbstractMaterializeKNNPreprocessor<?>) - Constructor for class elki.database.query.knn.PreprocessorKNNQuery
Constructor.
PreprocessorRKNNQuery<O> - Class in elki.database.query.rknn
Instance for a particular database, invoking the preprocessor.
PreprocessorRKNNQuery(Relation<O>, MaterializeKNNAndRKNNPreprocessor.Factory<O>) - Constructor for class elki.database.query.rknn.PreprocessorRKNNQuery
Constructor.
PreprocessorRKNNQuery(Relation<O>, MaterializeKNNAndRKNNPreprocessor<O>) - Constructor for class elki.database.query.rknn.PreprocessorRKNNQuery
Constructor.
PreprocessorSqrtKNNQuery - Class in elki.database.query.knn
Use the square rooted values of precomputed kNN.
PreprocessorSqrtKNNQuery(Relation<?>, AbstractMaterializeKNNPreprocessor<?>) - Constructor for class elki.database.query.knn.PreprocessorSqrtKNNQuery
Constructor.
PreprocessorSquaredKNNQuery - Class in elki.database.query.knn
Use the squared values of precomputed kNN.
PreprocessorSquaredKNNQuery(Relation<?>, AbstractMaterializeKNNPreprocessor<?>) - Constructor for class elki.database.query.knn.PreprocessorSquaredKNNQuery
Constructor.
priorityByDBID(DistanceQuery<O>, double, int) - Method in class elki.index.distancematrix.PrecomputedDistanceMatrix
 
priorityByObject(DistanceQuery<O>, double, int) - Method in class elki.index.distancematrix.PrecomputedDistanceMatrix
 
processNewNeighbors(WritableDataStore<HashSetModifiableDBIDs>, HashSetModifiableDBIDs, HashSetModifiableDBIDs, HashSetModifiableDBIDs, HashSetModifiableDBIDs) - Method in class elki.index.preprocessed.knn.NNDescent
Process new neighbors.
proj - Variable in class elki.index.preprocessed.knn.NaiveProjectedKNNPreprocessor.Factory.Par
Random projection family to use.
proj - Variable in class elki.index.preprocessed.knn.NaiveProjectedKNNPreprocessor.Factory
Random projection family to use.
proj - Variable in class elki.index.preprocessed.knn.NaiveProjectedKNNPreprocessor
Random projection family to use.
proj - Variable in class elki.index.preprocessed.knn.SpacefillingKNNPreprocessor.Factory.Par
Random projection family to use.
proj - Variable in class elki.index.preprocessed.knn.SpacefillingKNNPreprocessor.Factory
Random projection family to use.
proj - Variable in class elki.index.preprocessed.knn.SpacefillingKNNPreprocessor
Random projection family to use.
projected - Variable in class elki.index.preprocessed.knn.NaiveProjectedKNNPreprocessor
Projected data.
PROJECTION_ID - Static variable in class elki.index.preprocessed.knn.NaiveProjectedKNNPreprocessor.Factory.Par
Parameter for choosing the random projections.
PROJECTION_ID - Static variable in class elki.index.preprocessed.knn.SpacefillingKNNPreprocessor.Factory.Par
Parameter for choosing the random projections.
projections - Variable in class elki.index.preprocessed.knn.NaiveProjectedKNNPreprocessor.Factory.Par
Number of projections to use.
projections - Variable in class elki.index.preprocessed.knn.NaiveProjectedKNNPreprocessor.Factory
Number of projections to use.
projections - Variable in class elki.index.preprocessed.knn.NaiveProjectedKNNPreprocessor
Number of projections to use.
PROJECTIONS_ID - Static variable in class elki.index.preprocessed.knn.NaiveProjectedKNNPreprocessor.Factory.Par
Parameter for choosing the number of projections to use.
A B C D E F G I J K L M N O P R S T U V W 
All Classes All Packages