View source: R/summary_delta_con_similarity.R
summary_delta_con_similarity | R Documentation |
Computes the similarity matrix of an adjacency based on the DeltaCon method. Adapted from previous implementation by Baoxu(Dash) Shi, Data Sciense Group, University of Notre Dame
summary_delta_con_similarity(adj, degrees, .MAX_POWER = 10, debug = FALSE)
adj |
the adjacency matrix |
degrees |
the vector of node degrees |
.MAX_POWER |
maximum power for matrix inversion |
debug |
if TRUE, the function will gives you the time it spent on each step |
The similarity matrix S as described in the DeltaCon method
D. Koutra, J. T. Vogelstein, and C. Faloutsos: DeltaCon: A Principled Massive-Graph Similarity Function. SIAM 2013: 162-170.
D. Koutra, T. Ke, U. Kang, D. H. Chau, H. K. Pao, C. Faloutsos: Unifying Guilt-by-Association Approaches: Theorems and Fast Algorithms. ECML/PKDD (2) 2011: 245-260
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.