eeglab icon indicating copy to clipboard operation
eeglab copied to clipboard

Bayesian component clustering

Open arnodelorme opened this issue 4 years ago • 1 comments

Get a probability for each cluster.

  • loop bootstrap trials - loop scan measures - compute cluster using different measures (ERP, spectrum, dipoles, etc...) - in cluster matrix of components x components, add 1 if 2 components are in the same cluster
  • Look at the matrix components x components. Then you get the likelihood for 2 components to be in the same cluster.
  • Scan each component, set a threshold (75% for example) for belonging to the same cluster with others.
  • Now you have your cluster

@CPernet idea

arnodelorme avatar Jun 17 '21 22:06 arnodelorme

there is some code somewhere from @nucleuscub

CPernet avatar Jun 18 '21 06:06 CPernet