public class RbfGaussianParameters
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
RbfGaussianParameters()
Creates a new instance of RbfGaussianParameters
|
RbfGaussianParameters(double[] aMean,
double aStdDeviation)
Creates a new instance of RbfGaussianParameters.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public RbfGaussianParameters()
public RbfGaussianParameters(double[] aMean,
double aStdDeviation)
aMean - the mean.aStdDeviation - the standard deviation.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.Submit Feedback to pmarrone@users.sourceforge.net