| nHot | R Documentation |
Make n hot vector.
nHot(x, len, out = "matrix")
x |
[ |
len |
[ |
out |
[ |
[matrix(1, len)] A one-row matrix with len columns with every
entry 0 except the columns specified by x which are 1.
nHot(c(1, 3), 5) nHot(c(1, 3), 5, out = "vector")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.