CRAN

GENEAclassify 1.4.17

Segmentation and Classification of Accelerometer Data

Released May 14, 2019 by Charles Sweetland

This package can be loaded by Renjin but 1 out 31 tests failed. An older version of this package is more compatible with Renjin.

Dependencies

rpart 4.1-15 signal 0.7-6 GENEAread 2.0.6 changepoint 2.2.2 MASS 7.3-51.4

Segmentation and classification procedures for data from the 'Activinsights GENEActiv' accelerometer that provides the user with a model to guess behaviour from test data where behaviour is missing. Includes a step counting algorithm, a function to create segmented data with custom features and a function to use recursive partitioning provided in the function rpart() of the 'rpart' package to create classification models.

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>GENEAclassify</artifactId>
    <version>1.4.17-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:GENEAclassify')

Test Results

This package was last tested against Renjin 0.9.2726 on Jul 13, 2019.