Uses of Class
ubic.basecode.io.reader.AbstractMatrixReader
-
Packages that use AbstractMatrixReader Package Description ubic.basecode.io.reader -
-
Uses of AbstractMatrixReader in ubic.basecode.io.reader
Subclasses of AbstractMatrixReader in ubic.basecode.io.reader Modifier and Type Class Description class
DoubleMatrixReader
Reader forbasecode.dataStructure.matrix.DoubleMatrix
.class
SparseDoubleMatrixReader
class
SparseRaggedMatrixReader
Best data structure for reading really big, really sparse matrices when a matrix represetation is needed.class
StringMatrixReader
Reader forbasecode.dataStructure.matrix.StringMatrix
-