Package smile.data.formula
Class Operator
java.lang.Object
smile.data.formula.AbstractBiFunction
smile.data.formula.Operator
- All Implemented Interfaces:
Serializable,Term
The infix bifunction term.
- See Also:
-
Constructor Details
-
Operator
Constructor.- Parameters:
name- the operator name.x- the left operand.y- the right operand.
-
-
Method Details
-
toString
- Overrides:
toStringin classAbstractBiFunction
-