RadialBasis Methods |
The RadialBasis type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Eval(Double) |
Returns the value of the radial basis at a point.
| |
Eval(Double) |
Returns the value of the radial basis approximation at a point.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Gradient |
Returns the gradient of the radial basis approximation at a point.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Update(Double, Double) |
Adds a set of data points, all with weight = 1.
| |
Update(Double, Double) |
Adds a data point with weight = 1.
| |
Update(Double, Double, Double) |
Adds a set of data points with user-specified weights.
| |
Update(Double, Double, Double) |
Adds a data point with a specified weight.
|