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 int
getDim()
Op.DType
getDType()
int
inputsRequired()
-
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:
inputsRequired
in classOp
-
-