org.joone.engine
Class RbfGaussianParameters
- java.lang.Object
-
- org.joone.engine.RbfGaussianParameters
-
- All Implemented Interfaces:
- java.io.Serializable
public class RbfGaussianParameters extends java.lang.Object implements java.io.SerializableThis class defines the parameters, like center, sigma, etc. for the Gaussian RBF.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description RbfGaussianParameters()Creates a new instance of RbfGaussianParametersRbfGaussianParameters(double[] aMean, double aStdDeviation)Creates a new instance of RbfGaussianParameters.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description double[]getMean()Gets the mean (center) of the Gaussian RBF.doublegetStdDeviation()Gets the standard deviation (sigma) of the Gaussian RBF.voidsetMean(double[] aMean)Sets the mean (center) of the Gaussian RBF.voidsetStdDeviation(double aStdDeviation)Sets the standard deviation (sigma) of the Gaussian RBF.
-
-
-
Constructor Detail
-
RbfGaussianParameters
public RbfGaussianParameters()
Creates a new instance of RbfGaussianParameters
-
RbfGaussianParameters
public RbfGaussianParameters(double[] aMean, double aStdDeviation)Creates a new instance of RbfGaussianParameters.- Parameters:
aMean- the mean.aStdDeviation- the standard deviation.
-
-
Method Detail
-
getMean
public double[] getMean()
Gets the mean (center) of the Gaussian RBF.- Returns:
- the mean of the Gaussian RBF.
-
setMean
public void setMean(double[] aMean)
Sets the mean (center) of the Gaussian RBF.- Parameters:
aMean- the new mean to set.
-
getStdDeviation
public double getStdDeviation()
Gets the standard deviation (sigma) of the Gaussian RBF.- Returns:
- the standard deviation of the Gaussian RBF.
-
setStdDeviation
public void setStdDeviation(double aStdDeviation)
Sets the standard deviation (sigma) of the Gaussian RBF.- Parameters:
aStdDeviation- the new standard deviation to set.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG