CRAN
ibelief 1.2
Belief Function Implementation
Released Jul 16, 2015 by Kuang Zhou
Some basic functions to implement belief functions including: transformation between belief functions using the method introduced by Philippe Smets (arXiv:1304.1122 [cs.AI]), evidence combination, evidence discounting, decision-making, and constructing masses. Currently, thirteen combination rules and five decision rules are supported. It can also be used to generate different types of random masses when working on belief combination and conflict management.
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>ibelief</artifactId> <version>1.2-b33</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:ibelief')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 1, 2018.