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).
- Host: GitHub
- URL: https://github.com/ignf/evidence4j
- Owner: IGNF
- License: gpl-3.0
- Created: 2015-03-04T15:40:12.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T12:27:32.000Z (over 1 year ago)
- Last Synced: 2025-03-27T14:47:44.389Z (11 months ago)
- Language: Java
- Size: 67.4 KB
- Stars: 5
- Watchers: 11
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
[](https://www.repostatus.org/#active)
[](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
```