View source: R/multiscaleSVDxpts.R
| rankBasedMatrixSegmentation | R Documentation | 
rank-based segmentation of a matrix
rankBasedMatrixSegmentation(
  v,
  sparsenessQuantile,
  basic = FALSE,
  positivity = "positive",
  transpose = FALSE
)
| v | input matrix | 
| sparsenessQuantile | a value in zero to one | 
| basic | simplest keep top k-entries in each row | 
| positivity | one of positive, negative, either | 
| transpose | work on the transpose | 
matrix
Avants BB
mat <- matrix(1:200, nrow = 10)
matr <- rankBasedMatrixSegmentation(mat, 0.9, basic = FALSE, positivity = "positive")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.