Class MMCJ

java.lang.Object
org.apache.sysds.lops.Lop
org.apache.sysds.lops.MMCJ

public class MMCJ extends Lop
Lop to perform cross product operation
  • Constructor Details

  • Method Details

    • getAggType

      public AggBinaryOp.SparkAggType getAggType()
      Description copied from class: Lop
      Method to get aggregate type if applicable. This method is overridden by the Lops with aggregate types (e.g. MapMult)
      Overrides:
      getAggType in class Lop
      Returns:
      SparkAggType
    • toString

      public String toString()
      Description copied from class: Lop
      Method to have Lops print their state. This is for debugging purposes.
      Specified by:
      toString in class Lop
    • getInstructions

      public String getInstructions(String input1, String input2, String output)
      Description copied from class: Lop
      Method should be overridden if needed
      Overrides:
      getInstructions in class Lop
      Parameters:
      input1 - input 1
      input2 - input 2
      output - output
      Returns:
      instructions as string