View source: R/tree-functions.R
delete.gaps | R Documentation |
A small optimization that can be done after pruning that can speed up computations (it removes the gaps introduced by the pruning)
delete.gaps(C, ZL, leaf_list)
C |
A list of list representing the forest structure. See |
ZL |
A list of integer vectors representing the upper bounds |
leaf_list |
A list of vectors representing the atoms of the forest structure. See |
See pruning()
.
A list with two named elements.
C
The new C
after deleting the gaps.
ZL
The new ZL
after deleting the gaps.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.