|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RadialBasisFunctionMulti
A multi-dimension RBF.
| Method Summary | |
|---|---|
double |
calculate(double[] x)
Calculate the RBF result for the specified value. |
double |
getCenter(int dimension)
Get the center of this RBD. |
int |
getDimensions()
|
double |
getPeak()
Get the center of this RBD. |
double |
getWidth(int dimension)
Get the center of this RBD. |
void |
setWidth(double radius)
Set the width. |
| Method Detail |
|---|
double calculate(double[] x)
x - The value to be passed into the RBF.
double getCenter(int dimension)
dimension - The dimension to get the center for.
double getPeak()
double getWidth(int dimension)
dimension - The dimension to get the center for.
int getDimensions()
void setWidth(double radius)
radius - The width.
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||