public static class BinUaggChainSPInstruction.RDDBinUaggChainFunction extends Object implements org.apache.spark.api.java.function.Function<MatrixBlock,MatrixBlock>
Constructor and Description |
---|
RDDBinUaggChainFunction(org.apache.sysml.runtime.matrix.operators.BinaryOperator bop,
org.apache.sysml.runtime.matrix.operators.AggregateUnaryOperator uaggop) |
Modifier and Type | Method and Description |
---|---|
MatrixBlock |
call(MatrixBlock arg0) |
public RDDBinUaggChainFunction(org.apache.sysml.runtime.matrix.operators.BinaryOperator bop, org.apache.sysml.runtime.matrix.operators.AggregateUnaryOperator uaggop)
public MatrixBlock call(MatrixBlock arg0) throws Exception
call
in interface org.apache.spark.api.java.function.Function<MatrixBlock,MatrixBlock>
Exception
Copyright © 2018 The Apache Software Foundation. All rights reserved.