terminalFunction.Rd
Adds a boolean `terminal` column to the dataset indicating whether each node is terminal.
terminalFunction(data)
data | A data frame containing tree structure information with at least `treeNum`, `iteration`, and `depth` columns. |
---|
The modified data frame with an additional `terminal` column.