Class Federated

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

public class Federated extends Lop
  • Constructor Details

  • Method Details

    • getInstructions

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

      public String getInstructions(String type, String addresses, String ranges, String object, String output)
      Description copied from class: Lop
      Method should be overridden if needed
      Overrides:
      getInstructions in class Lop
      Parameters:
      type - input 1
      addresses - input 2
      ranges - input 3
      object - input 4
      output - output
      Returns:
      instructions as string
    • 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