Class EvaluationInconsistencyListener

  • All Implemented Interfaces:
    EventListener, InconsistencyListener

    public class EvaluationInconsistencyListener
    extends Object
    implements InconsistencyListener
    An inconsistency listener that is apt for doing evaluations on the performance of an inconsistency measure. Stores runtime and further information in a csv file.
    Author:
    Matthias Thimm
    • Field Detail

      • INCDEFAULTVALUE

        public static double INCDEFAULTVALUE
      • TOLERANCE

        public static double TOLERANCE
    • Constructor Detail

      • EvaluationInconsistencyListener

        public EvaluationInconsistencyListener​(String file,
                                               int maxEvents)