Documentation of 'org.encog.mathutil.rbf.BasicRBF' Java class
BasicRBF
org.encog.mathutil.rbf

Class BasicRBF

    • Constructor Detail

      • BasicRBF

        public BasicRBF()
    • Method Detail

      • getCenter

        public final double getCenter(int dimension)
        Get the center of this RBD.
        Specified by:
        getCenter in interface RadialBasisFunction
        Parameters:
        dimension - The dimension to get the center for.
        Returns:
        The center of the RBF.
      • getPeak

        public final double getPeak()
        Get the center of this RBD.
        Specified by:
        getPeak in interface RadialBasisFunction
        Returns:
        The center of the RBF.
      • setCenters

        public final void setCenters(double[] centers)
        Set the centers.
        Specified by:
        setCenters in interface RadialBasisFunction
        Parameters:
        centers - The centers.
      • setPeak

        public final void setPeak(double thePeak)
        Set the peak.
        Specified by:
        setPeak in interface RadialBasisFunction
        Parameters:
        thePeak - The peak.
      • setWidth

        public final void setWidth(double theWidth)
        Set the width.
        Specified by:
        setWidth in interface RadialBasisFunction
        Parameters:
        theWidth - The width.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.