Class ConvexAggregatingMeMachineShop
java.lang.Object
org.tweetyproject.logics.pcl.analysis.ConvexAggregatingMeMachineShop
- All Implemented Interfaces:
 BeliefBaseMachineShop
This consistency restorer determines the new probabilities of conditionals
 by computing the ME-distribution of each single conditional, then convex
 combining those yielding a distribution P, and extracting the new probabilities
 from P.
- Author:
 - Matthias Thimm
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionrepair(BeliefBase beliefBase) Repairs the given belief base, i.e. 
- 
Constructor Details
- 
ConvexAggregatingMeMachineShop
 
 - 
 - 
Method Details
- 
repair
Description copied from interface:BeliefBaseMachineShopRepairs the given belief base, i.e. restores consistency.- Specified by:
 repairin interfaceBeliefBaseMachineShop- Parameters:
 beliefBase- a possibly inconsistent belief base.- Returns:
 - a consistent belief base that is as close as possible to the given belief base. NOTE: if the given belief base is consistent this method is expected to return it unmodified.
 
 
 -