tree_parms | R Documentation |
Fit the hierarchical tree structure
tree_parms(y = y, h = 0.7)
y |
N by D matrix of response variables |
h |
is the tree cut off |
A trained tree with the following components: Tree: the tree matrix stored in 1s and 0s Tw: tree weights associated with the tree matrix. Each weight corresponds to a row in the tree matrix. h_clust: Summary of the hclust call y.colnames: names of the response
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.