mirror of
https://github.com/sjwhitworth/golearn.git
synced 2025-05-03 22:17:14 +08:00
6 lines
63 B
Go
6 lines
63 B
Go
package lm
|
|
|
|
type LinearModel struct {
|
|
// base.BaseRegressor
|
|
}
|