Batchgetter for Categorical data
Converts a data frame of categorical data into a long tensor by converting the data to integers. No input checks are performed.
batchgetter_categ(data, ...)
data
: (data.table
)
data.table
to be converted to a tensor
.
...
: (any)
Unused.
Useful links