Estimate labeling distribution for each vertex, based on provided labels using Random Walk
propagateLabelsDiffusion(
graph,
labels,
max.iters = 100,
diffusion.fading = 10,
diffusion.fading.const = 0.1,
tol = 0.025,
verbose = TRUE,
fixed.initial.labels = TRUE
)
input graph
vector of factor or character labels, named by cell names
maximal number of iterations (default=100)
numeric Absolute tolerance as a stopping criteria (default=0.025)
boolean Verbose mode (default=TRUE)
boolean Prohibit changes of initial labels during diffusion (default=TRUE)