Arkanjo 0.1
A tool for find code duplicated functions in codebases
|
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"
Go to the source code of this file.
Classes | |
class | Big_Clone_Tailor_Evaluator |
Evaluates clone detection using BigCloneBench methodology. More... | |
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.