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 GMM Clusterer #1

Closed bbradt closed 4 years ago

bbradt commented 4 years ago

Using sklearn Gaussian Mixture module:

implement here: dfncluster/Clusterers/GMMClusterer.py

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

bbradt commented 4 years ago

addressed by PR #37