Uses of Class
org.tweetyproject.logics.commons.analysis.InconsistencyMeasureResult
Packages that use InconsistencyMeasureResult
- 
Uses of InconsistencyMeasureResult in org.tweetyproject.logics.commons.analysisMethods in org.tweetyproject.logics.commons.analysis that return InconsistencyMeasureResultModifier and TypeMethodDescriptionInconsistencyMeasureReport.getIthResult(String measure, int i) Returns the result for the ith instance for the given measure.static InconsistencyMeasureResultInconsistencyMeasureResult.ok(double result) Creates anInconsistencyMeasureResultwith the given inconsistency value.static InconsistencyMeasureResultInconsistencyMeasureResult.timeout()Creates anInconsistencyMeasureResultindicating a timeout.Constructor parameters in org.tweetyproject.logics.commons.analysis with type arguments of type InconsistencyMeasureResultModifierConstructorDescriptionInconsistencyMeasureReport(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.