public interface IntSparseMatrix extends SparseMatrix
Interface of Integer-typed Sparse Matrix
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(int row,
int column,
int score)
It is equal to create an integer cell and then add the cell to the sparse matrix.
|
long |
getRowSum(int row) |
add, createCell, createCell, createSparseMatrix, finalizeData, finalizeData, flush, genCooccurrenceMatrix, genCooccurrenceMatrix, genCooccurrenceMatrix, getCell, getNonZeroCellInColumn, getNonZeroCellInRow, getNonZeroColumnInRow, getNonZeroColumnsInRow, getNonZeroDoubleScoreInColumn, getNonZeroDoubleScoreInRow, getNonZeroDoubleScoresInColumn, getNonZeroDoubleScoresInRow, getNonZeroIntScoreInColumn, getNonZeroIntScoreInRow, getNonZeroIntScoresInColumn, getNonZeroIntScoresInRow, getNonZeroNum, getNonZeroNumInColumn, getNonZeroNumInRow, getNonZeroRowInColumn, getNonZeroRowsInColumn, isFinalizedclose, columns, cosine, getBaseColumn, getBaseRow, getCellDataLength, getCooccurrenceCount, getDouble, getInt, getTranspose, rows, setTranspose, transposeboolean add(int row,
int column,
int score)
row - the row of the cellcolumn - the column of the cellscore - the score of the celllong getRowSum(int row)
row - the index of the rowCopyright © 2018 JULIE Lab, Germany. All rights reserved.