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

K

k - Variable in class elki.index.preprocessed.knn.AbstractMaterializeKNNPreprocessor.Factory
k - Variable in class elki.index.preprocessed.knn.AbstractMaterializeKNNPreprocessor
The query k value.
K_ID - Static variable in class elki.index.preprocessed.knn.AbstractMaterializeKNNPreprocessor.Factory
Parameter to specify the number of nearest neighbors of an object to be materialized. must be an integer greater than 1.
kNNByDBID(DistanceQuery<O>, int, int) - Method in class elki.index.distancematrix.PrecomputedDistanceMatrix
 
kNNByDBID(DistanceQuery<O>, int, int) - Method in class elki.index.preprocessed.knn.AbstractMaterializeKNNPreprocessor
 
kNNByDBID(DistanceQuery<O>, int, int) - Method in class elki.index.preprocessed.knn.NaiveProjectedKNNPreprocessor
 
kNNByDBID(DistanceQuery<O>, int, int) - Method in class elki.index.preprocessed.knn.SpacefillingKNNPreprocessor
 
kNNByObject(DistanceQuery<O>, int, int) - Method in class elki.index.distancematrix.PrecomputedDistanceMatrix
 
kNNByObject(DistanceQuery<O>, int, int) - Method in class elki.index.preprocessed.knn.AbstractMaterializeKNNPreprocessor
Deprecated.
not possible
kNNByObject(DistanceQuery<O>, int, int) - Method in class elki.index.preprocessed.knn.NaiveProjectedKNNPreprocessor
 
kNNByObject(DistanceQuery<O>, int, int) - Method in class elki.index.preprocessed.knn.NNDescent
 
kNNByObject(DistanceQuery<O>, int, int) - Method in class elki.index.preprocessed.knn.SpacefillingKNNPreprocessor
 
kNNByObject(DistanceQuery<O>, int, int) - Method in class elki.index.preprocessed.knn.SpacefillingMaterializeKNNPreprocessor
 
KNNChangeEvent - Class in elki.index.preprocessed.knn
Encapsulates information describing changes of the k nearest neighbors (kNNs) of some objects due to insertion or removal of objects.
KNNChangeEvent(Object, KNNChangeEvent.Type, DBIDs, DBIDs) - Constructor for class elki.index.preprocessed.knn.KNNChangeEvent
Used to create an event when kNNs of some objects have been changed.
KNNChangeEvent.Type - Enum in elki.index.preprocessed.knn
Available event types.
KNNListener - Interface in elki.index.preprocessed.knn
Listener interface invoked when the k nearest neighbors (kNNs) of some objects have been changed due to insertion or removals of objects.
knnQuery - Variable in class elki.index.preprocessed.knn.MaterializeKNNPreprocessor
KNNSearcher instance to use.
kNNsChanged(KNNChangeEvent) - Method in interface elki.index.preprocessed.knn.KNNListener
Invoked after kNNs have been updated, inserted or removed in some way.
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