메소드 | 설명 | |
---|---|---|
Clone ( ) : object |
Creates a new object that is a copy of the current instance.
|
|
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 link function.
|
|
Inverse ( double x ) : double |
The mean (activation) function.
|
|
Log ( double x ) : double |
The mean (activation) function.
|
|
LogLinkFunction ( ) : System |
Creates a new Log link function.
|
|
LogLinkFunction ( double beta, double constant ) : System |
Creates a new Log link function.
|
public Derivative2 ( double y ) : double | ||
y | double | The reverse transformed value. |
리턴 | double |
public LogLinkFunction ( double beta, double constant ) : System | ||
beta | double | The beta value. Default is 1. |
constant | double | The constant value. Default is 0. |
리턴 | System |