This website requires JavaScript.
Explore
Help
Sign In
OrgLion-ML
/
golearn
Watch
1
Star
0
Fork
0
You've already forked golearn
mirror of
https://github.com/sjwhitworth/golearn.git
synced
2025-04-28 13:48:56 +08:00
Code
Issues
Releases
Wiki
Activity
golearn
/
lm
/
linear_regression.go
8 lines
88 B
Go
Raw
Normal View
History
Unescape
Escape
Starting interface design
2014-04-30 08:57:13 +01:00
package
lm
Refactored the KNN regressor
2014-05-01 21:20:44 +01:00
import
base
"golearn/base"
Starting interface design
2014-04-30 08:57:13 +01:00
type
LinearModel
struct
{
Refactored the KNN regressor
2014-05-01 21:20:44 +01:00
base
.
BaseEstimator
Starting interface design
2014-04-30 08:57:13 +01:00
}
Reference in New Issue
Copy Permalink