tree_reconstruct: tree_reconstruct

Description Usage

View source: R/util_trees.R

Description

Reconstruct an RCpp tree object from a list of attributes. The attributes are respectively: number of x-particles (N); upper bound on total size of tree (M); dimension of each x-particle (dimx); 'number of time "insert" has been called (nsteps); vector of ancestor indices (a_star); vector of offspring counts (o_star); vector of particles (x_star); vector of leaf indices (l_star).

Usage

1
tree_reconstruct(tree_attributes_list)

pierrejacob/bayeshscore documentation built on May 25, 2019, 11:35 p.m.