CRAN

ndl 0.2.17

Naive Discriminative Learning

Released Nov 18, 2015 by Tino Sering

This package can be loaded by Renjin but 17 out 27 tests failed.

Dependencies

Hmisc 4.0-3 MASS 7.3-47 Rcpp

Naive discriminative learning implements learning and classification models based on the Rescorla-Wagner equations and their equilibrium equations.

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>ndl</artifactId>
    <version>0.2.17-b46</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:ndl')

Test Results

This package was last tested against Renjin 0.8.2523 on Nov 12, 2017.