diffusr: Network Diffusion Algorithms

Implementation of network diffusion algorithms such as heat diffusion or Markov random walks. Network diffusion algorithms generally spread information in the form of node weights along the edges of a graph to other nodes. These weights can for example be interpreted as temperature, an initial amount of water, the activation of neurons in the brain, or the location of a random surfer in the internet. The information (node weights) is iteratively propagated to other nodes until a equilibrium state or stop criterion occurs.

Package details

AuthorSimon Dirmeier [aut, cre]
MaintainerSimon Dirmeier <simon.dirmeier@gmx.de>
LicenseGPL (>= 3)
Version0.1.4
URL https://github.com/dirmeier/diffusr
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("diffusr")

Try the diffusr package in your browser

Any scripts or data that you put into this service are public.

diffusr documentation built on May 2, 2019, 3:42 a.m.