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 SummaryFieldsModifier and TypeFieldDescriptionstatic final GeneralizedLinearRegression.Tweedie$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
deltapublic double delta()Constant used in initialization and deviance to avoid numerical issues.
 
-