V
- The type of vectors stored in this collectionpublic interface IncrementalCollection<V extends Vec> extends VectorCollection<V>
Modifier and Type | Method and Description |
---|---|
IncrementalCollection<V> |
clone() |
void |
insert(V x)
Incrementally adds the given datapoint into the collection
|
search, search, size
void insert(V x)
x
- the vector to add to the collectionIncrementalCollection<V> clone()
clone
in interface VectorCollection<V extends Vec>
Copyright © 2017. All rights reserved.