alexeckert / parallelDist

R Package: Parallel Distance Matrix Computation using Multiple Threads
GNU General Public License v2.0
49 stars 9 forks source link

Reflect changes in proxy 0.4-26 for cosine distance #24

Closed alexeckert closed 2 years ago

alexeckert commented 2 years ago

Reflect changes in proxy 0.4-26: Change coercion function for cosine similarity to distance to 1-x instead of 1-abs(x)

codecov-commenter commented 2 years ago

Codecov Report

Merging #24 (273592c) into master (2a41c8c) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #24   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           12        12           
  Lines          717       641   -76     
=========================================
- Hits           717       641   -76     
Impacted Files Coverage Δ
src/BinaryCount.h 100.00% <ø> (ø)
R/parDist.R 100.00% <100.00%> (ø)
src/DistanceBinary.h 100.00% <100.00%> (ø)
src/DistanceDTWFactory.cpp 100.00% <100.00%> (ø)
src/DistanceDTWGeneric.h 100.00% <100.00%> (ø)
src/DistanceDist.h 100.00% <100.00%> (ø)
src/DistanceFactory.cpp 100.00% <100.00%> (ø)
src/DistanceFactory.h 100.00% <100.00%> (ø)
src/IDistance.h 100.00% <100.00%> (ø)
src/StepPattern.h 100.00% <100.00%> (ø)
... and 9 more

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 7a67bca...273592c. Read the comment docs.