Description Usage Arguments Details Value Author(s)
Generate a sparse Markov matrix for momentum method to generate training data
1 | sparseMarkov(x, nn = ceiling(rowSums(x)), n = ncol(x) - 1)
|
x |
Square matrix representing proximity. Try using Gaussian kernel from maps. |
nn |
Default ceiling(rowSums(x)). Number of nearest neighbours. The default tries to ensure that highly connected nodes remain highly connected. |
n |
Number of cells with equal binding threshold. |
Generate a sparse Markov matrix for momentum method to generate training data
Returns normalised transition matrix.
Wajid Jawaid
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.