h2o (version 3.10.3.6)

h2o.which: Which indices are TRUE?

Description

Give the TRUE indices of a logical object, allowing for array indices.

Usage

h2o.which(x)

Arguments

x
An H2OFrame object.

See Also

which for the base R method.

Examples

Run this code
h2o.init()
iris.hex <- as.h2o(iris)
h2o.which(iris.hex[,1]==4.4)

Run the code above in your browser using DataCamp Workspace