h2o (version 3.30.1.2)

h2o.all: Given a set of logical vectors, are all of the values true?

Description

Given a set of logical vectors, are all of the values true?

Usage

h2o.all(x)

Arguments

x

An H2OFrame object.

See Also

all for the base R implementation.