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

    Fields
    Modifier and Type
    Field
    Description
    Static reference to the singleton instance of this Scala object.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.spark.ml.regression.GeneralizedLinearRegression.FamilyAndLink
    apply(org.apache.spark.ml.regression.GeneralizedLinearRegressionBase params)
    Constructs the FamilyAndLink object from a parameter map

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • FamilyAndLink$

      public FamilyAndLink$()
  • Method Details

    • apply

      public org.apache.spark.ml.regression.GeneralizedLinearRegression.FamilyAndLink apply(org.apache.spark.ml.regression.GeneralizedLinearRegressionBase params)
      Constructs the FamilyAndLink object from a parameter map
      Parameters:
      params - (undocumented)
      Returns:
      (undocumented)