setmetatable (train_set, { __index = function(t, i) return {t.data[i], t.label[i]} end }). Here we have some table named train_set.
確定! 回上一頁