public static class GeneralizedLinearRegression.CLogLog$
extends Object
Modifier and Type | Field and Description |
---|---|
static GeneralizedLinearRegression.CLogLog$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
CLogLog$() |
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.CLogLog$ MODULE$