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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

Create an empty activation gaussian.

ActivationGaussian ( double center, double peak, double width ) : System

Create a gaussian activation function.

Clone ( ) : object

Clone the object.

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

Return true, gaussian has a derivative.

메소드 상세

ActivationFunction() 공개 메소드

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

ActivationGaussian() 공개 메소드

Create an empty activation gaussian.
public ActivationGaussian ( ) : System
리턴 System

ActivationGaussian() 공개 메소드

Create a gaussian activation function.
public ActivationGaussian ( double center, double peak, double width ) : System
center double The center of the curve.
peak double The peak of the curve.
width double The width of the curve.
리턴 System

Clone() 공개 메소드

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

DerivativeFunction() 공개 메소드

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

HasDerivative() 공개 메소드

Return true, gaussian has a derivative.
public HasDerivative ( ) : bool
리턴 bool