Class MaxEntExample

java.lang.Object
org.tweetyproject.logics.pcl.examples.MaxEntExample

public class MaxEntExample extends Object
Implementation of example Grippe (flu) from lecture Commonsense Reasoning in summer term 2020, chapter 4, slide 204
Author:
Jonas Schumacher
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default Constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
    Main method that demonstrates MaxEnt reasoning on a probabilistic conditional logic belief set.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MaxEntExample

      public MaxEntExample()
      Default Constructor
  • Method Details

    • main

      public static void main(String[] args) throws ParserException, IOException
      Main method that demonstrates MaxEnt reasoning on a probabilistic conditional logic belief set.
      Parameters:
      args - Command line arguments (not used)
      Throws:
      ParserException - If an error occurs while parsing the probabilistic conditionals
      IOException - If an I/O error occurs while setting up the solver