Documentation
¶
Index ¶
Constants ¶
View Source
const ( False = float64(0) True = float64(1) )
Predefined values for true and false.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LR ¶
LR implements LinearRegression
func (*LR) MarshalJSON ¶
MarshalJSON implements the json.Marshal interface.
func (*LR) PredictProb ¶
PredictProb calculates the probablility predictions for the given values.
func (*LR) UnmarshalJSON ¶
UnmarshalJSON implements the json.Unmarshal interface.
Click to show internal directories.
Click to hide internal directories.