labels = _labels;
}
/** Create H2OBlockMatrix from the partition */
private Matrix blockify(Chunk chks[]) {
return new H2OBlockMatrix(chks);
}
/** Ingest the output of bmf into the output partition */
private void deblockify(Matrix out, NewChunk ncs[]) {
// assert (out.colSize() == ncs.length)