Package org.apache.spark.ml.regression
Class GeneralizedLinearRegression.Probit$
Object
org.apache.spark.ml.regression.GeneralizedLinearRegression.Probit$
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GeneralizedLinearRegression
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final GeneralizedLinearRegression.Probit$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
-
Method Summary
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Probit$
public Probit$()
-
-
Method Details
-
link
public double link(double mu) The link function. -
deriv
public double deriv(double mu) Derivative of the link function. -
unlink
public double unlink(double eta) The inverse link function. -
name
-