Skip to content

Commit

Permalink
Fix documentation for PrincipalComponentAnalysis
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Aug 20, 2019
1 parent 9fa0f2f commit 9d3bd15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ let result = ML.ArrayXY.sortX({ x: [2, 3, 1], y: [4, 6, 2] });

### Data preprocessing

- Principal component analysis (PCA): [`ML.PrincipalComponentAnalysis`](https://github.com/mljs/pca)
- Principal component analysis (PCA): [`ML.PCA`](https://github.com/mljs/pca)
- Savitzky-Golay filter: [`ML.savitzkyGolay`](https://github.com/mljs/savitzky-golay)

### Utility
Expand Down

0 comments on commit 9d3bd15

Please sign in to comment.