T
- The type of NearestNeighbours
producedDATA
- The type of datapublic interface NearestNeighboursFactory<T extends NearestNeighbours<DATA,?,?>,DATA>
NearestNeighbours
objects for some given data.Modifier and Type | Method and Description |
---|---|
T |
create(DATA[] data)
Create a
NearestNeighbours object that works over the provided
data. |
T create(DATA[] data)
NearestNeighbours
object that works over the provided
data.data
- the dataNearestNeighbours
object