Class | Description |
---|---|
AbstractMatrixReader<M extends Matrix2D<String,String,V>,V> |
Abstract class representing an object that can read in a
Matrix2D from a file. |
DoubleMatrixReader |
Reader for
basecode.dataStructure.matrix.DoubleMatrix . |
HistogramReader |
Reads histograms stored in flat files
|
MapReader |
Reads a tab-delimited file with keys in first column, values in second.
|
SparseDoubleMatrixReader | |
SparseRaggedMatrixReader |
Best data structure for reading really big, really sparse matrices when a matrix represetation is needed.
|
StringMatrixReader |
Reader for
basecode.dataStructure.matrix.StringMatrix |
Copyright © 2003–2022 UBC Michael Smith Laboratories. All rights reserved.