R/coclust.r
mcell_coclust_filt_by_k_deg.Rd
Return a filter (boolean vector) selecting only coclust edges that are nearly as frequent as a user defined K-nn parameter
mcell_coclust_filt_by_k_deg(coc_id, K, alpha)
coclust object id
the number of top-coclustering neighbors to consider per node
the relexation paramter to apply for filtering coclustering neighbors below the ttop K ones. A pair (n1,n2) with weight w will be filtered if knn(n1,K) > w*alpha or knn(n2,K) > w*alpha