CRAN
dynaTree 1.2-10
Dynamic Trees for Learning and Design
Released Mar 15, 2017 by Robert B. Gramacy
Inference by sequential Monte Carlo for dynamic tree regression and classification models with hooks provided for sequential design and optimization, fully online learning with drift, variable selection, and sensitivity analysis of inputs. Illustrative examples from the original dynamic trees paper are facilitated by demos in the package; see demo(package="dynaTree").
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>dynaTree</artifactId> <version>1.2-10-b21</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:dynaTree')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.
- alcX.dynaTree-examples
- deletecloud-examples
- dynaTree-class-examples
- dynaTree-examples
- elec2-examples
- getBF-examples
- plot.dynaTree-examples
- predict.dynaTree-examples
- rejuvenate.dynaTree-examples
- relevance.dynaTree-examples
- retire.dynaTree-examples
- sens.dynaTree-examples
- update.dynaTree-examples
- varpropuse-examples