Package smile.data.formula
Class Div
java.lang.Object
smile.data.formula.AbstractBiFunction
smile.data.formula.Operator
smile.data.formula.Div
- All Implemented Interfaces:
Serializable
,Term
The term of
a / b
expression.- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class smile.data.formula.AbstractBiFunction
variables
-
Constructor Details
-
Div
Constructor.- Parameters:
a
- the first factor.b
- the second factor.
-
-
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.
-