h2o (version 3.20.0.8)

length,H2OTree-method: Overrides the behavior of length() function on H2OTree class. Returns number of nodes in an H2OTree

Description

Overrides the behavior of length() function on H2OTree class. Returns number of nodes in an H2OTree

Usage

# S4 method for H2OTree
length(x)

Arguments

x

An H2OTree to count nodes for.