rcannood / princurve

Fits a Principal Curve in Arbitrary Dimension ⤵
41 stars 6 forks source link

Feature/remove fortran #5

Closed rcannood closed 6 years ago

rcannood commented 6 years ago

Reimplemented project_to_curve completely in Rcpp, completely removing all fortran code from princurve. Greatly extended tests to ensure project_to_curve works exactly as legacy get.lam.

codecov[bot] commented 6 years ago

Codecov Report

Merging #5 into devel will increase coverage by 5.76%. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##            devel     #5      +/-   ##
========================================
+ Coverage   94.23%   100%   +5.76%     
========================================
  Files           9      7       -2     
  Lines         347    267      -80     
========================================
- Hits          327    267      -60     
+ Misses         20      0      -20
Impacted Files Coverage Δ
R/project_to_curve.R 100% <ø> (+10.52%) :arrow_up:
src/project_to_curve.cpp 100% <100%> (ø)
R/principal_curve.R 100% <0%> (+13.11%) :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 8e6b288...9e02b18. Read the comment docs.