Click or drag to resize
DigitalRuneRadialBasisRegressionFOnSetup Method

Namespace: DigitalRune.Mathematics.Interpolation
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
protected override void OnSetup()
Exceptions
ExceptionCondition
MathematicsException Cannot compute regression - try to choose different reference data pairs or another basis function.
Remarks
Here internal values can be computed from the registered reference pairs if required. It is assured that the reference data pairs have valid dimensions: All x values have the same number of elements and all y values have the same number of elements. All reference data values are not .
See Also