Modifier and Type | Method and Description |
---|---|
DenseMatrixRow |
DenseMatrix.getRow(int rowId) |
DenseMatrixRow |
DenseMatrix.DenseMatrixIterator.next() |
Modifier and Type | Method and Description |
---|---|
Iterator<DenseMatrixRow> |
DenseMatrix.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
DenseMatrixWriter.writeRow(DenseMatrixRow row) |
Modifier and Type | Method and Description |
---|---|
static void |
DenseMatrixWriter.write(File file,
Iterator<DenseMatrixRow> rows) |
static void |
DenseMatrixWriter.write(File file,
Iterator<DenseMatrixRow> rows,
ValueConf vconf) |
Copyright © 2015. All rights reserved.