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
- Host: GitHub
- URL: https://github.com/omriwa/linear-regression
- Owner: omriwa
- Created: 2018-01-21T18:47:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-21T18:53:14.000Z (almost 8 years ago)
- Last Synced: 2025-01-21T08:45:04.483Z (11 months ago)
- Topics: algorithm, javascript, linear-regression
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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