C# 클래스 Accord.Statistics.Links.LogLogLinkFunction

상속: ILinkFunction
파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

Clone() 공개 메소드

Creates a new object that is a copy of the current instance.
public Clone ( ) : object
리턴 object

Complementary() 공개 정적인 메소드

Creates a Complementary Log-Log link function.
public static Complementary ( ) : LogLogLinkFunction
리턴 LogLogLinkFunction

Derivative() 공개 메소드

First derivative of the Inverse function.
public Derivative ( double x ) : double
x double The input value.
리턴 double

Derivative2() 공개 메소드

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

Function() 공개 메소드

The Log-log link function.
public Function ( double x ) : double
x double An input value.
리턴 double

Inverse() 공개 메소드

The Log-log mean (activation) function.
public Inverse ( double x ) : double
x double A transformed value.
리턴 double

Log() 공개 메소드

The logarithm of the inverse of the link function.
public Log ( double x ) : double
x double A transformed value.
리턴 double

LogLogLinkFunction() 공개 메소드

Creates a new Log-Log link function.
public LogLogLinkFunction ( ) : System
리턴 System

LogLogLinkFunction() 공개 메소드

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