stg-tud / MUDetect

Mozilla Public License 2.0
24 stars 8 forks source link

How to run MuDetectXP standalone? #26

Open kwz219 opened 2 years ago

kwz219 commented 2 years ago

I tried to run MuDetectXP by running java -cp MuDetect.jar de.tu_darmstadt.stg.mubench.MuDetectCrossProjectRunner detector_mode 0 training_src_path D:\Code2APISeq\src\groum target_src_path D:\Code2APISeq\src\dependency target XP -find.yml run_info XP-info.yml

    then get a Exception of " no index file ./checkouts-xp/index.csv"
    It seems that I should add some information to index.csv. So what should be provided in this index file? As I understand it, MuDetectXP should train on some projects and then detect a target project. But detector args  "training_src_path" doen't work.