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.