mljs / matrix

Matrix manipulation and computation library
https://mljs.github.io/matrix/
MIT License
353 stars 54 forks source link

feat: allow to pass any array in all APIs #140

Closed targos closed 2 years ago

targos commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #140 (dc99e28) into main (f198beb) will decrease coverage by 0.06%. The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #140      +/-   ##
==========================================
- Coverage   66.43%   66.37%   -0.07%     
==========================================
  Files          32       32              
  Lines        3197     3191       -6     
  Branches      503      499       -4     
==========================================
- Hits         2124     2118       -6     
  Misses        993      993              
  Partials       80       80              
Impacted Files Coverage Δ
src/correlation.js 81.25% <0.00%> (ø)
src/covariance.js 79.16% <0.00%> (ø)
src/matrix.js 76.44% <76.92%> (+0.02%) :arrow_up:
src/dc/nipals.js 96.42% <100.00%> (ø)
src/util.js 91.93% <100.00%> (-0.93%) :arrow_down:
src/views/columnSelection.js 100.00% <100.00%> (ø)
src/views/rowSelection.js 100.00% <100.00%> (ø)
src/views/selection.js 100.00% <100.00%> (ø)
src/wrap/wrap.js 100.00% <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 f198beb...dc99e28. Read the comment docs.