Converts the trees in an SDForest object from
class Node
(Glur 2023)
to class list
.
This makes it substantially easier to save the forest to disk.
# S3 method for class 'SDForest'
toList(object, ...)
an SDForest object with the trees in list format
Glur C (2023). “data.tree: General Purpose Hierarchical Data Structure.” https://CRAN.R-project.org/package=data.tree.