Package org.apache.spark.ml.regression
Class GeneralizedLinearRegression.Tweedie$
Object
org.apache.spark.ml.regression.GeneralizedLinearRegression.Tweedie$
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GeneralizedLinearRegression
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final GeneralizedLinearRegression.Tweedie$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
delta()
Constant used in initialization and deviance to avoid numerical issues.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Tweedie$
public Tweedie$()
-
-
Method Details
-
delta
public double delta()Constant used in initialization and deviance to avoid numerical issues.
-