Package: NetworkDistance 0.3.4

Kisung You
NetworkDistance: Distance Measures for Networks
Network is a prevalent form of data structure in many fields. As an object of analysis, many distance or metric measures have been proposed to define the concept of similarity between two networks. We provide a number of distance measures for networks. See Jurman et al (2011) <doi:10.3233/978-1-60750-692-8-227> for an overview on spectral class of inter-graph distance measures.
Authors:
NetworkDistance_0.3.4.tar.gz
NetworkDistance_0.3.4.tar.gz(r-4.5-noble)NetworkDistance_0.3.4.tar.gz(r-4.4-noble)
NetworkDistance_0.3.4.tgz(r-4.4-emscripten)NetworkDistance_0.3.4.tgz(r-4.3-emscripten)
NetworkDistance.pdf |NetworkDistance.html✨
NetworkDistance/json (API)
NEWS
# Install 'NetworkDistance' in R: |
install.packages('NetworkDistance', repos = 'https://cloud.r-project.org') |
- graph20 - 20 adjacency matrices from Erdős–Rényi models
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 4 years agofrom:76ac6589bc. Checks:1 OK, 2 WARNING. Indexed: no.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Mar 07 2025 |
R-4.5-linux-x86_64 | WARNING | Mar 07 2025 |
R-4.4-linux-x86_64 | WARNING | Mar 07 2025 |
Exports:nd.centralitynd.csdnd.dsdnd.eddnd.extremalnd.gddnd.graphonnd.hammingnd.himnd.momentsnd.nfdnd.wsd
Dependencies:clicodacodetoolscpp11doParallelfansiforeachgluegraphonigraphiteratorslatticelifecyclemagrittrMatrixnetworkpillarpkgconfigpracmarbibutilsRcppRcppArmadilloRcppEigenRdpackrlangROptSpaceRSpectrastatnet.commontibbleutf8vctrs
Citation
To cite package ‘NetworkDistance’ in publications use:
You K (2021). NetworkDistance: Distance Measures for Networks. R package version 0.3.4, https://CRAN.R-project.org/package=NetworkDistance.
Corresponding BibTeX entry:
@Manual{, title = {NetworkDistance: Distance Measures for Networks}, author = {Kisung You}, year = {2021}, note = {R package version 0.3.4}, url = {https://CRAN.R-project.org/package=NetworkDistance}, }
Readme and manuals
NetworkDistance
NetworkDistance package is a collection of inter-graph distance measures. Instead of graph distance that measures the degree of farness between nodes within a graph, we consider each network as an object and compute distance between those objects.
Installation
You can install the released version of NetworkDistance from CRAN with:
install.packages("NetworkDistance")
or the development version from github:
## install.packages("devtools")
## library(devtools)
devtools::install_github("kisungyou/NetworkDistance")
Currently Available Methods
We support following methds at this stage and the collection will be expanded continuously.
Function | Reference | Description |
---|---|---|
nd.centrality |
Roy et al. (2014) | Distance by Network Centrality Measures |
nd.csd |
Ipsen and Mikhailov (2002) | L2 Distance of Continuous Spectral Densities |
nd.dsd |
Wilson and Zhu (2008) | Discrete Spectral Distance |
nd.edd |
Edge Difference Distance | |
nd.extremal |
Jakobson and Rivin (2002) | Extremal Distance with Top-k Eigenvalues |
nd.gdd |
Hammond et al. (2013) | Graph Diffusion Distance |
nd.graphon |
Mukherjee et al. (2017) | Graphon Estimates Distance |
nd.hamming |
Hamming (1950) | Hamming Distance |
nd.him |
Jurman et al. (2015) | Hamming-Ipsen-Mikhailov (HIM) Distance |
nd.moments |
Mukherjee et al. (2017) | Log Moments Distanec |
nd.nfd |
Bao et al. (2018) | Network Flow Distance |
nd.wsd |
Fay et al. (2010) | Distance with Weighted Spectral Distribution |
Help Manual
Help page | Topics |
---|---|
20 adjacency matrices from Erdős–Rényi models | graph20 |
Centrality Distance | nd.centrality |
L_2 Distance of Continuous Spectral Densities | nd.csd |
Discrete Spectral Distance | nd.dsd |
Edge Difference Distance | nd.edd |
Extremal distance with top-k eigenvalues | nd.extremal |
Graph Diffusion Distance | nd.gdd |
Graphon Estimates Distance | nd.graphon |
Hamming Distance | nd.hamming |
HIM Distance | nd.him |
Log Moments Distance | nd.moments |
Network Flow Distance | nd.nfd |
Distance with Weighted Spectral Distribution | nd.wsd |
Distance Measures for Networks | NetworkDistance |