org.encog.mathutil.rbf
public class InverseMultiquadricFunction extends BasicRBF
Constructor and Description |
---|
InverseMultiquadricFunction(double peak,
double[] center,
double width)
Construct a multi-dimension Inverse-Multiquadric function with the
specified peak, centers and widths.
|
InverseMultiquadricFunction(double center,
double peak,
double width)
Construct a single-dimension Inverse-Multiquadric function with the
specified peak, centers and widths.
|
InverseMultiquadricFunction(int dimensions)
Create centered at zero, width 0, and peak 0.
|
Modifier and Type | Method and Description |
---|---|
double |
calculate(double[] x)
Calculate the RBF result for the specified value.
|
getCenter, getCenters, getDimensions, getPeak, getWidth, setCenters, setPeak, setWidth, toString
public InverseMultiquadricFunction(double center, double peak, double width)
peak
- The peak for all dimensions.center
- The centers for each dimension.width
- The widths for each dimension.public InverseMultiquadricFunction(double peak, double[] center, double width)
peak
- The peak for all dimensions.center
- The centers for each dimension.width
- The widths for each dimension.public InverseMultiquadricFunction(int dimensions)
dimensions
- The dimensions.Copyright © 2014. All Rights Reserved.