Function splittable
Synopsis
#include <include/thundergbm/tree.h>
HOST_DEVICE bool splittable() const
Description
No description yet.
Source
Lines 38-40 in include/thundergbm/tree.h.
HOST_DEVICE bool splittable() const {
return !is_leaf && is_valid;
}