public static class LinearRegression.Params extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
LinearRegression.Params |
div(Integer a) |
double |
getTheta0() |
double |
getTheta1() |
void |
setTheta0(double theta0) |
void |
setTheta1(double theta1) |
String |
toString() |
public double getTheta0()
public double getTheta1()
public void setTheta0(double theta0)
public void setTheta1(double theta1)
public LinearRegression.Params div(Integer a)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.