Uses of Interface
org.hortonmachine.gears.utils.math.interpolation.Interpolator
-
Packages that use Interpolator Package Description org.hortonmachine.gears.utils.math.interpolation -
-
Uses of Interpolator in org.hortonmachine.gears.utils.math.interpolation
Classes in org.hortonmachine.gears.utils.math.interpolation that implement Interpolator Modifier and Type Class Description classLeastSquaresInterpolatorA least square regression interpolator.classLinearArrayInterpolatorA class for doing linear interpolations on arrays of X and Y.classLinearListInterpolatorA class for doing linear interpolations on lists of X and Y.classPolynomialInterpolatorA polynomial interpolation function.
-