C# 클래스 Encog.MathUtil.RBF.MexicanHatFunction

상속: BasicRBF
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
Calculate ( double x ) : double

Calculate the output.

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

Construct a multi-dimension Mexican hat function with the specified peak, centers and widths.

MexicanHatFunction ( int dimensions ) : System

Create centered at zero, width 0, and peak 0.

메소드 상세

Calculate() 공개 메소드

Calculate the output.
public Calculate ( double x ) : double
x double Input value.
리턴 double

MexicanHatFunction() 공개 메소드

Construct a multi-dimension Mexican hat function with the specified peak, centers and widths.
public MexicanHatFunction ( double peak, double center, double width ) : System
peak double The peak for all dimensions.
center double The centers for each dimension.
width double The widths for each dimension.
리턴 System

MexicanHatFunction() 공개 메소드

Create centered at zero, width 0, and peak 0.
public MexicanHatFunction ( int dimensions ) : System
dimensions int
리턴 System