Class Mean

java.lang.Object
org.apache.wayang.basic.model.op.Op
org.apache.wayang.basic.model.op.Mean
All Implemented Interfaces:
Serializable

public class Mean extends Op
See Also:
  • Constructor Details

    • Mean

      public Mean(int dim)
    • Mean

      public Mean(int dim, String name)
  • Method Details

    • getDim

      public int getDim()
    • getDType

      public Op.DType getDType()
      Overrides:
      getDType in class Op
    • inputsRequired

      public int inputsRequired()
      Specified by:
      inputsRequired in class Op