KGraph
 All Classes Namespaces Functions Pages
Public Member Functions | List of all members
DummyIndexOracle Class Reference
Inheritance diagram for DummyIndexOracle:
kgraph::IndexOracle

Public Member Functions

virtual unsigned size () const
 Returns the size of the dataset.
 
virtual float operator() (unsigned i, unsigned j) const
 Computes similarity. More...
 

Member Function Documentation

virtual float DummyIndexOracle::operator() ( unsigned  i,
unsigned  j 
) const
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.


The documentation for this class was generated from the following file: