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

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

공개 메소드들

메소드 설명
ActivationCompetitive ( ) : System

Create a competitive activation function with one winner allowed.

ActivationCompetitive ( int winners ) : System

Create a competitive activation function with the specified maximum number of winners.

ActivationFunction ( double x, int start, int size ) : void
DerivativeFunction ( double b, double a ) : double
HasDerivative ( ) : bool

비공개 메소드들

메소드 설명
ICloneable ( ) : object

Clone the object.

메소드 상세

ActivationCompetitive() 공개 메소드

Create a competitive activation function with one winner allowed.
public ActivationCompetitive ( ) : System
리턴 System

ActivationCompetitive() 공개 메소드

Create a competitive activation function with the specified maximum number of winners.
public ActivationCompetitive ( int winners ) : System
winners int The maximum number of winners that this function supports.
리턴 System

ActivationFunction() 공개 메소드

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

DerivativeFunction() 공개 메소드

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

HasDerivative() 공개 메소드

public HasDerivative ( ) : bool
리턴 bool