tgs_cor_graph | R Documentation |
wrapping tgs functions to compute balanced graph from a matrix
tgs_cor_graph(x, knn, k_expand, k_alpha, k_beta)
x |
matrix |
knn |
K parameter |
k_expand |
expansion parameter |
k_alpha |
used to threshold blanaced scores (k_alpha*K > rank_in*rank_out0 |
k_beta |
used to threshold in-degree on k_beta*K before final thresholding of out-degree by K |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.