Arkanjo 0.1
A tool for find code duplicated functions in codebases
|
Formats clone detection results for BigCloneBench evaluation. More...
#include <big_clone_formater.hpp>
Public Member Functions | |
Big_Clone_Formater (Similarity_Table *similarity_table) | |
Constructs formatter and processes similarity table. | |
Formats clone detection results for BigCloneBench evaluation.
Converts internal path and similarity representations into the standardized BigCloneEval output format expected by the BigCloneBench dataset evaluation tools.
Definition at line 35 of file big_clone_formater.hpp.
Big_Clone_Formater::Big_Clone_Formater | ( | Similarity_Table * | similarity_table | ) |
Constructs formatter and processes similarity table.
similarity_table | Pointer to similarity data to format |
Definition at line 36 of file big_clone_formater.cpp.