We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1622a8 commit 73b35adCopy full SHA for 73b35ad
src/main/java/com/thealgorithms/machinelearning/LinearRegression.java
@@ -6,6 +6,7 @@
6
* Author : Gowtham Kamalasekar
7
* LinkedIn : https://www.linkedin.com/in/gowtham-kamalasekar/
8
*
9
+ * Wiki : https://en.wikipedia.org/wiki/Linear_regression
10
* Linear Regression Machine Learning Algorithm is a regression algorithm.
11
* This programs used for computing y = mx + c
12
* Where m is slope and c is intercept
0 commit comments