Package org.broadinstitute.genee.matrix

Provides matrix classes and interfaces.

See:
          Description

Interface Summary
Dataset The interface for a dataset consisting of a two-dimensional matrix of float values.
MetadataModel Stores annotations for the rows or columns of a dataset.
Vector A collection of values of the same type.
 

Class Summary
AbstractDataset Abstract dataset.
FixedSizeAbstractDataset Fixed size abstract dataset.
RowMajorArray2DDataset Dataset implementation using two-dimensional float array.
 

Package org.broadinstitute.genee.matrix Description

Provides matrix classes and interfaces.