E - 1D matrix element typepublic abstract class AbstractTextMatrix1DReader<E> extends AbstractMatrix1DReader<E>
size\tcardinality
and each additional line should be formatted as index\tvalue.| Constructor and Description |
|---|
AbstractTextMatrix1DReader() |
| Modifier and Type | Method and Description |
|---|---|
Matrix1D<E> |
read(InputStream inputStream)
Read a 1D matrix from the specified input stream.
|
createMatrix1D, parse, read, readpublic final Matrix1D<E> read(InputStream inputStream) throws IOException
inputStream - input stream to read from, must not be nullIOException - if an IO error occursCopyright (c) 2008-2013 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).