Arkanjo 0.1
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
big_clone_tailor_evaluator.hpp File Reference

BigCloneBench evaluation interface * Provides evaluation metrics compatible with BigCloneBench dataset using methodology similar to the Tailor tool for clone detection. More...

#include <string>
#include <vector>
#include <map>
#include <set>
#include <tuple>
#include <iostream>
#include <iomanip>
#include <cassert>
#include "../base/path.hpp"
#include "../base/utils.hpp"
#include "../base/similarity_table.hpp"
+ Include dependency graph for big_clone_tailor_evaluator.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Big_Clone_Tailor_Evaluator
 Evaluates clone detection using BigCloneBench methodology. More...
 

Detailed Description

BigCloneBench evaluation interface * Provides evaluation metrics compatible with BigCloneBench dataset using methodology similar to the Tailor tool for clone detection.

This class is used to evaluate the tool by the big clone bench dataset using the same methodology as the Tailor tool.

Definition in file big_clone_tailor_evaluator.hpp.