public class LinearRegressionModel extends GeneralizedLinearModel implements RegressionModel, scala.Serializable
Modifier and Type | Method and Description |
---|---|
double |
intercept() |
Vector |
weights() |
predict, predict
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
predict, predict, predict
public Vector weights()
weights
in class GeneralizedLinearModel
public double intercept()
intercept
in class GeneralizedLinearModel