C# Class Encog.MathUtil.RBF.MultiquadricFunction

Inheritance: BasicRBF
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
Calculate ( double x ) : double

Calculate the output.

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

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

MultiquadricFunction ( int dimensions ) : System

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

Method Details

Calculate() public méthode

Calculate the output.
public Calculate ( double x ) : double
x double Input value.
Résultat double

MultiquadricFunction() public méthode

Construct a multi-dimension Multiquadric function with the specified peak, centers and widths.
public MultiquadricFunction ( 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.
Résultat System

MultiquadricFunction() public méthode

Create centered at zero, width 0, and peak 0.
public MultiquadricFunction ( int dimensions ) : System
dimensions int The number of dimensions.
Résultat System