CRAN/E | diffusr

diffusr

Network Diffusion Algorithms

Installation

About

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.

github.com/dirmeier/diffusr
System requirements C++11
Bug report File report

Key Metrics

Version 0.1.4
R ≥ 3.4
Published 2018-05-17 2163 days ago
Needs compilation? yes
License GPL (≥ 3)
CRAN checks diffusr results

Downloads

Yesterday 0
Last 7 days 1 -92%
Last 30 days 47 -25%
Last 90 days 241 -39%
Last 365 days 1.897 -47%

Maintainer

Maintainer

Simon Dirmeier

simon.dirmeier@gmx.de

Authors

Simon Dirmeier

aut / cre

Material

NEWS
Reference manual
Package source

Vignettes

The diffusr tutorial

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

diffusr archive

Depends

R ≥ 3.4

Imports

Rcpp
igraph
methods

Suggests

knitr
rmarkdown
testthat
lintr
Matrix

LinkingTo

Rcpp
RcppEigen