This project uses Python=3.6
Please install all the required Libariers for the project using the following command.
$ pip install -r requirements.txt
Please run the file main.py with the four arguments: the dataset, the brain disorder, number of paths, the class id
$ python main.py ageMatchUnmatch disorder dataExample topPaths classID
$ python main.py ageMatched PTSD 13 10 0
--------- step1: Calc all Heatmaps for the Same Example
--------- step2: Sparsify: Let only top-X paths pass thruough
--------- step3: Calc Binary Intersection of path occurences
--------- step4: Calc Mean and Element-wise multiply with Binary Intersetion