Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
H2Oファイルを経由せずに行列をfromにロードする方法はありRますか?
H2O
R
つまり、
m = matrix(c(1,2,3,4), ncol=2) localH2O = h2o.init() write.table(m, "m.csv", row.names=FALSE, col.names=FALSE) h2o.importFile(localH2O, path="m.csv")