Public Member Functions | |
virtual unsigned | size () const |
Returns the size of the dataset. | |
virtual float | operator() (unsigned i, unsigned j) const |
Computes similarity. More... | |
|
inlinevirtual |
Computes similarity.
0 <= i, j < size() are the index of two objects in the dataset. This method return the distance between objects i and j.
Implements kgraph::IndexOracle.