Uses of Class
org.tweetyproject.logics.commons.analysis.InconsistencyMeasureResult
-
Uses of InconsistencyMeasureResult in org.tweetyproject.logics.commons.analysis
Modifier and TypeMethodDescriptionInconsistencyMeasureReport.getIthResult
(String measure, int i) Returns the result for the ith instance for the given measure.static InconsistencyMeasureResult
InconsistencyMeasureResult.ok
(double result) static InconsistencyMeasureResult
InconsistencyMeasureResult.timeout()
ModifierConstructorDescriptionInconsistencyMeasureReport
(List<String> measures, List<U> instances, List<String> instances_names, Map<String, List<InconsistencyMeasureResult>> results) Creates a new InconsistencyMeasureReport with the given results, the given list of measures used and the given list of knowledge bases used.