smile.interpolation
Class AbstractInterpolation
- java.lang.Object
-
- smile.interpolation.AbstractInterpolation
-
- All Implemented Interfaces:
- Interpolation
- Direct Known Subclasses:
- CubicSplineInterpolation1D, LinearInterpolation
public abstract class AbstractInterpolation extends java.lang.Object implements Interpolation
Abstract base class of one-dimensional interpolation methods.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description doubleinterpolate(double x)Given a value x, return an interploated value.
-
-
-
Method Detail
-
interpolate
public double interpolate(double x)
Description copied from interface:InterpolationGiven a value x, return an interploated value.- Specified by:
interpolatein interfaceInterpolation
-
-
DataMelt 3.0 © DataMelt by jWork.ORG