org.encog.mathutil.rbf
public abstract class BasicRBF extends Object implements RadialBasisFunction
| Constructor and Description |
|---|
BasicRBF() |
| Modifier and Type | Method and Description |
|---|---|
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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcalculatepublic 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.Copyright © 2014. All Rights Reserved.