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
Constructors -
Method Summary
Methods inherited from class 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:TermBinds the term to a schema.- Parameters:
schema- the schema to bind the term with.- Returns:
- the feature list.
-