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