Package smile.data.formula
Class IntFunction
java.lang.Object
smile.data.formula.AbstractFunction
smile.data.formula.IntFunction
- All Implemented Interfaces:
Serializable
,Term
The generic term of applying an integer function.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class smile.data.formula.AbstractFunction
toString, variables
-
Constructor Details
-
IntFunction
Constructor.- Parameters:
name
- the name of function.x
- the term that the function is applied to.lambda
- the function/lambda.
-
-
Method Details
-
bind
Description copied from interface:Term
Binds the term to a schema.- Parameters:
schema
- the schema to bind the term with.- Returns:
- the feature list.
-