Package org.apache.wayang.basic.model.op
Class Mean
- java.lang.Object
-
- org.apache.wayang.basic.model.op.Op
-
- org.apache.wayang.basic.model.op.Mean
-
- All Implemented Interfaces:
java.io.Serializable
public class Mean extends Op
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDim()Op.DTypegetDType()intinputsRequired()-
Methods inherited from class org.apache.wayang.basic.model.op.Op
getFromList, getName, with
-
-
-
-
Method Detail
-
getDim
public int getDim()
-
inputsRequired
public int inputsRequired()
- Specified by:
inputsRequiredin classOp
-
-