Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New cluster_mask property in Clustering #66

Closed
rossant opened this issue Feb 2, 2015 · 1 comment · Fixed by #102
Closed

New cluster_mask property in Clustering #66

rossant opened this issue Feb 2, 2015 · 1 comment · Fixed by #102
Assignees
Labels
Milestone

Comments

@rossant
Copy link
Contributor

rossant commented Feb 2, 2015

  • compute it at the beginning
  • with new _update() method which updates cluster counts and masks
@rossant
Copy link
Contributor Author

rossant commented Feb 9, 2015

  • New BaseClusterInfo class for holding cluster-dependent information
  • ClusterMetadata(BaseClusterInfo) holds cluster information as specified by the user: cluster group and cluster color for now
  • ClusterStats(BaseClusterInfo) provide functions computing cluster statistics with cache invalidated after clustering actions:
    • quality
    • number of unmasked channels
    • cluster mask
    • mean channel
    • ACG
    • mean waveform(s)
    • firing rate histogram

ping @nippoo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants