C# 클래스 Encog.Engine.Network.Activation.ActivationLOG

상속: IActivationFunction
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
ActivationFunction ( double x, int start, int size ) : void
ActivationLOG ( ) : System

Construct the activation function.

Clone ( ) : object

Clone the object.

DerivativeFunction ( double b, double a ) : double
HasDerivative ( ) : bool

메소드 상세

ActivationFunction() 공개 메소드

public ActivationFunction ( double x, int start, int size ) : void
x double
start int
size int
리턴 void

ActivationLOG() 공개 메소드

Construct the activation function.
public ActivationLOG ( ) : System
리턴 System

Clone() 공개 메소드

Clone the object.
public Clone ( ) : object
리턴 object

DerivativeFunction() 공개 메소드

public DerivativeFunction ( double b, double a ) : double
b double
a double
리턴 double

HasDerivative() 공개 메소드

public HasDerivative ( ) : bool
리턴 bool