Class RDDConverterUtils.BinaryCellToBinaryBlockFunction

java.lang.Object
org.apache.sysds.runtime.instructions.spark.utils.RDDConverterUtils.BinaryCellToBinaryBlockFunction
All Implemented Interfaces:
Serializable, org.apache.spark.api.java.function.PairFlatMapFunction<Iterator<scala.Tuple2<MatrixIndexes,MatrixCell>>,MatrixIndexes,MatrixBlock>
Enclosing class:
RDDConverterUtils

public static class RDDConverterUtils.BinaryCellToBinaryBlockFunction extends Object implements org.apache.spark.api.java.function.PairFlatMapFunction<Iterator<scala.Tuple2<MatrixIndexes,MatrixCell>>,MatrixIndexes,MatrixBlock>
See Also: