We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca2be34 commit 947d09aCopy full SHA for 947d09a
README.md
@@ -47,7 +47,7 @@ Given cost matrix `cost_source_target.csv` and mapping `T_source_target.csv` now
47
```console
48
python atlas_remap.py -s craddock -t shen -c cost_source_target.csv -m T_source_target.csv
49
``````
50
-# 4. Replicating results in the paper
+## Replicating results in the paper
51
To run a simple script with source `brainnetome` and target `shen` using `rest1` with `euclidean` cost measure, and saving it:
52
53
python hcp_atlas_to_atlas.py -s brainnetome -t shen -task rest1 --save_model True -c euclidean
0 commit comments