Random forests are a statistical learning method widely used in many areas of scientific research essentially for its ability to learn complex relationships between input and output variables and also its capacity to handle high-dimensional data. However, current random forests approaches are not flexible enough to handle longitudinal data, shapes and images. In this package, we introduce Fréchet trees and Fréchet random forests, which allow to manage data for which input and output can either curves, scalars, factors, shapes or images. To this end, a new way of splitting the nodes of trees is introduced and the prediction procedures of trees and forests are generalized.
Version: | 0.9 |
Depends: | R (≥ 3.6.0) |
Imports: | stats, kmlShape, foreach, doParallel, graphics, stringr, salso, RiemBase, geomorph, Evomorph, DescTools, parallel, pbapply |
Suggests: | testthat (≥ 2.1.0) |
Published: | 2020-06-18 |
Author: | Louis Capitaine [aut, cre] |
Maintainer: | Louis Capitaine <louis.capitaine at u-bordeaux.fr> |
License: | GPL-2 |
NeedsCompilation: | no |
CRAN checks: | FrechForest results |
Reference manual: | FrechForest.pdf |
Package source: | FrechForest_0.9.tar.gz |
Windows binaries: | r-devel: FrechForest_0.9.zip, r-release: FrechForest_0.9.zip, r-oldrel: FrechForest_0.9.zip |
macOS binaries: | r-release: FrechForest_0.9.tgz, r-oldrel: FrechForest_0.9.tgz |
Old sources: | FrechForest archive |
Please use the canonical form https://CRAN.R-project.org/package=FrechForest to link to this page.