Class DoubleMatrixReader


public class DoubleMatrixReader extends AbstractMatrixReader<DoubleMatrix<String,String>, Double>
Reader for DoubleMatrix. Lines beginning with "#" or "!" will be ignored.

Ported in-tree from ubic.basecode.io.reader.DoubleMatrixReader as part of the baseCode in-tree migration; previously consumed via the MatrixUtil.fromBaseCode shim.

Author:
Paul Pavlidis