Skip to content

Commit 73b35ad

Browse files
authored
Update LinearRegression.java with Wikipedia Link
1 parent d1622a8 commit 73b35ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/thealgorithms/machinelearning/LinearRegression.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* Author : Gowtham Kamalasekar
77
* LinkedIn : https://www.linkedin.com/in/gowtham-kamalasekar/
88
*
9+
* Wiki : https://en.wikipedia.org/wiki/Linear_regression
910
* Linear Regression Machine Learning Algorithm is a regression algorithm.
1011
* This programs used for computing y = mx + c
1112
* Where m is slope and c is intercept

0 commit comments

Comments
 (0)