|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DSMatrixDataSet<T extends DSBioObject>
Title: caWorkbench
Description: Modular Application Framework for Gene Expession, Sequence and Genotype Analysis
Copyright: Copyright (c) 2003 -2004
Company: Columbia University
Represents a data set that is organized in a two-dimensional matrix of double values.
| Method Summary | |
|---|---|
double[] |
getRow(int index)
Returns a row of the matrix data set. |
double |
getValue(int row,
int col)
Gets a value by row and column. |
| Method Detail |
|---|
double getValue(int row,
int col)
row - col -
double[] getRow(int index)
index - the row number.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||