An open API service indexing awesome lists of open source software.

https://github.com/ignf/evidence4j

A Dempster-Shafer (D-S) engine based on eVidenZ, an efficient D-S engine developed in C++ by the LRDE (Epita Research and Development laboratory).
https://github.com/ignf/evidence4j

Last synced: 11 months ago
JSON representation

A Dempster-Shafer (D-S) engine based on eVidenZ, an efficient D-S engine developed in C++ by the LRDE (Epita Research and Development laboratory).

Awesome Lists containing this project

README

          

[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![Maven Central](https://img.shields.io/maven-central/v/fr.umr-lastig/evidence4j.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22fr.umr-lastig%22%20AND%20a:%22evidence4j%22)

# evidence4j
A **Dempster-Shafer** (D-S) engine based on **eVidenZ**, an efficient D-S engine developed in *C++* by the [LRDE (Epita Research and Development laboratory)](https://www.lrde.epita.fr).

**evidence4j** is a *java* library (as its name suggests).

For more information on **eVidenZ**, the original *C++* engine, refer to https://www.lrde.epita.fr/wiki/TheoEvidenz

## Using evidence4j with *Maven*

**! from version ≥ 1.2 Relocated → fr.umr-lastig » evidence4j**

To use *evidence4j* library, you can reference the artifact as a dependency in your project’s pom.xml, it is stored in Central Maven’s repository:

```xml

fr.umr-lastig
evidence4j
1.2

```