Uses of Class
org.tweetyproject.logics.commons.analysis.InconsistencyMeasureResult
-
Packages that use InconsistencyMeasureResult Package Description org.tweetyproject.logics.commons.analysis -
-
Uses of InconsistencyMeasureResult in org.tweetyproject.logics.commons.analysis
Methods in org.tweetyproject.logics.commons.analysis that return InconsistencyMeasureResult Modifier and Type Method Description InconsistencyMeasureResultInconsistencyMeasureReport. getIthResult(java.lang.String measure, int i)Returns the result for the ith instance for the given measure.static InconsistencyMeasureResultInconsistencyMeasureResult. ok(double result)static InconsistencyMeasureResultInconsistencyMeasureResult. timeout()Constructor parameters in org.tweetyproject.logics.commons.analysis with type arguments of type InconsistencyMeasureResult Constructor Description InconsistencyMeasureReport(java.util.List<java.lang.String> measures, java.util.List<U> instances, java.util.List<java.lang.String> instances_names, java.util.Map<java.lang.String,java.util.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.
-