Description Usage Arguments Value Author(s) References See Also Examples
Computing the Random Walk Kernel matrix of network
1 | calc.diffusionKernelp(L, is.adjacency = TRUE, p = 3, a = 2)
|
L |
an adjacency matrix that represents the underlying biological network. |
is.adjacency |
using adjacency of graph or not |
p |
#(p) random walk step(s) of random walk kernel |
a |
constant value of random walk kernel |
R |
Return a Random Walk Kernel matrix of given network, L. |
Yupeng Cun yupeng.cun@gmail.com
Kondor, R. I., & Lafferty, J. (2002, July). Diffusion kernels on graphs and other discrete input spaces. In MACHINE LEARNING-INTERNATIONAL WORKSHOP THEN CONFERENCE- (pp. 315-322).
See Also as classify.stsvm
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.