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

Class InverseMultiquadricFunction

    • Constructor Detail

      • InverseMultiquadricFunction

        public InverseMultiquadricFunction(double center,
                                           double peak,
                                           double width)
        Construct a single-dimension Inverse-Multiquadric function with the specified peak, centers and widths.
        Parameters:
        peak - The peak for all dimensions.
        center - The centers for each dimension.
        width - The widths for each dimension.
      • InverseMultiquadricFunction

        public InverseMultiquadricFunction(double peak,
                                           double[] center,
                                           double width)
        Construct a multi-dimension Inverse-Multiquadric function with the specified peak, centers and widths.
        Parameters:
        peak - The peak for all dimensions.
        center - The centers for each dimension.
        width - The widths for each dimension.
      • InverseMultiquadricFunction

        public InverseMultiquadricFunction(int dimensions)
        Create centered at zero, width 0, and peak 0.
        Parameters:
        dimensions - The dimensions.
    • Method Detail

      • calculate

        public final double calculate(double[] x)
        Calculate the RBF result for the specified value.
        Parameters:
        x - The value to be passed into the RBF.
        Returns:
        The RBF value.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.