Package smile.data.formula
Class AbstractFunction
java.lang.Object
smile.data.formula.AbstractFunction
- All Implemented Interfaces:
Serializable
,Term
- Direct Known Subclasses:
Abs
,DoubleFunction
,IntFunction
This class provides a skeletal implementation of the function term.
- See Also:
-
Constructor Details
-
AbstractFunction
Constructor.- Parameters:
name
- the name of function.x
- the term that the function is applied to.
-
-
Method Details