pub struct LogisticCoefficients {
pub x0: f64,
pub l: f64,
pub k: f64,
}Available on crate feature
regression only.Expand description
The coefficients of a logistic function.
Fields§
§x0: f64The x value of the curve’s midpoint<