RBFSmoothing |
The RBFSmoothingInterpolation2D type exposes the following members.
| Name | Description | |
|---|---|---|
| AsFunction | Returns a delegate that evaluates this smoother. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Evaluate | Evaluates the fitted smoother at the provided point. | |
| EvaluateGradient | Evaluates the gradient of the fitted smoother at the provided 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) | |
| Fit(IReadOnlyListDouble, IReadOnlyListDouble, IReadOnlyListDouble, RBFSmoothingInterpolation2DKernelKind, Double, Double, RBFSmoothingInterpolation2DPolynomialTail, Boolean) | Fits an RBF smoother to scattered (x,y,z) data. | |
| Fit(ReadOnlySpanDouble, ReadOnlySpanDouble, ReadOnlySpanDouble, RBFSmoothingInterpolation2DKernelKind, Double, Double, RBFSmoothingInterpolation2DPolynomialTail, Boolean) | Fits an RBF smoother to scattered (x,y,z) data. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |