C# Class Encog.MathUtil.RBF.BasicRBF

Inheritance: IRadialBasisFunction
显示文件 Open project: encog/encog-silverlight-core

Public Methods

Method Description
Calculate ( double x ) : double

Calculate the output of the RBF.

Method Details

Calculate() public abstract method

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