1
0
mirror of https://github.com/sjwhitworth/golearn.git synced 2025-04-26 13:49:14 +08:00
golearn/lm/linear_regression.go
2014-05-03 23:08:43 +01:00

13 lines
207 B
Go

package lm
<<<<<<< HEAD
import base "golearn/base"
type LinearModel struct {
base.BaseEstimator
=======
type LinearModel struct {
// base.BaseRegressor
>>>>>>> 798751c839ea79f6dff13e790f80a4d5bcbfea68
}