Package | Description |
---|---|
edu.stanford.rsl.conrad.utils.interpolation |
Contains various utility classes for interpolation.
|
Modifier and Type | Class and Description |
---|---|
class |
LinearInterpolator
This is a class for interpolating between two data points using a linear polynomial.
|
class |
LogLinearInterpolator |
class |
LogLogInterpolator |
Modifier and Type | Method and Description |
---|---|
Interpolator |
NumberInterpolatingTreeMap.getInterpolator()
Retrieve the intepolator used by the class
|
Modifier and Type | Method and Description |
---|---|
void |
NumberInterpolatingTreeMap.setInterpolator(Interpolator interpolator)
Set the interpolating scheme used by the class.
|