Package org.apache.spark.ml.regression
Class GeneralizedLinearRegression.FamilyAndLink$
Object
org.apache.spark.ml.regression.GeneralizedLinearRegression.FamilyAndLink$
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- GeneralizedLinearRegression
public static class GeneralizedLinearRegression.FamilyAndLink$
extends Object
implements Serializable
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final GeneralizedLinearRegression.FamilyAndLink$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.apache.spark.ml.regression.GeneralizedLinearRegression.FamilyAndLinkapply(GeneralizedLinearRegressionBase params) Constructs the FamilyAndLink object from a parameter map
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
FamilyAndLink$public FamilyAndLink$()
 
- 
- 
Method Details- 
applypublic org.apache.spark.ml.regression.GeneralizedLinearRegression.FamilyAndLink apply(GeneralizedLinearRegressionBase params) Constructs the FamilyAndLink object from a parameter map- Parameters:
- params- (undocumented)
- Returns:
- (undocumented)
 
 
-