Description Usage Arguments Value
Encode a list of classes to a onehot table.
1 | EncodeClassList(cls_list, nclass = NULL, value_offset = NULL)
|
cls_list |
a list of integer classes. |
nclass |
OPTIONAL, number of classes. |
value_offset |
OPTIONAL, a value to offset smaller than 1 values in cls_list. |
a onehot table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.