RadialBasisRegressionFDistanceFunction Property |
Namespace: DigitalRune.Mathematics.Interpolation
The distance function that computes the distance between a new data point x and the reference data point xi. The first parameter is the new data point x. The second parameter is the reference data point xi. The third parameter is the index i of the reference data point xi. (The third parameter can be ignored in most cases.)
The default distance function computes the Euclidean distance between x and xi.
(The distance function could be generalized to the Mahalanobis distance.)
Exception | Condition |
---|---|
ArgumentNullException | value is . |