RadialBasisRegressionFBasisFunction Property |
Namespace: DigitalRune.Mathematics.Interpolation
The basis function. The first parameter is the distance of the new data point x to the reference data point xi, which has been computed by the distance function. The second parameter is the index i of the reference data point xi. (The second parameter is ignored by default. The same basis function is applied for all reference data points. However, the index could be used to select a unique basis function for each reference data point.)
The default function is the Gaussian function (see Gaussian(Single, Single, Single, Single)) with the parameters k = 1, μ = 0, σ = 1.
Exception | Condition |
---|---|
ArgumentNullException | value is . |