public static class GeneralizedLinearRegression.Log$
extends Object
Modifier and Type | Field and Description |
---|---|
static GeneralizedLinearRegression.Log$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
Log$() |
Modifier and Type | Method and Description |
---|---|
double |
deriv(double mu)
Derivative of the link function.
|
double |
link(double mu)
The link function.
|
double |
linkPower() |
String |
name() |
double |
unlink(double eta)
The inverse link function.
|
public static final GeneralizedLinearRegression.Log$ MODULE$