메소드 | 설명 | |
---|---|---|
CauchitLinkFunction ( ) : System |
Creates a new Cauchit link function.
|
|
CauchitLinkFunction ( double beta, double constant ) : System |
Creates a new Cauchit link function.
|
|
Clone ( ) : object |
Creates a new object that is a copy of the current instance.
|
|
Derivative ( double x ) : double |
First derivative of the Inverse function. The first derivative of the Cauchit link function in terms of y = f(x) is given by |
|
Derivative2 ( double y ) : double |
First derivative of the mean function expressed in terms of it's output. The first derivative of the Cauchit link function in terms of y = f(x) is given by |
|
Function ( double x ) : double |
The Cauchit link function. The Cauchit link function is given by |
|
Inverse ( double x ) : double |
The Cauchit mean (activation) function. The inverse Cauchit link function is given by |
|
Log ( double x ) : double |
The logarithm of the inverse of the link function.
|
public CauchitLinkFunction ( double beta, double constant ) : System | ||
beta | double | The beta value. Default is 1/pi. |
constant | double | The constant value. Default is 0.5. |
리턴 | System |
public Derivative2 ( double y ) : double | ||
y | double | The reverse transformed value. |
리턴 | double |