Converts a data frame of numeric data into a float tensor by calling as.matrix(). No input checks are performed
as.matrix()
batchgetter_num(data, device, ...)
data
(data.table()) data.table to be converted to a tensor.
data.table()
data.table
tensor
device
(character(1)) The device on which the tensor should be created.
character(1)
...
(any) Unused.