Package smile.data.formula
Class AbstractBiFunction
java.lang.Object
smile.data.formula.AbstractBiFunction
- All Implemented Interfaces:
Serializable
,Term
- Direct Known Subclasses:
Operator
This class provides a skeletal implementation of the bi-function term.
- See Also:
-
Constructor Details
-
AbstractBiFunction
Constructor.- Parameters:
name
- the function name.x
- the first parameter of function.y
- the second parameter of function.
-
-
Method Details