koheiw / seededlda

LDA for semisupervised topic modeling
https://koheiw.github.io/seededlda/
73 stars 15 forks source link

Compress words matrix in C++ #14

Closed koheiw closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #14 (810934f) into master (1c70ff7) will decrease coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #14      +/-   ##
==========================================
- Coverage   95.59%   95.57%   -0.02%     
==========================================
  Files           5        5              
  Lines         227      226       -1     
==========================================
- Hits          217      216       -1     
  Misses         10       10              
Impacted Files Coverage Δ
R/lda.R 100.00% <ø> (ø)
src/lda.cpp 94.28% <100.00%> (ø)

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 1c70ff7...810934f. Read the comment docs.