C# Class Encog.MathUtil.RBF.BasicRBF

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

Méthodes publiques

Méthode Description
Calculate ( double x ) : double

Calculate the output of the RBF.

Method Details

Calculate() public abstract méthode

Calculate the output of the RBF.
public abstract Calculate ( double x ) : double
x double The input value.
Résultat double