Class MaximumEntropyMachineShop
- java.lang.Object
-
- net.sf.tweety.logics.pcl.analysis.MaximumEntropyMachineShop
-
- All Implemented Interfaces:
net.sf.tweety.commons.BeliefBaseMachineShop
public class MaximumEntropyMachineShop extends Object implements net.sf.tweety.commons.BeliefBaseMachineShop
This consistency restorer uses the idea of the upper approximative distance minimization inconsistency measure to compute a ME-probability distribution and adjust the probabilities of the conditionals accordingly.- Author:
- Matthias Thimm
-
-
Method Detail
-
repair
public net.sf.tweety.commons.BeliefBase repair(net.sf.tweety.commons.BeliefBase beliefBase)
- Specified by:
repairin interfacenet.sf.tweety.commons.BeliefBaseMachineShop
-
main
public static void main(String[] args) throws FileNotFoundException, net.sf.tweety.commons.ParserException, IOException, net.sf.tweety.math.GeneralMathException
- Throws:
FileNotFoundExceptionnet.sf.tweety.commons.ParserExceptionIOExceptionnet.sf.tweety.math.GeneralMathException
-
-