|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.joone.engine.RbfGaussianParameters
public class RbfGaussianParameters
This class defines the parameters, like center, sigma, etc. for the Gaussian RBF.
Constructor Summary | |
---|---|
RbfGaussianParameters()
Creates a new instance of RbfGaussianParameters |
|
RbfGaussianParameters(double[] aMean,
double aStdDeviation)
Creates a new instance of RbfGaussianParameters. |
Method Summary | |
---|---|
double[] |
getMean()
Gets the mean (center) of the Gaussian RBF. |
double |
getStdDeviation()
Gets the standard deviation (sigma) of the Gaussian RBF. |
void |
setMean(double[] aMean)
Sets the mean (center) of the Gaussian RBF. |
void |
setStdDeviation(double aStdDeviation)
Sets the standard deviation (sigma) of the Gaussian RBF. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RbfGaussianParameters()
public RbfGaussianParameters(double[] aMean, double aStdDeviation)
aMean
- the mean.aStdDeviation
- the standard deviation.Method Detail |
---|
public double[] getMean()
public void setMean(double[] aMean)
aMean
- the new mean to set.public double getStdDeviation()
public void setStdDeviation(double aStdDeviation)
aStdDeviation
- the new standard deviation to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |