Research Question 1

RQ1 : Whether and to what extent do code clones happen in deep learning projects?

Glossary

  • Subject : the name of each project;
  • Star : the number of stars;
  • Commit : the number of commits in revision history;
  • PLOC : the number of lines of python code in each project;
  • ALL : the number of pairs of code clones detected in each project;
  • CLoc : the total LOC of these clones;
  • Pct : the percentage of cloned LOC (CLoc) to the LOC of a project (Ploc);
  • Type1, Type2, Type3 : the number of clone pairs for each type of clones;
  • CLoc1, CLoc2, CLoc3 : the LOC for each type of clones;

Rusults of clone analysis for deep learning projects

RQ1-1

Results of clone analysis for traditional projects.

RQ1-2

0%