|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.mathutil.rbf.BasicRBF
public abstract class BasicRBF
Basic radial basis function. Defines centers for each of the RBF's. All RBF's have a common radius and peak.
| Constructor Summary | |
|---|---|
BasicRBF()
|
|
| Method Summary | |
|---|---|
double |
getCenter(int dimension)
Get the center of this RBD. |
double[] |
getCenters()
|
int |
getDimensions()
|
double |
getPeak()
Get the center of this RBD. |
double |
getWidth()
|
void |
setCenters(double[] centers)
Set the centers. |
void |
setPeak(double peak)
Set the peak. |
void |
setWidth(double width)
Set the width. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.encog.engine.network.rbf.RadialBasisFunction |
|---|
calculate |
| Constructor Detail |
|---|
public BasicRBF()
| Method Detail |
|---|
public double getCenter(int dimension)
getCenter in interface RadialBasisFunctiondimension - The dimension to get the center for.
public double[] getCenters()
getCenters in interface RadialBasisFunctionpublic int getDimensions()
getDimensions in interface RadialBasisFunctionpublic double getPeak()
getPeak in interface RadialBasisFunctionpublic double getWidth()
getWidth in interface RadialBasisFunctionpublic void setCenters(double[] centers)
setCenters in interface RadialBasisFunctioncenters - The centers.public void setWidth(double width)
setWidth in interface RadialBasisFunctionwidth - The width.public void setPeak(double peak)
setPeak in interface RadialBasisFunctionpeak - The peak.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||