|
Class Summary |
| DenseMatrixReader |
Class for reading dense matrices from disk. |
| GenericFileReader |
Reads the contents of a file on disk, one line at a time |
| MatrixManipulator |
Provides access to basic linear algebraic matrix operations,
on one or more matrices. |
| MatrixNormalizer |
Provides basic functionality for centering and normalizing the columns
of a colt matrix. |
| SparseMatrixReader |
Currently the same as the dense matrix reader, only loads into sparse format. |
| TmtMatrix |
Encapsulates matrix representation and manipulation via the colt
library. |
| TmtVector |
An encapsulated version of colt's DoubleMatrix1D, intended for use
with the TmtMatrix class. |
| VectorNormalizer |
Provides functionality to center and normalize a numeric vector |