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:Kisung You [aut, cre]

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')
Uses libs:
  • openblas– Optimized BLAS
  • c++– GNU Standard C++ Library v3
  • openmp– GCC OpenMP (GOMP) support library
Datasets:
  • graph20 - 20 adjacency matrices from Erdős–Rényi models

On CRAN:

Conda:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

openblascppopenmp

3.18 score 1 packages 331 downloads 12 exports 31 dependencies

Last updated 4 years agofrom:76ac6589bc. Checks:1 OK, 2 WARNING. Indexed: no.

TargetResultLatest binary
Doc / VignettesOKMar 07 2025
R-4.5-linux-x86_64WARNINGMar 07 2025
R-4.4-linux-x86_64WARNINGMar 07 2025

Exports:nd.centralitynd.csdnd.dsdnd.eddnd.extremalnd.gddnd.graphonnd.hammingnd.himnd.momentsnd.nfdnd.wsd

Dependencies:clicodacodetoolscpp11doParallelfansiforeachgluegraphonigraphiteratorslatticelifecyclemagrittrMatrixnetworkpillarpkgconfigpracmarbibutilsRcppRcppArmadilloRcppEigenRdpackrlangROptSpaceRSpectrastatnet.commontibbleutf8vctrs

Basic Usage of NetworkDistance Package

Rendered frombasics.Rmdusingknitr::rmarkdownon Mar 07 2025.

Last update: 2019-11-26
Started: 2019-11-26

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