mirror of
https://github.com/sjwhitworth/golearn.git
synced 2025-04-26 13:49:14 +08:00
13 lines
207 B
Go
13 lines
207 B
Go
package lm
|
|
|
|
<<<<<<< HEAD
|
|
import base "golearn/base"
|
|
|
|
type LinearModel struct {
|
|
base.BaseEstimator
|
|
=======
|
|
type LinearModel struct {
|
|
// base.BaseRegressor
|
|
>>>>>>> 798751c839ea79f6dff13e790f80a4d5bcbfea68
|
|
}
|