# Module_Qt_EvidenceTheory **Repository Path**: iOceanPlus_Modules/Module_Qt_EvidenceTheory ## Basic Information - **Project Name**: Module_Qt_EvidenceTheory - **Description**: 使用Qt实现证据理论中的证据融合 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-02-11 - **Last Updated**: 2022-03-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #Module_Qt_EvidenceTheory 使用Qt实现经典的Dempster-Shafer融合。论域为一系列int32类型的ID以及Others。使用证据融合方法来不断更新每个ID的mass值。 ## 说明 两个特殊的ID: const int ELEMENT_ID_UNIVERSE=-2; const int ELEMENT_ID_OTHERSE=-3; ## 接口 ### 单元素证据融合 map中存储元素的mass值,元素为单元素及全集及Others static bool dsCombine(QMap &mapElementIDMass, QMap mapElementIDMassNew);