Documentation of 'org.joone.engine.RbfGaussianParameters' Java class
RbfGaussianParameters
org.joone.engine

Class RbfGaussianParameters

  • All Implemented Interfaces:
    java.io.Serializable


    public class RbfGaussianParameters
    extends java.lang.Object
    implements java.io.Serializable
    This 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 RbfGaussianParameters
      RbfGaussianParameters(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.
      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

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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

You see the box below because you did not login.