Displaying 1 result from an estimated 1 matches for "287789".
Did you mean:
27789
2004 Dec 06
4
tree class in R?
I am trying to store a couple numbers for each partition, in a subset of the
partitions
of my data set. Of course, one can accomplish this using a binary tree. (The
first split is on
inclusion/exclusion of the first object, and so on.) I can probably simulate
a tree using
vectors. (One vector gives the index of left child node, another the index of
the right child node.)
However, it