public interface IntDenseMatrix extends DenseMatrix
Interface of Integer-typed Dense Matrix
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(int row,
int column,
int score) |
void |
assign(int val)
Assign the same given score to all cells of the matrix
|
long |
getColumnSum(int column) |
long |
getRowSum(int row) |
boolean |
setInt(int row,
int column,
int score) |
close, columns, cosine, getBaseColumn, getBaseRow, getCellDataLength, getCooccurrenceCount, getDouble, getInt, getTranspose, rows, setTranspose, transposevoid assign(int val)
val - the scoreboolean add(int row,
int column,
int score)
boolean setInt(int row,
int column,
int score)
long getRowSum(int row)
row - the index of the rowlong getColumnSum(int column)
column - the index of the columnCopyright © 2018 JULIE Lab, Germany. All rights reserved.