Class Or
- java.lang.Object
-
- org.apache.sysds.runtime.functionobjects.FunctionObject
-
- org.apache.sysds.runtime.functionobjects.ValueFunction
-
- org.apache.sysds.runtime.functionobjects.Or
-
- All Implemented Interfaces:
Serializable
public class Or extends ValueFunction
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
execute(boolean in1, boolean in2)
double
execute(double in1, double in2)
static Or
getOrFnObject()
-
Methods inherited from class org.apache.sysds.runtime.functionobjects.ValueFunction
requiresCorrection
-
-
-
-
Method Detail
-
getOrFnObject
public static Or getOrFnObject()
-
execute
public boolean execute(boolean in1, boolean in2)
- Overrides:
execute
in classFunctionObject
-
execute
public double execute(double in1, double in2)
- Overrides:
execute
in classFunctionObject
-
-