Uses of Class
sbrt.shell.io.ComiFile

Packages that use ComiFile
sbrt.shell.io Provides classes and interfaces for reading and writing files. 
 

Uses of ComiFile in sbrt.shell.io
 

Methods in sbrt.shell.io that return ComiFile
 ComiFile<K,V> ComiFileSource.next()
          Returns the next column-oriented map input file with the next name returned by the file name source.
 

Methods in sbrt.shell.io with parameters of type ComiFile
static SparseDoubleMatrix<java.lang.Integer,java.lang.String> ComiFile.getMatrix(ComiFile<java.lang.String,java.lang.Double> file)
          Reads the provided column-oriented map input file and returns its contents as a sparse matrix.