1
0
mirror of https://github.com/sjwhitworth/golearn.git synced 2025-05-05 19:30:19 +08:00
golearn/lm/linear_regression.go

6 lines
63 B
Go
Raw Normal View History

2014-04-30 08:57:13 +01:00
package lm
type LinearModel struct {
// base.BaseRegressor
2014-04-30 08:57:13 +01:00
}