Rise_Rank: RISE rank matrix
Description
The rank function to calculate rank of elements of a matrix. Two possible
methods: the overall rank and the row-wise rank.
Usage
Rise_Rank(S, method = "overall")
Value
A numeric matrix representing the rank matrix
Arguments
- S
A numeric matrix representing the similarity matrix
- method
A character string indicating the ranking method to use
("overall" or "row")