powered by
which
which(x, arr.ind = FALSE, useNames = TRUE)
H2OParsedData
library(h2o) localH2O = h2o.init() hex <- as.h2o(localH2O, iris) which(hex[,5] == "setosa")
Run the code above in your browser using DataLab