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

Score-based permutation solver #221

Merged
merged 34 commits into from
Jan 22, 2023
Merged

Score-based permutation solver #221

merged 34 commits into from
Jan 22, 2023

Conversation

tky823
Copy link
Owner

@tky823 tky823 commented Jan 18, 2023

Summary

Implement a score-based permutation solver. This is useful to cACGMM and FDCIA.

ref: #214, #63

@tky823 tky823 added bss Blind source separation method math Math related issue labels Jan 18, 2023
@tky823 tky823 added this to the v0.3.0 milestone Jan 18, 2023
@codecov-commenter
Copy link

codecov-commenter commented Jan 18, 2023

Codecov Report

Base: 94.55% // Head: 94.35% // Decreases project coverage by -0.21% ⚠️

Coverage data is based on head (bde4828) compared to base (3909f7f).
Patch coverage: 89.89% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #221      +/-   ##
==========================================
- Coverage   94.55%   94.35%   -0.21%     
==========================================
  Files          39       39              
  Lines        4834     4981     +147     
==========================================
+ Hits         4571     4700     +129     
- Misses        263      281      +18     
Impacted Files Coverage Δ
ssspy/bss/_solve_permutation.py 100.00% <ø> (ø)
ssspy/algorithm/permutation_alignment.py 88.28% <89.02%> (+2.56%) ⬆️
ssspy/bss/cacgmm.py 90.47% <89.77%> (-1.59%) ⬇️
ssspy/bss/fdica.py 92.30% <92.85%> (-0.20%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@tky823 tky823 force-pushed the feature/clustering-posterior branch from 263bccb to 8fb1d60 Compare January 21, 2023 11:03
@tky823 tky823 force-pushed the feature/clustering-posterior branch from 8fb1d60 to 76b54e6 Compare January 22, 2023 04:47
@tky823 tky823 marked this pull request as ready for review January 22, 2023 05:49
@tky823 tky823 merged commit 32f5bcb into main Jan 22, 2023
@tky823 tky823 deleted the feature/clustering-posterior branch January 22, 2023 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bss Blind source separation method math Math related issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants