wq2012 / SpectralCluster

Python re-implementation of the (constrained) spectral clustering algorithms used in Google's speaker diarization papers.
https://google.github.io/speaker-id/publications/LstmDiarization/
Apache License 2.0
513 stars 73 forks source link

Add tests for spectral clustering with ConstraintOptions #27

Closed ericwxia closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #27 (1e66463) into master (2cd3e5a) will increase coverage by 1.86%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #27      +/-   ##
==========================================
+ Coverage   88.78%   90.65%   +1.86%     
==========================================
  Files           8        8              
  Lines         428      428              
==========================================
+ Hits          380      388       +8     
+ Misses         48       40       -8     
Impacted Files Coverage Δ
spectralcluster/constraint.py 79.10% <100.00%> (+8.95%) :arrow_up:
spectralcluster/spectral_clusterer.py 91.93% <0.00%> (+3.22%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2cd3e5a...1e66463. Read the comment docs.