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