libscran / qdtsne

Quick-and-dirty t-SNE in C++
https://libscran.github.io/qdtsne/
MIT License
8 stars 0 forks source link

Began draft of a simple interpolation method for the non-edge forces. #3

Closed LTLA closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #3 (a1fe915) into master (22d73e1) will increase coverage by 0.04%. The diff coverage is 98.01%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #3      +/-   ##
==========================================
+ Coverage   97.64%   97.69%   +0.04%     
==========================================
  Files           9       10       +1     
  Lines         510      650     +140     
==========================================
+ Hits          498      635     +137     
- Misses         12       15       +3     
Impacted Files Coverage Δ
include/qdtsne/tsne.hpp 96.49% <80.00%> (-0.84%) :arrow_down:
include/qdtsne/interpolate.hpp 97.05% <97.05%> (ø)
tests/src/interpolate.cpp 99.02% <99.02%> (ø)
include/qdtsne/sptree.hpp 100.00% <100.00%> (ø)
tests/src/utils.cpp
include/qdtsne/utils.hpp 83.33% <0.00%> (+4.76%) :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 22d73e1...a1fe915. Read the comment docs.