RBFSmoothing |
public enum KernelKind
| Member name | Value | Description |
|---|---|---|
| ThinPlateSpline | 0 | Thin-plate spline kernel φ(r)=r² log(r) (with φ(0)=0). |
| Multiquadric | 1 | Multiquadric kernel φ(r)=sqrt(1+(εr)²). |
| InverseMultiquadric | 2 | Inverse multiquadric kernel φ(r)=1/sqrt(1+(εr)²). |
| Gaussian | 3 | Gaussian kernel φ(r)=exp(-(εr)²). |
The RBFSmoothingInterpolation2DKernelKind type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |