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

# S4 method for class 'H2OTree'
length(x)

Arguments

x

An H2OTree to count nodes for.