Home Original page

Not (Apache SystemDS 3.4.0-SNAPSHOT API)

  • 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

    public class Not
    extends ValueFunction
    See Also:
    Serialized Form
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean execute​(boolean in)  
      double execute​(double in)  
      static Not getNotFnObject()  
      boolean isBinary()  
      • Methods inherited from class org.apache.sysds.runtime.functionobjects.ValueFunction

        requiresCorrection, toString
      • Methods inherited from class org.apache.sysds.runtime.functionobjects.FunctionObject

        clone, execute, execute, execute, execute, execute, execute, execute, execute, execute, execute, execute
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getNotFnObject

        public static Not getNotFnObject()
      • execute

        public boolean execute​(boolean in)
        Overrides:
        execute in class FunctionObject
      • execute

        public double execute​(double in)
        Overrides:
        execute in class FunctionObject
      • isBinary

        public boolean isBinary()
        Overrides:
        isBinary in class ValueFunction