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 Summary
FieldsModifier and TypeFieldDescriptionstatic final GeneralizedLinearRegression.FamilyAndLink$Static reference to the singleton instance of this Scala object. - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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
- 
apply
public org.apache.spark.ml.regression.GeneralizedLinearRegression.FamilyAndLink apply(GeneralizedLinearRegressionBase params) Constructs the FamilyAndLink object from a parameter map- Parameters:
 params- (undocumented)- Returns:
 - (undocumented)
 
 
 -