Package smile.math
Interface Function
-
- All Known Subinterfaces:
DifferentiableFunction,RadialBasisFunction
- All Known Implementing Classes:
GaussianRadialBasis
public interface FunctionAn interface representing a univariate real function.- Author:
- Haifeng Li
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublef(double x)Compute the value of the function at x.
-