Class GeneralizedLinearRegression.Log$

Object
org.apache.spark.ml.regression.GeneralizedLinearRegression.Log$
All Implemented Interfaces:
Serializable, scala.Serializable
Enclosing class:
GeneralizedLinearRegression

public static class GeneralizedLinearRegression.Log$ extends Object
See Also:
  • Field Details

  • Constructor Details

    • Log$

      public Log$()
  • Method Details

    • name

      public String name()
    • link

      public double link(double mu)
      The link function.
    • deriv

      public double deriv(double mu)
      Derivative of the link function.
    • unlink

      public double unlink(double eta)
      The inverse link function.
    • linkPower

      public double linkPower()