bbradt / dfncluster

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

Implement DBSCAN #2

Closed bbradt closed 4 years ago

bbradt commented 4 years ago

Using sklearn DBSCAN module:

implement here: dfncluster/Clusterers/DBSCANClusterer.py

update the __init__ and fit functions, along with any other custom functionality needed.

bbradt commented 4 years ago

This issue was resolved in PR #53