Skip to content

Commit

Permalink
Update README to include new functions
Browse files Browse the repository at this point in the history
  • Loading branch information
safwank committed Sep 20, 2016
1 parent 3830d1f commit 96b1252
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ Check out the [API reference](https://hexdocs.pm/numerix/api-reference.html) for

### Distance functions

* Mean squared error (MSE)
* Root mean square error (RMSE)
* Pearson
* Minkowski
* Euclidean
Expand Down Expand Up @@ -86,6 +88,12 @@ Check out the [API reference](https://hexdocs.pm/numerix/api-reference.html) for
* p-norm
* Vector subtraction and multiplication

### Linear regression

* Least squares best fit
* Prediction
* R-squared

### Kernel functions

* RBF

0 comments on commit 96b1252

Please sign in to comment.