| 919 | */ |
| 920 | template <class Container> |
| 921 | inline |
| 922 | uint64_t |
| 923 | DecisionTree<Container>::nodeCount(const Index node_index) const{ |
| 924 | return statCount(predictions.row(node_index)); |
| 925 | } |
| 926 | // ------------------------------------------------------------------------- |
| 927 | |
| 928 |