public static class GeneralizedLinearRegression.Family$
extends Object
implements scala.Serializable
Modifier and Type | Field and Description |
---|---|
static GeneralizedLinearRegression.Family$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
GeneralizedLinearRegression.Family$() |
Modifier and Type | Method and Description |
---|---|
org.apache.spark.ml.regression.GeneralizedLinearRegression.Family |
fromName(String name)
Gets the
Family object from its name. |
public static final GeneralizedLinearRegression.Family$ MODULE$