C# Класс Encog.MathUtil.RBF.MexicanHatFunction

Наследование: BasicRBF
Показать файл Открыть проект

Открытые методы

Метод Описание
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