normalize {text2vec} | R Documentation |
Matrix normalization
Description
normalize matrix rows using given norm
Usage
normalize(m, norm = c("l1", "l2", "none"))
Arguments
m |
|
norm |
|
Value
normalized matrix
See Also
[Package text2vec version 0.6.4 Index]