dirmeier / diffusr

Network diffusion algorithms in R.
GNU General Public License v3.0
21 stars 6 forks source link

Replace MRMR with analytical solution #8

Closed dirmeier closed 6 years ago

dirmeier commented 6 years ago

Just do

  ((1-restart) * solve(diag(nrow(T)) -  restart * T)) %*% p0

where T is column stochastic