Description Usage Arguments Value Author(s) See Also
Performs all iterations of the Greedycut algorithm for removing rows and columns from the given matrix.
1 | greedycut.filter.matrix(mm, rows2ignore = integer(), rc.ties = "row")
|
mm |
Numeric matrix to filter. |
rows2ignore |
|
rc.ties |
Flag indicating what the behaviour of the algorithm should be in case of ties between values of
rows and columns. The value of this parameter must be one of |
Table summarizing the iterations of the algorithm in the form of a data.frame
with the following
columns : Index, Type, Score, Normalized score, Rows, Columns.
Yassen Assenov
greedycut.get.submatrix
for extracting the resulting matrix after filtering
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.