C# Class Accord.Statistics.Links.LogLogLinkFunction

Inheritance: ILinkFunction
Afficher le fichier Open project: accord-net/framework Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : object

Creates a new object that is a copy of the current instance.

Complementary ( ) : LogLogLinkFunction

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.

Method Details

Clone() public méthode

Creates a new object that is a copy of the current instance.
public Clone ( ) : object
Résultat object

Complementary() public static méthode

Creates a Complementary Log-Log link function.
public static Complementary ( ) : LogLogLinkFunction
Résultat LogLogLinkFunction

Derivative() public méthode

First derivative of the Inverse function.
public Derivative ( double x ) : double
x double The input value.
Résultat double

Derivative2() public méthode

First derivative of the Inverse function expressed in terms of it's output.
public Derivative2 ( double y ) : double
y double The reverse transformed value.
Résultat double

Function() public méthode

The Log-log link function.
public Function ( double x ) : double
x double An input value.
Résultat double

Inverse() public méthode

The Log-log mean (activation) function.
public Inverse ( double x ) : double
x double A transformed value.
Résultat double

Log() public méthode

The logarithm of the inverse of the link function.
public Log ( double x ) : double
x double A transformed value.
Résultat double

LogLogLinkFunction() public méthode

Creates a new Log-Log link function.
public LogLogLinkFunction ( ) : System
Résultat System

LogLogLinkFunction() public méthode

Creates a new Log-Log link function.
public LogLogLinkFunction ( double beta, double constant ) : System
beta double The beta value.
constant double The constant value.
Résultat System