Skip to content

Commit

Permalink
doc: add GSD to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Oct 1, 2020
1 parent c605b77 commit 7107e2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,11 @@ let result = ML.ArrayXY.sortX({ x: [2, 3, 1], y: [4, 6, 2] });

- Performance (ROC curve): [`ML.Performance`](https://github.com/mljs/performance)

### Data preprocessing
### Data processing

- Principal component analysis (PCA): [`ML.PCA`](https://github.com/mljs/pca)
- Savitzky-Golay filter: [`ML.savitzkyGolay`](https://github.com/mljs/savitzky-golay)
- Global Spectral Deconvolution (GSD): [`ML.GSD`](https://github.com/mljs/global-spectral-deconvolution)

### Utility

Expand Down

0 comments on commit 7107e2a

Please sign in to comment.