Class Not
java.lang.Object
org.apache.sysds.runtime.functionobjects.FunctionObject
org.apache.sysds.runtime.functionobjects.ValueFunction
org.apache.sysds.runtime.functionobjects.Not
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Methods inherited from class org.apache.sysds.runtime.functionobjects.ValueFunction
requiresCorrection, toString
-
Method Details
-
getNotFnObject
-
execute
public boolean execute(boolean in) - Overrides:
executein classFunctionObject
-
execute
public double execute(double in) - Overrides:
executein classFunctionObject
-
isBinary
public boolean isBinary()- Overrides:
isBinaryin classValueFunction
-