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
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>
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.
- RescorlaWagner-examples
- acts2probs-examples
- anova.ndlClassify-examples
- crosstableStatistics-examples
- cueCoding-examples
- danks-examples
- estimateActivations-examples
- estimateWeights-examples
- estimateWeightsCompact-examples
- learn-examples
- learnLegacy-examples
- modelStatistics-examples
- ndlClassify-examples
- ndlCrossvalidate-examples
- ndlCuesOutcomes-examples
- ndlStatistics-examples
- numbers-examples
- orthoCoding-examples
- plot.RescorlaWagner-examples
- plurals-examples
- predict.ndlClassify-examples
- random.pseudoinverse-examples
- serbian-examples
- serbianLex-examples
- serbianUniLat-examples
- summary.ndlClassify-examples
- summary.ndlCrossvalidate-examples