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
FieldsModifier and TypeFieldDescriptionstatic final GeneralizedLinearRegression.Tweedie$Static reference to the singleton instance of this Scala object. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiondoubledelta()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. 
 -