Uses of Class
org.tweetyproject.logics.commons.analysis.InconsistencyMeasureResult
Packages that use InconsistencyMeasureResult
-
Uses of InconsistencyMeasureResult in org.tweetyproject.logics.commons.analysis
Methods 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 InconsistencyMeasureResult
InconsistencyMeasureResult.ok
(double result) static InconsistencyMeasureResult
InconsistencyMeasureResult.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.