|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RadialBasisFunction
Provides a generic interface to a radial basis function (RBF). Encog uses RBF's for a variety of purposes.
| Method Summary | |
|---|---|
double |
calculate(double x)
Calculate the RBF result for the specified value. |
double |
calculateDerivative(double x)
Calculate the derivative of the RBF function. |
double |
getCenter()
|
double |
getPeak()
|
double |
getWidth()
|
| Method Detail |
|---|
double calculate(double x)
x - The value to be passed into the RBF.
double calculateDerivative(double x)
x - The value to calculate for.
double getCenter()
double getPeak()
double getWidth()
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||