Package | Description |
---|---|
org.corehunter.objectives.distance.eval |
Modifier and Type | Method and Description |
---|---|
NearestEntry |
NearestEntryEvaluation.getClosest(int itemId)
Get the id of and distance to the closest selected item for an item with given id.
|
Modifier and Type | Method and Description |
---|---|
void |
NearestEntryEvaluation.add(int itemId,
NearestEntry nearestEntry)
Register the closest entry of a given item.
|
boolean |
NearestEntryEvaluation.update(int itemId,
NearestEntry nearestEntry)
Update the closest entry of a previously registered item.
|
Copyright © 2017. All rights reserved.