Class GreaterThan

    • Method Detail

      • getGreaterThanFnObject

        public static GreaterThan getGreaterThanFnObject()
      • execute

        public double execute​(double in1,
                              double in2)
        execute() method that returns double is required since current map-reduce runtime can only produce matrices of doubles. This method is used on MR side to perform comparisons on matrices like A>B and A>2.5
        Overrides:
        execute in class FunctionObject