Skip to content

Commit 4e5c137

Browse files
committed
Added LinearRegressionSGD to the project.
1 parent 47b6169 commit 4e5c137

File tree

4 files changed

+2127
-0
lines changed

4 files changed

+2127
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
INCLUDEPATH += "C:\\Eigen"
2+
3+
QT += widgets charts
4+
5+
SOURCES += \
6+
main.cpp
7+
8+
HEADERS += \
9+
Madplotlib.h

0 commit comments

Comments
 (0)