rankBasedMatrixSegmentation.Rd
rank-based segmentation of a matrix
rankBasedMatrixSegmentation(
v,
sparsenessQuantile,
basic = FALSE,
positivity = "positive",
transpose = FALSE
)
matrix
mat <- matrix(1:200, nrow = 10)
matr <- rankBasedMatrixSegmentation(mat, 0.9, basic = FALSE, positivity = "positive")