public interface DistanceCacheWriter
Modifier and Type | Method and Description |
---|---|
void |
put(int id1,
int id2,
double distance)
Puts the specified distance value for the given ids to the distance cache.
|
Copyright © 2019 ELKI Development Team. License information.