An open API service indexing awesome lists of open source software.

https://github.com/omriwa/linear-regression

linear regression implemented in typescript
https://github.com/omriwa/linear-regression

algorithm javascript linear-regression

Last synced: 9 months ago
JSON representation

linear regression implemented in typescript

Awesome Lists containing this project

README

          

# linear-regression
linear regression implemented in typescript

How to run:

1.create new instance of InputeVector

2.create new instance of LinearRegression with the instance from stage 1

3.use the function calculateLinearRegression