googleprojectzero / functionsimsearch

Some C++ example code to demonstrate how to perform code similarity searches using SimHashing.
Apache License 2.0
558 stars 97 forks source link

Implement an evaluation infrastructure that calculates precision/recall & ROC using info-retrieval methods #9

Closed thomasdullien closed 5 years ago

thomasdullien commented 6 years ago

The definition of precision & recall for information retrieval tasks is different from classification tasks, and it would be very useful if there was a good way of benchmarking it in this codebase.

thomasdullien commented 5 years ago

Done.