|
||||||||||
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 RadialBasisFunction
dimension
- The dimension to get the center for.
public final double[] getCenters()
getCenters
in interface RadialBasisFunction
public final int getDimensions()
getDimensions
in interface RadialBasisFunction
public final double getPeak()
getPeak
in interface RadialBasisFunction
public final double getWidth()
getWidth
in interface RadialBasisFunction
public final void setCenters(double[] centers)
setCenters
in interface RadialBasisFunction
centers
- The centers.public final void setPeak(double thePeak)
setPeak
in interface RadialBasisFunction
thePeak
- The peak.public final void setWidth(double theWidth)
setWidth
in interface RadialBasisFunction
theWidth
- 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 |