Description Usage Arguments Value Examples
Create a stochastically normalized matrix/vector
1 | normalize.stochastic(obj, ...)
|
obj |
matrix/vector that is stochstically normalized |
... |
additional params |
returns the normalized matrix/vector
1 2 | W <- matrix(abs(rnorm(10000)), 100, 100)
stoch.W <- normalize.stochastic(W)
|
normalizing column vectors!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.