Serialized Form
-
Package elki.index.preprocessed.knn
-
Class elki.index.preprocessed.knn.KNNChangeEvent extends java.util.EventObject implements Serializable
- serialVersionUID:
- 513913140334355886L
-
Serialized Fields
-
objects
elki.database.ids.DBIDs objects
The ids of the kNNs that were inserted or deleted due to the insertion or removals of objects. -
type
KNNChangeEvent.Type type
Holds the type of this change event.- See Also:
KNNChangeEvent.Type
-
updates
elki.database.ids.DBIDs updates
The ids of the kNNs that were updated due to the insertion or removals of objects.
-
-