bbradt / dfncluster

dFNC typically employs K-means clustering. How can methods like GMMs, DBSCAN, etc. improve fMRI results?
4 stars 0 forks source link

Main Args #54

Closed bbradt closed 4 years ago

bbradt commented 4 years ago

Added a battery of arguments to main.py

Use python main.py --help to get a list of arguments available.

Also added a save function to dFNC to save clustering output for exemplars, and non-exemplars

bbradt commented 4 years ago

Resolves issue #54