h2o.which | R Documentation |
Give the TRUE indices of a logical object, allowing for array indices.
h2o.which(x)
x |
An H2OFrame object. |
Returns an H2OFrame object.
which
for the base R method.
## Not run:
library(h2o)
h2o.init()
iris_hf <- as.h2o(iris)
h2o.which(iris_hf[, 1] == 4.4)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.