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