Enum SplineExtrapolation
- Namespace
- AiDotNet.Preprocessing.FeatureGeneration
- Assembly
- AiDotNet.dll
How to handle values outside the knot range.
public enum SplineExtrapolation
Fields
Constant = 0Use the boundary value (clip to knot range).
Linear = 1Linearly extrapolate beyond the knots.