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