Package smile.data.formula
Class Abs
java.lang.Object
smile.data.formula.AbstractFunction
smile.data.formula.Abs
- All Implemented Interfaces:
Serializable
,Term
The term of abs function.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class smile.data.formula.AbstractFunction
toString, variables
-
Constructor Details
-
Abs
Constructor.- Parameters:
x
- the term that the function is applied to.
-
-
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.
-