Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Encog
MathUtil
RBF
BasicRBF
C# Class Encog.MathUtil.RBF.BasicRBF
Inheritance:
IRadialBasisFunction
Mostrar archivo
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