Class ConvexAggregatingMeMachineShop

  • All Implemented Interfaces:
    net.sf.tweety.commons.BeliefBaseMachineShop

    public class ConvexAggregatingMeMachineShop
    extends Object
    implements net.sf.tweety.commons.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 Detail

      • ConvexAggregatingMeMachineShop

        public ConvexAggregatingMeMachineShop()
    • Method Detail

      • repair

        public net.sf.tweety.commons.BeliefBase repair​(net.sf.tweety.commons.BeliefBase beliefBase)
        Specified by:
        repair in interface net.sf.tweety.commons.BeliefBaseMachineShop