CRAN

visTree 0.8.1

Visualization of Subgroups for Decision Trees

Released Nov 4, 2018 by Ashwini Venkatasubramaniam

This package can be loaded by Renjin but 2 out 3 tests failed.

Dependencies

partykit 1.2-2 colorspace 1.3-2 rpart 4.1-13

Provides a visualization for characterizing subgroups defined by a decision tree structure. The visualization simplifies the ability to interpret individual pathways to subgroups; each sub-plot describes the distribution of observations within individual terminal nodes and percentile ranges for the associated inner nodes.

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>visTree</artifactId>
    <version>0.8.1-b1</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:visTree')

Test Results

This package was last tested against Renjin 0.9.2706 on Nov 6, 2018.

Source

R

View GitHub Mirror

Release History