ai-se / bellwether_community

Bellwether Community detection with JS projects using r2c
GNU General Public License v3.0
2 stars 0 forks source link

Plato filenames are explicit #9

Open rahlk opened 5 years ago

rahlk commented 5 years ago

INCORRECT

                                          Unnamed: 0  E001  E002  E003  E004  ...  W144  W145  W146  W147  W148
0       /analysis/inputs/public/source-code/index.js     0     0     0     0  ...     0     0     0     0     0
1   /analysis/inputs/public/source-code/test/main.js     0     0     0     0  ...     0     0     0     0     0
2  /analysis/inputs/public/source-code/test/submo...     0     0     0     0  ...     0     0     0     0     0
3  /analysis/inputs/public/source-code/test/simpl...     0     0     0     0  ...     0     0     0     0     0

CORRECT

            Unnamed: 0  E001  E002  E003  E004  E005  E006  ...  W142  W143  W144  W145  W146  W147  W148
0            /index.js     0     0     0     0     0     0  ...     0     0     0     0     0     0     0
1        /test/main.js     0     0     0     0     0     0  ...     0     0     0     0     0     0     0
2   /test/submodule.js     0     0     0     0     0     0  ...     0     0     0     0     0     0     0
3  /test/simpleTask.js     0     0     0     0     0     0  ...     0     0     0     0     0     0     0