项目作者: mkurdej

项目描述 :
Belief functions theory (Dempster-Shafer theory) implementation in C++
高级语言: C++
项目地址: git://github.com/mkurdej/bft.git
创建时间: 2014-08-08T09:14:31Z
项目社区:https://github.com/mkurdej/bft

开源协议:GNU Lesser General Public License v3.0

下载


BFT - Belief Functions Theory library

Master:
Windows: Windows Status
Linux & OS X: Linux & OS X Status
Coverage Status

Develop:
Windows: Windows Status
Linux & OS X: Linux & OS X Status
Coverage Status


Coverity Scan Build Status

Belief functions theory (Dempster-Shafer theory) implementation in C++

Dempster-Shafer theory implementation in a Boost-like fashion.

Features:

  • FRAME OF DISCERNMENT
    • type checking
    • cartesian product of frames (TODO)
  • MASS function and its equivalents
    • belief function
    • commonality function
    • plausibility function
  • TRANSFORMATION functions (to_*)
    • to_belief
    • to_commonality
    • to_mass
    • to_plausibility
  • NORMALIZATION
  • OPERATOR/RULE
    • conjunctive rule (normal | by commonality) (precise | random)
    • disjunctive
    • Dempster
    • adaptive (Dubois-Prade)
    • cautious (conjunctive) rule + bold (disjunctive) rule (Denoeux)
    • PCx5, others
  • DECOMPOSITION
  • DISCOUNTING
  • CONTEXTUAL DISCOUNTING