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