clusterTrees function

Cluster Trees by Variable

Cluster Trees by Variable

Reorders a list of tree structures based on the clustering of variables within each tree.

clusterTrees(tree_list)

Arguments

  • tree_list: A list of trees, where each tree is expected to have a 'var' column.

Returns

A list of trees reordered based on the clustering of variables.

  • Maintainer: Alan Inglis
  • License: GPL (>= 2)
  • Last published: 2024-07-24

Useful links