I
- type of the itemspublic interface ItemDistanceModel<I>
Modifier and Type | Method and Description |
---|---|
ToDoubleFunction<I> |
dist(I i)
Returns a function that return the distance to the input item.
|
default double |
dist(I i,
I j)
Returns the distance between a pair of items.
|
ToDoubleFunction<I> dist(I i)
i
- itemCopyright © 2016. All rights reserved.