DATA
- The type of dataDISTANCES
- The type of distances measured (usually an array type)PAIR_TYPE
- The type of distance-index pair returned by the search methodspublic interface IncrementalNearestNeighbours<DATA,DISTANCES,PAIR_TYPE> extends NearestNeighbours<DATA,DISTANCES,PAIR_TYPE>
Modifier and Type | Method and Description |
---|---|
int |
add(DATA o)
Add a single data item
|
int[] |
addAll(List<DATA> d)
Insert all the given data
|