Skip to content

Commit

Permalink
remove ml-stat
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Jun 29, 2019
1 parent a9aa609 commit 38e364a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
"ml-savitzky-golay": "^4.0.0",
"ml-som": "^0.0.6",
"ml-sparse-matrix": "^2.0.0",
"ml-stat": "^1.3.3",
"ml-xsadd": "^2.0.0",
"num-sort": "^2.0.0"
},
Expand Down
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ ML.Random = require('ml-random').default;
ML.ArrayUtils = require('ml-array-utils');
ML.Regression = require('ml-regression');
ML.MatrixUtil = require('ml-matrix');
ML.ArrayStat = require('ml-stat').array;
ML.MatrixStat = require('ml-stat').matrix;

ML.Array = {
min: require('ml-array-min').default,
Expand Down

0 comments on commit 38e364a

Please sign in to comment.