koheiw / proxyC

R package for large-scale similarity/distance computation
GNU General Public License v3.0
29 stars 6 forks source link

Dev jensen #33

Closed koheiw closed 2 years ago

koheiw commented 2 years ago

Adds Jense-Shannon divergence. This will also fulfill the old feature request for quanteda.textstats.

codecov[bot] commented 2 years ago

Codecov Report

Merging #33 (c26188d) into master (7779c41) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #33      +/-   ##
==========================================
+ Coverage   99.47%   99.49%   +0.01%     
==========================================
  Files           4        4              
  Lines         382      395      +13     
==========================================
+ Hits          380      393      +13     
  Misses          2        2              
Impacted Files Coverage Δ
R/proxy.R 99.07% <100.00%> (ø)
src/pair.cpp 100.00% <100.00%> (ø)

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

koheiw commented 2 years ago

@rcannood thanks for reviewing.