|
||||||||||
| 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 thePeak)
Set the peak. |
void |
setWidth(double theWidth)
Set the width. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.encog.mathutil.rbf.RadialBasisFunction |
|---|
calculate |
| Constructor Detail |
|---|
public BasicRBF()
| Method Detail |
|---|
public final double getCenter(int dimension)
getCenter in interface RadialBasisFunctiondimension - The dimension to get the center for.
public final double[] getCenters()
getCenters in interface RadialBasisFunctionpublic final int getDimensions()
getDimensions in interface RadialBasisFunctionpublic final double getPeak()
getPeak in interface RadialBasisFunctionpublic final double getWidth()
getWidth in interface RadialBasisFunctionpublic final void setCenters(double[] centers)
setCenters in interface RadialBasisFunctioncenters - The centers.public final void setPeak(double thePeak)
setPeak in interface RadialBasisFunctionthePeak - The peak.public final void setWidth(double theWidth)
setWidth in interface RadialBasisFunctiontheWidth - The width.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||