Compare approximate neighbours to exact truth
Usage
recall_against_exact(exact, approx_index, k = NULL)
Arguments
- exact
Exact kNN output or index matrix.
- approx_index
Approximate neighbour index matrix or result object.
- k
Optional number of neighbours to compare.
Value
An object of class "bigknn_recall".