mergeTrees: Aggregating Trees
Aggregates a set of trees with the same leaves to create a consensus tree. The trees are typically 
  obtained via hierarchical clustering, hence the hclust format is used to encode both the aggregated trees and the final 
  consensus tree. The method is exact and proven to be O(nqlog(n)), n being the individuals and q being the number of trees to aggregate.
| Version: | 
0.1.3 | 
| Imports: | 
Rcpp | 
| LinkingTo: | 
Rcpp | 
| Published: | 
2019-07-15 | 
| Author: | 
Audrey Hulot [aut, cre],
  Julien Chiquet  
    [aut],
  Guillem Rigaill [aut] | 
| Maintainer: | 
Audrey Hulot  <audrey.hulot at inra.fr> | 
| License: | 
GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] | 
| NeedsCompilation: | 
yes | 
| Materials: | 
README NEWS  | 
| CRAN checks: | 
mergeTrees results | 
Documentation:
Downloads:
Linking:
Please use the canonical form
https://CRAN.R-project.org/package=mergeTrees
to link to this page.