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

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

공개 메소드들

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

Create a basic step activation with low=0, center=0, high=1.

ActivationStep ( double low, double center, double high ) : System

Construct a step 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

ActivationStep() 공개 메소드

Create a basic step activation with low=0, center=0, high=1.
public ActivationStep ( ) : System
리턴 System

ActivationStep() 공개 메소드

Construct a step activation function.
public ActivationStep ( double low, double center, double high ) : System
low double The low of the function.
center double The center of the function.
high double The high of the function.
리턴 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