Package smile.data.formula
Class DoubleFunction
java.lang.Object
smile.data.formula.AbstractFunction
smile.data.formula.DoubleFunction
- All Implemented Interfaces:
Serializable
,Term
The generic term of applying a double function.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class smile.data.formula.AbstractFunction
toString, variables
-
Constructor Details
-
DoubleFunction
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.
-