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