Method | Description | |
---|---|---|
Clone ( ) : object |
Creates a new object that is a copy of the current instance.
|
|
Complementary ( ) : |
Creates a Complementary Log-Log link function.
|
|
Derivative ( double x ) : double |
First derivative of the Inverse function.
|
|
Derivative2 ( double y ) : double |
First derivative of the Inverse function expressed in terms of it's output.
|
|
Function ( double x ) : double |
The Log-log link function.
|
|
Inverse ( double x ) : double |
The Log-log mean (activation) function.
|
|
Log ( double x ) : double |
The logarithm of the inverse of the link function.
|
|
LogLogLinkFunction ( ) : System |
Creates a new Log-Log link function.
|
|
LogLogLinkFunction ( double beta, double constant ) : System |
Creates a new Log-Log link function.
|
public static Complementary ( ) : |
||
return |
public Derivative ( double x ) : double | ||
x | double | The input value. |
return | double |
public Derivative2 ( double y ) : double | ||
y | double | The reverse transformed value. |
return | double |
public Function ( double x ) : double | ||
x | double | An input value. |
return | double |
public Inverse ( double x ) : double | ||
x | double | A transformed value. |
return | double |
public LogLogLinkFunction ( double beta, double constant ) : System | ||
beta | double | The beta value. |
constant | double | The constant value. |
return | System |