| Package | Description |
|---|---|
| edu.ucla.sspace.matrix |
| Modifier and Type | Method and Description |
|---|---|
static TransformStatistics.MatrixStatistics |
TransformStatistics.extractStatistics(File inputMatrixFile,
MatrixIO.Format format)
Extracts the full row, column, and matrix summations based on entries in
the given
Matrix file. |
static TransformStatistics.MatrixStatistics |
TransformStatistics.extractStatistics(File inputMatrixFile,
MatrixIO.Format format,
boolean countRowOccurrances,
boolean countColumnOccurrances)
Extracts the row, column, and matrix summations based on entries in
the given
Matrix. |
static TransformStatistics.MatrixStatistics |
TransformStatistics.extractStatistics(Matrix matrix)
Extracts the full row, column, and matrix summations based on entries in
the given
Matrix. |
static TransformStatistics.MatrixStatistics |
TransformStatistics.extractStatistics(Matrix matrix,
boolean countRowOccurrances,
boolean countColumnOccurrances)
Extracts the row, column, and matrix summations based on entries in
the given
Matrix. |
Copyright © 2012. All Rights Reserved.