View source: R/metric_delta_con.R
metric_dist_delta_con | R Documentation |
Computes the distance between two graphs using the DeltaCon method.
metric_dist_delta_con(adj1, adj2, .MAX_POWER = 10)
adj1 , adj2 |
the adjacency matrices |
.MAX_POWER |
maximum power for matrix inversion |
DeltaCon score between adj1 and adj2 (a scalar)
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.