Class BinaryBlockToTextCellConverter

java.lang.Object
org.apache.sysds.runtime.matrix.data.BinaryBlockToTextCellConverter
All Implemented Interfaces:
Converter<MatrixIndexes,MatrixBlock,org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.Text>

public class BinaryBlockToTextCellConverter extends Object implements Converter<MatrixIndexes,MatrixBlock,org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.Text>
  • Constructor Details

    • BinaryBlockToTextCellConverter

      public BinaryBlockToTextCellConverter()
  • Method Details