Started by an SCM change Building in workspace /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace Cloning the remote Git repository Cloning repository git://github.com/AKSW/DL-Learner.git > git init /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace # timeout=10 Fetching upstream changes from git://github.com/AKSW/DL-Learner.git > git --version # timeout=10 > git -c core.askpass=true fetch --tags --progress git://github.com/AKSW/DL-Learner.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url git://github.com/AKSW/DL-Learner.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://github.com/AKSW/DL-Learner.git # timeout=10 Fetching upstream changes from git://github.com/AKSW/DL-Learner.git > git -c core.askpass=true fetch --tags --progress git://github.com/AKSW/DL-Learner.git +refs/heads/*:refs/remotes/origin/* > git rev-parse origin/tdt-learning^{commit} # timeout=10 Checking out Revision 2d978668a414d4367af775bada2188314d3870aa (origin/tdt-learning) > git config core.sparsecheckout # timeout=10 > git checkout -f 2d978668a414d4367af775bada2188314d3870aa First time build. Skipping changelog. Setting commit status on GitHub for https://github.com/AKSW/DL-Learner/commit/2d978668a414d4367af775bada2188314d3870aa [workspace] $ /bin/sh -xe /tmp/tomcat6-tomcat6-tmp/hudson5003635277131800263.sh + MASTER=develop + remote=origin + git rev-parse --abbrev-ref HEAD + current_branch=HEAD + merge_branch=HEAD-integration + git branch -D HEAD-integration error: branch 'HEAD-integration' not found. + true + git fetch -q origin refs/heads/develop + git checkout origin/develop Previous HEAD position was 2d97866... Bug fixing HEAD is now at ce5743e... Set->Collection in Helper + git checkout -b HEAD-integration Switched to a new branch 'HEAD-integration' + git clean -fdx + git merge --ff --no-edit --log --stat HEAD-integration Already up-to-date. Parsing POMs using global settings config with name MyGlobalSettings Replacing all maven server entries not found in credentials list is null Discovered a new module org.dllearner:dllearner-parent DL Learner Parent Pom Discovered a new module org.dllearner:components-core DL Learner Core Components Discovered a new module org.dllearner:components-ext components-ext Discovered a new module org.dllearner:interfaces dllearner-interfaces Discovered a new module org.dllearner:scripts Executable scripts Modules changed, recalculating dependency graph Established TCP socket on 50689 [workspace] $ java -cp /usr/share/tomcat6/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven32-agent-1.7.jar:/usr/share/maven3/boot/plexus-classworlds-2.5.1.jar:/usr/share/maven3/conf/logging jenkins.maven3.agent.Maven32Main /usr/share/maven3 /var/lib/tomcat6/webapps/jenkins/WEB-INF/lib/remoting-2.59.jar /usr/share/tomcat6/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven32-interceptor-1.7.jar /usr/share/tomcat6/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.7.jar 50689 <===[JENKINS REMOTING CAPACITY]===>channel started using global settings config with name MyGlobalSettings Replacing all maven server entries not found in credentials list is null Executing Maven: -B -f /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/pom.xml -gs /tmp/tomcat6-tomcat6-tmp/global-settings836742843578049626.xml -U -B -e clean install [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] DL Learner Parent Pom [INFO] DL Learner Core Components [INFO] components-ext [INFO] dllearner-interfaces [INFO] Executable scripts [INFO] [INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building DL Learner Parent Pom 1.3-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-changes-plugin/maven-metadata.xml [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-changes-plugin/maven-metadata.xml (765 B at 3.0 KB/sec) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dllearner-parent --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ dllearner-parent --- [INFO] Installing /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/pom.xml to /usr/share/tomcat6/.m2/repository/org/dllearner/dllearner-parent/1.3-SNAPSHOT/dllearner-parent-1.3-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building DL Learner Core Components 1.3-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ components-core --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ components-core --- [INFO] argLine set to "-javaagent:/usr/share/tomcat6/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/target/jacoco.exec" [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ components-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ components-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 527 source files to /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/target/classes [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/kb/aquisitors/RDFBlankNode.java:[60,24] as(java.lang.Class) in org.dllearner.kb.aquisitors.RDFBlankNode implements as(java.lang.Class) in com.hp.hpl.jena.rdf.model.RDFNode return type requires unchecked conversion from com.hp.hpl.jena.rdf.model.RDFNode to T [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/kb/aquisitors/RDFBlankNode.java:[62,36] unchecked method invocation: method as in interface com.hp.hpl.jena.rdf.model.RDFNode is applied to given types required: java.lang.Class found: java.lang.Class [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/kb/aquisitors/RDFBlankNode.java:[62,37] unchecked conversion required: java.lang.Class found: java.lang.Class [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/kb/aquisitors/RDFBlankNode.java:[68,39] unchecked method invocation: method canAs in interface com.hp.hpl.jena.rdf.model.RDFNode is applied to given types required: java.lang.Class found: java.lang.Class [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/kb/aquisitors/RDFBlankNode.java:[68,40] unchecked conversion required: java.lang.Class found: java.lang.Class [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/core/owl/AbstractHierarchy.java:[338,86] unchecked conversion required: org.dllearner.core.owl.AbstractHierarchy found: capture#1 of ? extends org.dllearner.core.owl.AbstractHierarchy [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/core/AbstractSearchTreeNode.java:[45,31] unchecked call to setParent(T) as a member of the raw type org.dllearner.core.AbstractSearchTreeNode [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/core/AbstractSearchTreeNode.java:[47,33] unchecked call to notifyTrees(java.util.Collection>) as a member of the raw type org.dllearner.core.AbstractSearchTreeNode [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/core/AbstractSearchTreeNode.java:[81,44] unchecked cast required: T found: org.dllearner.core.AbstractSearchTreeNode [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/core/AbstractSearchTreeNode.java:[87,47] unchecked cast required: T found: org.dllearner.core.AbstractSearchTreeNode [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/core/AbstractCELA.java:[144,40] unchecked conversion required: org.dllearner.core.AbstractClassExpressionLearningProblem found: org.dllearner.core.AbstractClassExpressionLearningProblem [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/core/AbstractCELA.java:[158,40] unchecked conversion required: org.dllearner.core.AbstractClassExpressionLearningProblem found: org.dllearner.core.AbstractClassExpressionLearningProblem [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/utilities/datastructures/AbstractSearchTree.java:[54,44] unchecked call to addChild(T) as a member of the raw type org.dllearner.core.AbstractSearchTreeNode [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/utilities/datastructures/AbstractSearchTree.java:[87,32] unchecked call to notifyTree(org.dllearner.utilities.datastructures.AbstractSearchTree) as a member of the raw type org.dllearner.core.AbstractSearchTreeNode [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/utilities/datastructures/AbstractSearchTree.java:[95,63] unchecked cast required: java.util.Collection found: java.util.Collection [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/utilities/datastructures/AbstractSearchTree.java:[108,71] unchecked cast required: java.util.Collection found: java.util.Collection [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/utilities/datastructures/SearchTreeNonWeak.java:[30,32] getChildren() in org.dllearner.core.AbstractSearchTreeNode implements getChildren() in org.dllearner.utilities.datastructures.SearchTreeNode return type requires unchecked conversion from java.util.Collection to java.util.Collection [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/utilities/datastructures/SearchTreeNonWeakPartialSet.java:[26,42] getChildren() in org.dllearner.core.AbstractSearchTreeNode implements getChildren() in org.dllearner.utilities.datastructures.SearchTreeNode return type requires unchecked conversion from java.util.Collection to java.util.Collection [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/learningproblems/EvaluatedDescriptionPosNeg.java:[83,50] unchecked conversion required: java.util.Set found: java.util.Set [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/learningproblems/EvaluatedDescriptionPosNeg.java:[91,50] unchecked conversion required: java.util.Set found: java.util.Set [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/learningproblems/EvaluatedDescriptionPosNeg.java:[99,53] unchecked conversion required: java.util.Set found: java.util.Set [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/learningproblems/EvaluatedDescriptionPosNeg.java:[107,53] unchecked conversion required: java.util.Set found: java.util.Set [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/learningproblems/EvaluatedDescriptionPosNeg.java:[122,68] unchecked method invocation: method getJSONArray in class org.dllearner.learningproblems.EvaluatedDescriptionPosNeg is applied to given types required: java.util.Set found: java.util.Set [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/learningproblems/EvaluatedDescriptionPosNeg.java:[122,95] unchecked conversion required: java.util.Set found: java.util.Set [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/learningproblems/EvaluatedDescriptionPosNeg.java:[123,68] unchecked method invocation: method getJSONArray in class org.dllearner.learningproblems.EvaluatedDescriptionPosNeg is applied to given types required: java.util.Set found: java.util.Set [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/learningproblems/EvaluatedDescriptionPosNeg.java:[123,95] unchecked conversion required: java.util.Set found: java.util.Set [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/learningproblems/EvaluatedDescriptionPosNeg.java:[124,71] unchecked method invocation: method getJSONArray in class org.dllearner.learningproblems.EvaluatedDescriptionPosNeg is applied to given types required: java.util.Set found: java.util.Set [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/learningproblems/EvaluatedDescriptionPosNeg.java:[124,101] unchecked conversion required: java.util.Set found: java.util.Set [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/learningproblems/EvaluatedDescriptionPosNeg.java:[125,71] unchecked method invocation: method getJSONArray in class org.dllearner.learningproblems.EvaluatedDescriptionPosNeg is applied to given types required: java.util.Set found: java.util.Set [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/learningproblems/EvaluatedDescriptionPosNeg.java:[125,101] unchecked conversion required: java.util.Set found: java.util.Set [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/core/AbstractReasonerComponent.java:[713,81] unchecked cast required: T found: java.lang.Number [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/core/AbstractReasonerComponent.java:[744,78] unchecked cast required: T found: java.lang.Integer [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/core/AbstractReasonerComponent.java:[757,71] unchecked cast required: T found: java.lang.Number [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/core/AbstractReasonerComponent.java:[1122,95] unchecked cast required: java.util.SortedSet found: java.util.SortedSet [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/core/AbstractReasonerComponent.java:[1124,97] unchecked cast required: java.util.SortedSet found: java.util.SortedSet [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/core/AbstractReasonerComponent.java:[1137,69] unchecked cast required: java.util.SortedSet found: java.util.SortedSet [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/core/AbstractReasonerComponent.java:[1139,69] unchecked cast required: java.util.SortedSet found: java.util.SortedSet [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/core/AbstractReasonerComponent.java:[1147,95] unchecked cast required: java.util.SortedSet found: java.util.SortedSet [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/core/AbstractReasonerComponent.java:[1149,97] unchecked cast required: java.util.SortedSet found: java.util.SortedSet [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/core/AbstractReasonerComponent.java:[1162,67] unchecked cast required: java.util.SortedSet found: java.util.SortedSet [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/core/AbstractReasonerComponent.java:[1164,67] unchecked cast required: java.util.SortedSet found: java.util.SortedSet [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/learningproblems/PosOnlyLP.java:[101,29] computeScore(org.semanticweb.owlapi.model.OWLClassExpression,double) in org.dllearner.learningproblems.PosOnlyLP overrides computeScore(V,double) in org.dllearner.core.AbstractLearningProblem return type requires unchecked conversion from org.dllearner.learningproblems.ScorePosOnly to org.dllearner.learningproblems.ScorePosOnly [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/learningproblems/PosOnlyLP.java:[119,24] unchecked call to ScorePosOnly(java.util.Set,java.util.Set,double,java.util.Set,double,double) as a member of the raw type org.dllearner.learningproblems.ScorePosOnly [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/learningproblems/PosOnlyLP.java:[293,37] evaluate(org.semanticweb.owlapi.model.OWLClassExpression,double) in org.dllearner.learningproblems.PosOnlyLP overrides evaluate(V,double) in org.dllearner.core.AbstractLearningProblem return type requires unchecked conversion from org.dllearner.core.EvaluatedDescription to org.dllearner.core.EvaluatedDescription> [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/utilities/ReasoningUtils.java:[95,64] Possible heap pollution from parameterized vararg type java.util.Collection [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/utilities/ReasoningUtils.java:[101,35] unchecked method invocation: method getCoverage in class org.dllearner.utilities.ReasoningUtils is applied to given types required: org.semanticweb.owlapi.model.OWLClassExpression,java.util.Set[] found: org.semanticweb.owlapi.model.OWLClassExpression,java.util.Set[] [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/utilities/ReasoningUtils.java:[101,45] unchecked conversion required: java.util.Set[] found: java.util.Set[] [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/utilities/ReasoningUtils.java:[172,74] Possible heap pollution from parameterized vararg type java.util.Collection [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/utilities/ReasoningUtils.java:[178,40] unchecked method invocation: method getCoverageCount in class org.dllearner.utilities.ReasoningUtils is applied to given types required: org.semanticweb.owlapi.model.OWLClassExpression,java.util.Set[] found: org.semanticweb.owlapi.model.OWLClassExpression,java.util.Set[] [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/utilities/ReasoningUtils.java:[178,50] unchecked conversion required: java.util.Set[] found: java.util.Set[] [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/utilities/ReasoningUtils.java:[319,67] unchecked generic array creation for varargs parameter of type java.util.Collection[] [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/utilities/ReasoningUtils.java:[357,52] unchecked conversion required: java.util.Set found: java.util.Set [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/algorithms/qtl/datastructures/impl/QueryTreeImpl.java:[1037,60] unchecked cast required: org.dllearner.algorithms.qtl.datastructures.impl.QueryTreeImpl found: java.lang.Object [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/algorithms/qtl/datastructures/impl/EvaluatedRDFResourceTree.java:[168,39] unchecked call to EvaluatedDescription(org.semanticweb.owlapi.model.OWLClassExpression,S) as a member of the raw type org.dllearner.core.EvaluatedDescription [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/algorithms/qtl/datastructures/impl/EvaluatedRDFResourceTree.java:[168,39] unchecked conversion required: org.dllearner.core.EvaluatedDescription found: org.dllearner.core.EvaluatedDescription [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/algorithms/qtl/datastructures/impl/GenericTree.java:[101,29] unchecked cast required: V found: org.dllearner.algorithms.qtl.datastructures.impl.GenericTree [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/algorithms/qtl/datastructures/impl/GenericTree.java:[117,29] unchecked cast required: V found: org.dllearner.algorithms.qtl.datastructures.impl.GenericTree [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/algorithms/qtl/datastructures/impl/RDFResourceTree.java:[475,96] unchecked cast required: java.util.List found: java.lang.Object [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/refinementoperators/ELDown.java:[321,70] unchecked cast required: java.util.Set found: java.util.SortedSet [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/refinementoperators/ELDown.java:[336,100] unchecked cast required: java.util.Set found: java.util.SortedSet [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/refinementoperators/ELDown.java:[417,78] unchecked cast required: java.util.Set found: java.util.SortedSet [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/refinementoperators/ELDown.java:[432,106] unchecked cast required: java.util.Set found: java.util.SortedSet [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/core/AbstractAxiomLearningAlgorithm.java:[673,74] unchecked cast required: J found: capture#6 of ? extends java.lang.Object [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/core/AbstractAxiomLearningAlgorithm.java:[685,78] unchecked cast required: J found: capture#7 of ? extends java.util.Collection [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/algorithms/pattern/OWLClassExpressionRenamer.java:[129,28] unchecked cast required: T found: org.semanticweb.owlapi.model.OWLObject [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/parser/PrologParser.java:[134,80] unchecked method invocation: constructor in class org.dllearner.prolog.Atom is applied to given types required: java.lang.String,java.util.ArrayList found: java.lang.String,java.util.ArrayList [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/parser/PrologParser.java:[134,122] unchecked conversion required: java.util.ArrayList found: java.util.ArrayList [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/parser/PrologParser.java:[199,86] unchecked method invocation: constructor in class org.dllearner.prolog.Function is applied to given types required: java.lang.String,java.util.ArrayList found: java.lang.String,java.util.ArrayList [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/parser/PrologParser.java:[199,129] unchecked conversion required: java.util.ArrayList found: java.util.ArrayList [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/parser/PrologParser.java:[256,29] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/parser/PrologParser.java:[269,29] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/parser/PrologParser.java:[311,49] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/parser/PrologParser.java:[315,86] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/parser/PrologParser.java:[317,60] unchecked method invocation: method compose in class org.dllearner.prolog.List is applied to given types required: java.util.ArrayList found: java.util.ArrayList [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/parser/PrologParser.java:[317,61] unchecked conversion required: java.util.ArrayList found: java.util.ArrayList [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/learningproblems/PosNegLPStandard.java:[89,28] computeScore(org.semanticweb.owlapi.model.OWLClassExpression,double) in org.dllearner.learningproblems.PosNegLPStandard overrides computeScore(V,double) in org.dllearner.core.AbstractLearningProblem return type requires unchecked conversion from org.dllearner.learningproblems.ScorePosNeg to org.dllearner.learningproblems.ScorePosNeg [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/learningproblems/PosNegLPStandard.java:[97,24] unchecked call to ScoreTwoValued(int,double,java.util.Set,java.util.Set,java.util.Set,java.util.Set,double) as a member of the raw type org.dllearner.learningproblems.ScoreTwoValued [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/learningproblems/PosNegLPStandard.java:[114,37] evaluate(org.semanticweb.owlapi.model.OWLClassExpression,double) in org.dllearner.learningproblems.PosNegLPStandard overrides evaluate(V,double) in org.dllearner.core.AbstractLearningProblem return type requires unchecked conversion from org.dllearner.core.EvaluatedDescription to org.dllearner.core.EvaluatedDescription> [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/learningproblems/PosNegUndLP.java:[39,8] computeScore(org.semanticweb.owlapi.model.OWLClassExpression,double) in org.dllearner.learningproblems.PosNegLPStandard overrides computeScore(V,double) in org.dllearner.core.AbstractLearningProblem return type requires unchecked conversion from org.dllearner.learningproblems.ScorePosNeg to org.dllearner.learningproblems.ScorePosNeg [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/learningproblems/PosNegUndLP.java:[101,28] computeScore(org.semanticweb.owlapi.model.OWLClassExpression) in org.dllearner.learningproblems.PosNegUndLP overrides computeScore(V) in org.dllearner.core.AbstractLearningProblem return type requires unchecked conversion from org.dllearner.learningproblems.ScorePosNeg to org.dllearner.learningproblems.ScorePosNeg [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/learningproblems/PosNegUndLP.java:[107,37] evaluate(org.semanticweb.owlapi.model.OWLClassExpression) in org.dllearner.learningproblems.PosNegUndLP overrides evaluate(V) in org.dllearner.core.AbstractLearningProblem return type requires unchecked conversion from org.dllearner.core.EvaluatedDescription to org.dllearner.core.EvaluatedDescription> [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/utilities/owl/SimpleOWLEntityChecker.java:[115,60] unchecked cast required: java.util.Set found: java.util.Set [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/utilities/datastructures/DescriptionSubsumptionTree.java:[88,29] unchecked method invocation: constructor in class org.dllearner.utilities.datastructures.DescriptionSubsumptionTree.Node is applied to given types required: org.dllearner.core.EvaluatedDescription,boolean found: org.dllearner.core.EvaluatedDescription,boolean [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/utilities/datastructures/DescriptionSubsumptionTree.java:[88,30] unchecked conversion required: org.dllearner.core.EvaluatedDescription found: org.dllearner.core.EvaluatedDescription [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/algorithms/schema/AbstractSchemaGenerator.java:[63,118] unchecked generic array creation for varargs parameter of type org.semanticweb.owlapi.model.EntityType[] [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/algorithms/schema/AbstractSchemaGenerator.java:[158,57] unchecked cast required: T found: org.semanticweb.owlapi.model.OWLEntity [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/algorithms/schema/AbstractSchemaGenerator.java:[186,44] unchecked call to setEntityToDescribe(E) as a member of the raw type org.dllearner.core.AbstractAxiomLearningAlgorithm [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/algorithms/schema/AbstractSchemaGenerator.java:[199,32] unchecked method invocation: constructor in class java.util.TreeSet is applied to given types required: java.util.Collection found: java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/algorithms/schema/AbstractSchemaGenerator.java:[199,76] unchecked conversion required: java.util.Collection found: java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/algorithms/schema/AbstractSchemaGenerator.java:[199,32] unchecked conversion required: java.util.Set found: java.util.TreeSet [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/utilities/TreeUtils.java:[35,62] unchecked method invocation: method getRefinementChainString in class org.dllearner.utilities.TreeUtils is applied to given types required: org.dllearner.core.AbstractSearchTreeNode found: capture#9 of ? extends org.dllearner.core.AbstractSearchTreeNode [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/utilities/TreeUtils.java:[35,77] unchecked conversion required: org.dllearner.core.AbstractSearchTreeNode found: capture#9 of ? extends org.dllearner.core.AbstractSearchTreeNode [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/utilities/TreeUtils.java:[52,65] unchecked method invocation: method toTreeString in class org.dllearner.utilities.TreeUtils is applied to given types required: org.dllearner.core.AbstractSearchTreeNode,int found: org.dllearner.core.AbstractSearchTreeNode,int [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/utilities/TreeUtils.java:[52,66] unchecked conversion required: org.dllearner.core.AbstractSearchTreeNode found: org.dllearner.core.AbstractSearchTreeNode [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/algorithms/qtl/operations/lgg/EvaluatedQueryTree.java:[171,39] unchecked call to EvaluatedDescription(org.semanticweb.owlapi.model.OWLClassExpression,S) as a member of the raw type org.dllearner.core.EvaluatedDescription [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/algorithms/qtl/operations/lgg/EvaluatedQueryTree.java:[177,24] unchecked call to EvaluatedDescription(org.semanticweb.owlapi.model.OWLClassExpression,S) as a member of the raw type org.dllearner.core.EvaluatedDescription [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/utilities/split/AbstractNumericValuesSplitter.java:[66,50] unchecked cast required: T found: java.lang.Integer [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/utilities/split/AbstractNumericValuesSplitter.java:[68,48] unchecked cast required: T found: java.lang.Short [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/utilities/split/AbstractNumericValuesSplitter.java:[70,47] unchecked cast required: T found: java.lang.Byte [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/utilities/split/AbstractNumericValuesSplitter.java:[72,47] unchecked cast required: T found: java.lang.Long [INFO] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/main/java/org/dllearner/utilities/split/AbstractNumericValuesSplitter.java: Some input files additionally use unchecked or unsafe operations. [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ components-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 22 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ components-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 88 source files to /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/target/test-classes [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/test/java/org/dllearner/algorithms/qtl/QTLTest.java:[94,35] unchecked generic array creation for varargs parameter of type com.hp.hpl.jena.util.iterator.Filter[] [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/test/java/org/dllearner/algorithms/qtl/operations/LGGTest.java:[193,77] unchecked cast required: com.hp.hpl.jena.util.iterator.Filter[] found: com.hp.hpl.jena.util.iterator.Filter[] [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/test/java/org/dllearner/algorithms/qtl/experiments/SPARQLLearningProblemsGenerator.java:[179,22] unchecked method invocation: constructor in class java.util.concurrent.ThreadPoolExecutor is applied to given types required: int,int,long,java.util.concurrent.TimeUnit,java.util.concurrent.BlockingQueue found: int,int,long,java.util.concurrent.TimeUnit,java.util.concurrent.BlockingQueue [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/test/java/org/dllearner/algorithms/qtl/experiments/SPARQLLearningProblemsGenerator.java:[179,75] unchecked conversion required: java.util.concurrent.BlockingQueue found: java.util.concurrent.BlockingQueue [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/test/java/org/dllearner/algorithms/qtl/experiments/SPARQLLearningProblemsGenerator.java:[183,38] newTaskFor(java.util.concurrent.Callable) in org.dllearner.algorithms.qtl.experiments.SPARQLLearningProblemsGenerator.CustomFutureReturningExecutor overrides newTaskFor(java.util.concurrent.Callable) in java.util.concurrent.AbstractExecutorService return type requires unchecked conversion from java.util.concurrent.RunnableFuture to java.util.concurrent.RunnableFuture [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/test/java/org/dllearner/algorithms/qtl/experiments/SPARQLLearningProblemsGenerator.java:[187,44] unchecked method invocation: method newTaskFor in class java.util.concurrent.AbstractExecutorService is applied to given types required: java.util.concurrent.Callable found: java.util.concurrent.Callable [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/test/java/org/dllearner/algorithms/qtl/experiments/SPARQLLearningProblemsGenerator.java:[187,45] unchecked conversion required: java.util.concurrent.Callable found: java.util.concurrent.Callable [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/test/java/org/dllearner/algorithms/qtl/qald/QALDExperiment.java:[158,56] unchecked generic array creation for varargs parameter of type com.hp.hpl.jena.util.iterator.Filter[] [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/test/java/org/dllearner/algorithms/qtl/qald/QALDExperiment.java:[838,51] unchecked conversion required: java.util.List found: java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/src/test/java/org/dllearner/algorithms/schema/SchemaGeneratorTest.java:[58,93] unchecked generic array creation for varargs parameter of type org.semanticweb.owlapi.model.AxiomType[] [INFO] [INFO] --- maven-surefire-plugin:2.19:test (default-test) @ components-core --- [INFO] Surefire report directory: /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.dllearner.algorithms.schema.RDFSSchemaGeneratorTest generating RDFS schema... Started learning of SubClassOf axioms for class http://dl-learner.org/test/A... ...finished learning of SubClassOf axioms for class http://dl-learner.org/test/A in 331ms. Found 1 axiom candidates. Best axiom candidate is SubClassOf( )(0.6428571428571429) Started learning of SubClassOf axioms for class http://dl-learner.org/test/B... ...finished learning of SubClassOf axioms for class http://dl-learner.org/test/B in 21ms. Found 1 axiom candidates. Best axiom candidate is SubClassOf( )(0.7951254352571828) Started learning of SubClassOf axioms for class http://dl-learner.org/test/A... ...finished learning of SubClassOf axioms for class http://dl-learner.org/test/A in 58ms. Found 1 axiom candidates. Best axiom candidate is SubClassOf( )(0.8369199146723117) Started learning of SubClassOf axioms for class http://dl-learner.org/test/B... ...finished learning of SubClassOf axioms for class http://dl-learner.org/test/B in 25ms. Found 1 axiom candidates. Best axiom candidate is SubClassOf( )(0.8369199146723117) generated schema: SubClassOf( ) SubClassOf( ) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.384 sec - in org.dllearner.algorithms.schema.RDFSSchemaGeneratorTest Running org.dllearner.algorithms.schema.SchemaGeneratorTest Started learning of ObjectPropertyRange axioms for object property http://dl-learner.org/data/p... ...finished learning of ObjectPropertyRange axioms for object property http://dl-learner.org/data/p in 1428ms. Found 3 axiom candidates. Best axiom candidate is ⊤ ⊑ ∀ p.C(0.9976249519966877) Started learning of ObjectPropertyDomain axioms for object property http://dl-learner.org/data/p... ...finished learning of ObjectPropertyDomain axioms for object property http://dl-learner.org/data/p in 518ms. Found 3 axiom candidates. Best axiom candidate is ∃ p.⊤ ⊑ B(0.9976249519966877) Started learning of ObjectPropertyRange axioms for object property http://dl-learner.org/data/p... ...finished learning of ObjectPropertyRange axioms for object property http://dl-learner.org/data/p in 408ms. Found 3 axiom candidates. Best axiom candidate is ⊤ ⊑ ∀ p.C(0.9988097617080804) Started learning of ObjectPropertyDomain axioms for object property http://dl-learner.org/data/p... ...finished learning of ObjectPropertyDomain axioms for object property http://dl-learner.org/data/p in 353ms. Found 3 axiom candidates. Best axiom candidate is ∃ p.⊤ ⊑ A(0.9988097617080804) Started learning of ObjectPropertyRange axioms for object property http://dl-learner.org/data/p... ...finished learning of ObjectPropertyRange axioms for object property http://dl-learner.org/data/p in 472ms. Found 3 axiom candidates. Best axiom candidate is ⊤ ⊑ ∀ p.C(0.666444740346205) Started learning of ObjectPropertyDomain axioms for object property http://dl-learner.org/data/p... ...finished learning of ObjectPropertyDomain axioms for object property http://dl-learner.org/data/p in 217ms. Found 3 axiom candidates. Best axiom candidate is ∃ p.⊤ ⊑ C(0.666444740346205) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.704 sec - in org.dllearner.algorithms.schema.SchemaGeneratorTest Running org.dllearner.algorithms.pattern.OWLAxiomRenamerTest A ⊑ B->A ⊑ B B ⊑ C->A ⊑ B A ⊑ B ⊓ (∃ r.C)->A ⊑ B ⊓ (∃ p.C) A ⊑ C ⊓ (∃ s.B)->A ⊑ B ⊓ (∃ p.C) A ⊑ B ⊓ (∃ r.(A ⊔ B))->A ⊑ B ⊓ (∃ p.(A ⊔ B)) A ⊑ B ⊓ (∃ s.(A ⊔ B))->A ⊑ B ⊓ (∃ p.(A ⊔ B)) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.dllearner.algorithms.pattern.OWLAxiomRenamerTest Running org.dllearner.algorithms.qtl.heuristics.QueryTreeEditDistanceTest TREE [

---> ?

---> ] TREE [

--->

---> ] TREE [

---> ?

---> ? ] d(t1,t2) = 0.14310084364067377 d(t1,t3) = 0.15415067982725827 d(t2,t3) = 0.22314355131420993 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec - in org.dllearner.algorithms.qtl.heuristics.QueryTreeEditDistanceTest Running org.dllearner.algorithms.qtl.operations.TreePruningTest [73ca04c568a14633f80281e7a698a4e7, http://www.w3.org/2000/01/rdf-schema#subClassOf, 2f2ea06e08d46c597f3982479da57954] [http://test.org/b, http://test.org/p2, "lit"] [http://test.org/b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://test.org/B] [http://test.org/b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://test.org/A] [http://test.org/t3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, b86925861da441fbaff760dce98d026a] [http://test.org/t3, http://test.org/p, http://test.org/c] [7b1651750874024b332b30f1da1aced8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://test.org/C] [http://test.org/c, http://test.org/p, 04eaff55d4864ced3a5c0d164e94645a] [http://test.org/c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://test.org/D] [http://test.org/c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, 04eaff55d4864ced3a5c0d164e94645a] [http://test.org/c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://test.org/A] [04eaff55d4864ced3a5c0d164e94645a, http://test.org/p1, 353ce2f9d96d470e0cb5a172c691c735] [http://test.org/a, http://test.org/p2, 593d429464a3f49795a72d4d87aa1ed7] [http://test.org/a, http://test.org/p2, 66d743ac635eb00455fbc0876e928a86] [http://test.org/a, http://test.org/p2, 7b1651750874024b332b30f1da1aced8] [http://test.org/a, http://test.org/p1, http://test.org/b] [http://test.org/t2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, 73ca04c568a14633f80281e7a698a4e7] [http://test.org/t2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, b86925861da441fbaff760dce98d026a] [http://test.org/t2, http://test.org/p, http://test.org/c] [66d743ac635eb00455fbc0876e928a86, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://test.org/C] TREE [ ---> ---> "lit" rdf:type ---> rdf:type ---> ---> ? ---> ? rdf:type ---> ---> ? rdf:type ---> ] TREE [ ---> ---> "lit" rdf:type ---> rdf:type ---> ---> ? rdf:type ---> ] TREE [ ---> ---> ? ---> ? rdf:type ---> ? ---> ? rdf:type ---> rdf:type ---> rdf:type ---> ? rdfs:subClassOf ---> ? rdf:type ---> ? ] TREE [ ---> ---> ? ---> ? rdf:type ---> ? ---> ? rdf:type ---> rdf:type ---> ] TREE [ ---> ---> ? ---> ? rdf:type ---> ? ---> ? rdf:type ---> rdf:type ---> rdf:type ---> ? ] TREE [ ---> rdf:type ---> rdf:type ---> ] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec - in org.dllearner.algorithms.qtl.operations.TreePruningTest Running org.dllearner.algorithms.qtl.operations.LCSTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.dllearner.algorithms.qtl.operations.LCSTest Running org.dllearner.algorithms.qtl.operations.LGGTest [http://test.org/a2, http://test.org/s, http://test.org/A] [http://test.org/a5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://test.org/A] [http://test.org/a3, http://test.org/r, http://test.org/C] [http://test.org/a6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://test.org/B] [http://test.org/C, http://test.org/p, http://test.org/E] [http://test.org/a1, http://test.org/r, http://test.org/A] [http://test.org/r, http://www.w3.org/2000/01/rdf-schema#subPropertyOf, http://test.org/s] [lgg5_6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://test.org/B] [lgg3_4, http://test.org/r, 83323493d07c1b4499bf447c3ead821c] [lgg1_2, http://test.org/r, http://test.org/A] [http://test.org/A, http://www.w3.org/2000/01/rdf-schema#subClassOf, http://test.org/B] [83323493d07c1b4499bf447c3ead821c, http://test.org/p, f05625650e1cc00890784f4455b8a3f7] [http://test.org/a4, http://test.org/s, http://test.org/D] [http://test.org/D, http://test.org/p, http://test.org/F] Operation took 194ms Tree 1 TREE [ rdf:type ---> rdfs:subClassOf ---> ] Tree 2 TREE [ rdf:type ---> ] LGG_simple(T1,T2) TREE [ ? ] Target LGG TREE [ ? rdf:type ---> ] Preparing object property subsumption hierarchy ... ... done in 23ms LGG_RDFS(T1,T2) TREE [ ? rdf:type ---> ] Tree 1 TREE [ ---> rdfs:subClassOf ---> ] Tree 2 TREE [ ---> rdfs:subClassOf ---> ] LGG_simple(T1,T2) TREE [ ? ] Target LGG TREE [ ? ---> rdfs:subClassOf ---> ] LGG_RDFS(T1,T2) TREE [ ? ---> rdfs:subClassOf ---> ] Tree 3 TREE [ ---> rdfs:subClassOf ---> ] Tree 4 TREE [ ---> rdfs:subClassOf ---> ] Target LGG TREE [ ? ---> ? ---> ? ] LGG_RDFS(T3,T4) TREE [ ? ---> ? ---> ? ] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.401 sec - in org.dllearner.algorithms.qtl.operations.LGGTest Running org.dllearner.algorithms.qtl.operations.SubsumptionTest [http://test.org/t3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, 639ca8fe5ba276fbc2532f9d9745dbfb] [2cecba5a91981fbdf83b6743159d3219, http://test.org/p2, http://test.org/b] [639ca8fe5ba276fbc2532f9d9745dbfb, http://www.w3.org/2000/01/rdf-schema#subClassOf, http://test.org/B] [a2, http://test.org/p1, 2cecba5a91981fbdf83b6743159d3219] [http://test.org/t1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://test.org/A] [7faa326c0c6813f97e9cefd58cffddae, http://www.w3.org/2000/01/rdf-schema#subClassOf, http://test.org/A] [66724f7874453d4b5a1ce682ea9c0ffb, http://www.w3.org/2000/01/rdf-schema#subClassOf, http://test.org/A] [http://test.org/t4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, c2fbedc674a378265b026569f905b614] [c2fbedc674a378265b026569f905b614, http://www.w3.org/2000/01/rdf-schema#subClassOf, 66724f7874453d4b5a1ce682ea9c0ffb] [http://test.org/A, http://www.w3.org/2000/01/rdf-schema#subClassOf, http://test.org/B] [http://test.org/t2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, 7faa326c0c6813f97e9cefd58cffddae] [a1, http://test.org/p1, 83ef2dd3bd0514e2024be2faa119006a] TREE [ rdf:type ---> rdfs:subClassOf ---> ] TREE [ rdf:type ---> ? rdfs:subClassOf ---> rdfs:subClassOf ---> ] TREE [ rdf:type ---> ? rdfs:subClassOf ---> ] TREE [ rdf:type ---> ? rdfs:subClassOf ---> ? rdfs:subClassOf ---> ] TREE [ ? ---> ? ] TREE [ ? ---> ? ---> ] TREE [ ? ---> ? ] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec - in org.dllearner.algorithms.qtl.operations.SubsumptionTest Running org.dllearner.algorithms.qtl.QTLTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.dllearner.algorithms.qtl.QTLTest Running org.dllearner.algorithms.qtl.TreeSubsumptionTest ?(0) --- r --- ?(0) --- s --- ?(0) --- t --- ?(0) --- u --- A(0) ?(0) --- r --- ?(0) --- s --- ?(0) --- t --- ?(0) --- u --- ?(0) Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.433 sec - in org.dllearner.algorithms.qtl.TreeSubsumptionTest Running org.dllearner.core.AnnComponentManagerTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.678 sec - in org.dllearner.core.AnnComponentManagerTest Running org.dllearner.learningproblems.ClassAsInstanceLearningProblemTest Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.737 sec - in org.dllearner.learningproblems.ClassAsInstanceLearningProblemTest Running org.dllearner.kb.OWLAPIOntologyTest http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl dumping remaining triples done dumping remaining triples Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.348 sec - in org.dllearner.kb.OWLAPIOntologyTest Running org.dllearner.kb.sparql.SparqlKnowledgeSourceTest http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl dumping remaining triples done dumping remaining triples http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl dumping remaining triples done dumping remaining triples Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec - in org.dllearner.kb.sparql.SparqlKnowledgeSourceTest Running org.dllearner.test.PunningTest http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl dumping remaining triples done dumping remaining triples Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) Materializing TBox... ...TBox materialised in 17 ms. Classes: [Werkstoff, Schubkarre, Auto, Bahn, Moped, Fahrzeug, Tram, Gummireifen, Transporthilfe, Fahrrad] Individuals: [HEIDENAU_K36, MIFA23#3456, CLIPSO90MG#4567, BRIDGESTONE_XYZ, Gummireifen, PNEUMANT_4711, DEMA_ABC23, S51#2345, Fahrrad, Moped, Auto, SIEMENS425#567, TATRAT3#678, TRABANT601#1234, Schubkarre, GUMMI] Fahrzeug [MIFA23#3456, S51#2345, SIEMENS425#567, TATRAT3#678, TRABANT601#1234] Fahrzeug ⊓ (∃ relatedTo.⊤) [MIFA23#3456, S51#2345, TRABANT601#1234] Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.⊤)) [MIFA23#3456, S51#2345, TRABANT601#1234] ############### Refinements: Auto ⊓ (∃ relatedTo.(∃ bereifung.⊤)) -1.0 Bahn ⊓ (∃ relatedTo.(∃ bereifung.⊤)) -1.0 Fahrrad ⊓ (∃ relatedTo.(∃ bereifung.⊤)) -1.0 Fahrzeug ⊓ Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.⊤)) 1.0 Fahrzeug ⊓ Gummireifen ⊓ (∃ relatedTo.(∃ bereifung.⊤)) -1.0 Fahrzeug ⊓ Transporthilfe ⊓ (∃ relatedTo.(∃ bereifung.⊤)) -1.0 Fahrzeug ⊓ Werkstoff ⊓ (∃ relatedTo.(∃ bereifung.⊤)) -1.0 Fahrzeug ⊓ (Fahrzeug ⊔ Fahrzeug) ⊓ (∃ relatedTo.(∃ bereifung.⊤)) 1.0 Fahrzeug ⊓ (Fahrzeug ⊔ Gummireifen) ⊓ (∃ relatedTo.(∃ bereifung.⊤)) 1.0 Fahrzeug ⊓ (Fahrzeug ⊔ Transporthilfe) ⊓ (∃ relatedTo.(∃ bereifung.⊤)) 1.0 Fahrzeug ⊓ (Fahrzeug ⊔ Werkstoff) ⊓ (∃ relatedTo.(∃ bereifung.⊤)) 1.0 Fahrzeug ⊓ (Gummireifen ⊔ Gummireifen) ⊓ (∃ relatedTo.(∃ bereifung.⊤)) -1.0 Fahrzeug ⊓ (Gummireifen ⊔ Transporthilfe) ⊓ (∃ relatedTo.(∃ bereifung.⊤)) -1.0 Fahrzeug ⊓ (Gummireifen ⊔ Werkstoff) ⊓ (∃ relatedTo.(∃ bereifung.⊤)) -1.0 Fahrzeug ⊓ (Transporthilfe ⊔ Transporthilfe) ⊓ (∃ relatedTo.(∃ bereifung.⊤)) -1.0 Fahrzeug ⊓ (Transporthilfe ⊔ Werkstoff) ⊓ (∃ relatedTo.(∃ bereifung.⊤)) -1.0 Fahrzeug ⊓ (Werkstoff ⊔ Werkstoff) ⊓ (∃ relatedTo.(∃ bereifung.⊤)) -1.0 Fahrzeug ⊓ (∃ relatedTo.⊤) ⊓ (∃ relatedTo.(∃ bereifung.⊤)) 1.0 Fahrzeug ⊓ (∃ relatedTo.(Fahrzeug ⊓ (∃ bereifung.⊤))) -1.0 Fahrzeug ⊓ (∃ relatedTo.(Gummireifen ⊓ (∃ bereifung.⊤))) -1.0 Fahrzeug ⊓ (∃ relatedTo.(Transporthilfe ⊓ (∃ bereifung.⊤))) -1.0 Fahrzeug ⊓ (∃ relatedTo.(Werkstoff ⊓ (∃ bereifung.⊤))) -1.0 Fahrzeug ⊓ (∃ relatedTo.((Fahrzeug ⊔ Fahrzeug) ⊓ (∃ bereifung.⊤))) -1.0 Fahrzeug ⊓ (∃ relatedTo.((Fahrzeug ⊔ Gummireifen) ⊓ (∃ bereifung.⊤))) -1.0 Fahrzeug ⊓ (∃ relatedTo.((Fahrzeug ⊔ Transporthilfe) ⊓ (∃ bereifung.⊤))) -1.0 Fahrzeug ⊓ (∃ relatedTo.((Fahrzeug ⊔ Werkstoff) ⊓ (∃ bereifung.⊤))) -1.0 Fahrzeug ⊓ (∃ relatedTo.((Gummireifen ⊔ Gummireifen) ⊓ (∃ bereifung.⊤))) -1.0 Fahrzeug ⊓ (∃ relatedTo.((Gummireifen ⊔ Transporthilfe) ⊓ (∃ bereifung.⊤))) -1.0 Fahrzeug ⊓ (∃ relatedTo.((Gummireifen ⊔ Werkstoff) ⊓ (∃ bereifung.⊤))) -1.0 Fahrzeug ⊓ (∃ relatedTo.((Transporthilfe ⊔ Transporthilfe) ⊓ (∃ bereifung.⊤))) -1.0 Fahrzeug ⊓ (∃ relatedTo.((Transporthilfe ⊔ Werkstoff) ⊓ (∃ bereifung.⊤))) -1.0 Fahrzeug ⊓ (∃ relatedTo.((Werkstoff ⊔ Werkstoff) ⊓ (∃ bereifung.⊤))) -1.0 Fahrzeug ⊓ (∃ relatedTo.((∃ relatedTo.⊤) ⊓ (∃ bereifung.⊤))) -1.0 Fahrzeug ⊓ (∃ relatedTo.((∃ bereifung.⊤) ⊓ (∃ bereifung.⊤))) 1.0 Fahrzeug ⊓ (∃ relatedTo.((∃ bereifung.⊤) ⊓ (∃ bestehtAus.⊤))) -1.0 Fahrzeug ⊓ (∃ relatedTo.((∃ bereifung.⊤) ⊓ (∀ bereifung.⊤))) 1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.Fahrzeug)) -1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.Gummireifen)) 1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.Transporthilfe)) -1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.Werkstoff)) -1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.⊤)) ⊓ (∃ bereifung.⊤) -1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.⊤)) ⊓ (∃ bestehtAus.⊤) -1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.⊤)) ⊓ (∀ relatedTo.⊤) -1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Fahrzeug ⊔ Fahrzeug))) -1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Fahrzeug ⊔ Fahrzeug ⊔ Fahrzeug))) -1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Fahrzeug ⊔ Fahrzeug ⊔ Gummireifen))) 1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Fahrzeug ⊔ Fahrzeug ⊔ Transporthilfe))) -1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Fahrzeug ⊔ Fahrzeug ⊔ Werkstoff))) -1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Fahrzeug ⊔ Gummireifen))) 1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Fahrzeug ⊔ Gummireifen ⊔ Gummireifen))) 1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Fahrzeug ⊔ Gummireifen ⊔ Transporthilfe))) 1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Fahrzeug ⊔ Gummireifen ⊔ Werkstoff))) 1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Fahrzeug ⊔ Transporthilfe))) -1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Fahrzeug ⊔ Transporthilfe ⊔ Transporthilfe))) -1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Fahrzeug ⊔ Transporthilfe ⊔ Werkstoff))) -1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Fahrzeug ⊔ Werkstoff))) -1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Fahrzeug ⊔ Werkstoff ⊔ Werkstoff))) -1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Fahrzeug ⊔ (∃ relatedTo.⊤)))) 1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Fahrzeug ⊔ (∃ bereifung.⊤)))) -1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Fahrzeug ⊔ (∃ bestehtAus.⊤)))) -1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Fahrzeug ⊔ (∀ relatedTo.⊤)))) -1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Fahrzeug ⊔ (∀ bereifung.⊤)))) 1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Fahrzeug ⊔ (∀ bestehtAus.⊤)))) 1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Gummireifen ⊔ Gummireifen))) 1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Gummireifen ⊔ Gummireifen ⊔ Gummireifen))) 1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Gummireifen ⊔ Gummireifen ⊔ Transporthilfe))) 1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Gummireifen ⊔ Gummireifen ⊔ Werkstoff))) 1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Gummireifen ⊔ Transporthilfe))) 1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Gummireifen ⊔ Transporthilfe ⊔ Transporthilfe))) 1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Gummireifen ⊔ Transporthilfe ⊔ Werkstoff))) 1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Gummireifen ⊔ Werkstoff))) 1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Gummireifen ⊔ Werkstoff ⊔ Werkstoff))) 1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Gummireifen ⊔ (∃ relatedTo.⊤)))) 1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Gummireifen ⊔ (∃ bereifung.⊤)))) 1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Gummireifen ⊔ (∃ bestehtAus.⊤)))) 1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Gummireifen ⊔ (∀ relatedTo.⊤)))) 1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Gummireifen ⊔ (∀ bereifung.⊤)))) 1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Gummireifen ⊔ (∀ bestehtAus.⊤)))) 1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Transporthilfe ⊔ Transporthilfe))) -1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Transporthilfe ⊔ Transporthilfe ⊔ Transporthilfe))) -1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Transporthilfe ⊔ Transporthilfe ⊔ Werkstoff))) -1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Transporthilfe ⊔ Werkstoff))) -1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Transporthilfe ⊔ Werkstoff ⊔ Werkstoff))) -1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Transporthilfe ⊔ (∃ relatedTo.⊤)))) 1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Transporthilfe ⊔ (∃ bereifung.⊤)))) -1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Transporthilfe ⊔ (∃ bestehtAus.⊤)))) -1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Transporthilfe ⊔ (∀ relatedTo.⊤)))) -1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Transporthilfe ⊔ (∀ bereifung.⊤)))) 1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Transporthilfe ⊔ (∀ bestehtAus.⊤)))) 1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Werkstoff ⊔ Werkstoff))) -1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Werkstoff ⊔ Werkstoff ⊔ Werkstoff))) -1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Werkstoff ⊔ (∃ relatedTo.⊤)))) 1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Werkstoff ⊔ (∃ bereifung.⊤)))) -1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Werkstoff ⊔ (∃ bestehtAus.⊤)))) -1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Werkstoff ⊔ (∀ relatedTo.⊤)))) -1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Werkstoff ⊔ (∀ bereifung.⊤)))) 1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(Werkstoff ⊔ (∀ bestehtAus.⊤)))) 1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(∃ relatedTo.⊤))) 1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(∃ bereifung.⊤))) -1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(∃ bestehtAus.⊤))) -1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(∀ relatedTo.⊤))) -1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(∀ bereifung.⊤))) 1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(∀ bestehtAus.⊤))) 1.0 Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(≤ 1 relatedTo.⊤))) 1.0 Fahrzeug ⊓ (≥ 2 relatedTo.(∃ bereifung.⊤)) -1.0 Moped ⊓ (∃ relatedTo.(∃ bereifung.⊤)) -1.0 Tram ⊓ (∃ relatedTo.(∃ bereifung.⊤)) -1.0 ############### Fahrzeug ⊓ (∃ relatedTo.(∃ bereifung.(∃ relatedTo.⊤))) [MIFA23#3456, S51#2345, TRABANT601#1234] http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl dumping remaining triples done dumping remaining triples Entities that are class and individual: [http://ex.org/Auto, http://ex.org/Gummireifen, http://ex.org/Schubkarre, http://ex.org/Fahrrad, http://ex.org/Moped] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.885 sec - in org.dllearner.test.PunningTest Running org.dllearner.test.junit.RefinementOperatorTest http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl dumping remaining triples done dumping remaining triples Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) Compound ⊓ Compound Compound ⊓ (¬Alcohol) Compound ⊓ (¬Alkyl_halide) Compound ⊓ (¬Amine) Compound ⊓ (¬Amino) Compound ⊓ (¬Ar_halide) Compound ⊓ (¬Arsenic-101) Compound ⊓ (¬Barium-115) Compound ⊓ (¬Bond-1) Compound ⊓ (¬Bond-2) Compound ⊓ (¬Bond-3) Compound ⊓ (¬Bond-7) Compound ⊓ (¬Bromine-94) Compound ⊓ (¬Calcium-84) Compound ⊓ (¬Carbon-10) Compound ⊓ (¬Carbon-14) Compound ⊓ (¬Carbon-15) Compound ⊓ (¬Carbon-16) Compound ⊓ (¬Carbon-17) Compound ⊓ (¬Carbon-19) Compound ⊓ (¬Carbon-191) Compound ⊓ (¬Carbon-192) Compound ⊓ (¬Carbon-193) Compound ⊓ (¬Carbon-21) Compound ⊓ (¬Carbon-22) Compound ⊓ (¬Carbon-232) Compound ⊓ (¬Carbon-26) Compound ⊓ (¬Carbon-27) Compound ⊓ (¬Carbon-29) Compound ⊓ (¬Chlorine-93) Compound ⊓ (¬Compound) Compound ⊓ (¬Copper-96) Compound ⊓ (¬Cyanate) Compound ⊓ (¬Di10) Compound ⊓ (¬Di227) Compound ⊓ (¬Di23) Compound ⊓ (¬Di232) Compound ⊓ (¬Di260) Compound ⊓ (¬Di281) Compound ⊓ (¬Di48) Compound ⊓ (¬Di51) Compound ⊓ (¬Di64) Compound ⊓ (¬Di66) Compound ⊓ (¬Di67a) Compound ⊓ (¬Di8) Compound ⊓ (¬Ester) Compound ⊓ (¬Ether) Compound ⊓ (¬Ethoxy) Compound ⊓ (¬Five_ring) Compound ⊓ (¬Fluorine-92) Compound ⊓ (¬Gallium) Compound ⊓ (¬Halide10) Compound ⊓ (¬Hydrogen-1) Compound ⊓ (¬Hydrogen-2) Compound ⊓ (¬Hydrogen-3) Compound ⊓ (¬Hydrogen-8) Compound ⊓ (¬Imine) Compound ⊓ (¬Iodine-95) Compound ⊓ (¬Ketone) Compound ⊓ (¬Krypton-83) Compound ⊓ (¬Lead-121) Compound ⊓ (¬Manganese-85) Compound ⊓ (¬Mercury-120) Compound ⊓ (¬Methanol) Compound ⊓ (¬Methoxy) Compound ⊓ (¬Methyl) Compound ⊓ (¬Molybdenum) Compound ⊓ (¬Nitro) Compound ⊓ (¬Nitrogen-31) Compound ⊓ (¬Nitrogen-32) Compound ⊓ (¬Nitrogen-33) Compound ⊓ (¬Nitrogen-34) Compound ⊓ (¬Nitrogen-35) Compound ⊓ (¬Nitrogen-36) Compound ⊓ (¬Nitrogen-37) Compound ⊓ (¬Nitrogen-38) Compound ⊓ (¬Nitrogen-499) Compound ⊓ (¬Non_ar_5c_ring) Compound ⊓ (¬Non_ar_6c_ring) Compound ⊓ (¬Non_ar_hetero_5_ring) Compound ⊓ (¬Non_ar_hetero_6_ring) Compound ⊓ (¬Oxygen-40) Compound ⊓ (¬Oxygen-41) Compound ⊓ (¬Oxygen-42) Compound ⊓ (¬Oxygen-45) Compound ⊓ (¬Oxygen-49) Compound ⊓ (¬Oxygen-50) Compound ⊓ (¬Oxygen-51) Compound ⊓ (¬Oxygen-52) Compound ⊓ (¬Oxygen-53) Compound ⊓ (¬Phenol) Compound ⊓ (¬Phosphorus-60) Compound ⊓ (¬Phosphorus-61) Compound ⊓ (¬Phosphorus-62) Compound ⊓ (¬Ring_size_4) Compound ⊓ (¬Selenium-102) Compound ⊓ (¬Six_ring) Compound ⊓ (¬Sodium-81) Compound ⊓ (¬Sulfide) Compound ⊓ (¬Sulfo) Compound ⊓ (¬Sulfur-70) Compound ⊓ (¬Sulfur-72) Compound ⊓ (¬Sulfur-74) Compound ⊓ (¬Sulfur-75) Compound ⊓ (¬Sulfur-76) Compound ⊓ (¬Sulfur-77) Compound ⊓ (¬Sulfur-78) Compound ⊓ (¬Sulfur-79) Compound ⊓ (¬Tellurium-129) Compound ⊓ (¬Tin-113) Compound ⊓ (¬Titanium-134) Compound ⊓ (¬Vanadium) Compound ⊓ (¬Zinc-87) Compound ⊓ (∃ amesTestPositive.({false})) Compound ⊓ (∃ amesTestPositive.({true})) Compound ⊓ (∃ chromaberr.({false})) Compound ⊓ (∃ chromaberr.({true})) Compound ⊓ (∃ chromex.({false})) Compound ⊓ (∃ chromex.({true})) Compound ⊓ (∃ cytogen_ca.({false})) Compound ⊓ (∃ cytogen_ca.({true})) Compound ⊓ (∃ cytogen_sce.({false})) Compound ⊓ (∃ cytogen_sce.({true})) Compound ⊓ (∃ drosophila_rt.({false})) Compound ⊓ (∃ drosophila_rt.({true})) Compound ⊓ (∃ drosophila_slrl.({false})) Compound ⊓ (∃ drosophila_slrl.({true})) Compound ⊓ (∃ isMutagenic.({false})) Compound ⊓ (∃ isMutagenic.({true})) Compound ⊓ (∃ micronuc_f.({false})) Compound ⊓ (∃ micronuc_f.({true})) Compound ⊓ (∃ micronuc_m.({false})) Compound ⊓ (∃ micronuc_m.({true})) Compound ⊓ (∃ mouse_lymph.({false})) Compound ⊓ (∃ mouse_lymph.({true})) Compound ⊓ (∃ salmonella.({false})) Compound ⊓ (∃ salmonella.({true})) Compound ⊓ (∃ salmonella_n.({false})) Compound ⊓ (∃ salmonella_n.({true})) Compound ⊓ (∃ salmonella_reduc.({false})) Compound ⊓ (∃ salmonella_reduc.({true})) Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) limo car ⊓ (∃ hasOwner.man) limo ⊓ (∃ hasOwner.person) ∃ hasOwner.man http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl dumping remaining triples done dumping remaining triples Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl dumping remaining triples done dumping remaining triples Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) male ⊓ male male ⊓ (female ⊔ female) male ⊓ (female ⊔ male) male ⊓ (male ⊔ male) male ⊓ (¬female) male ⊓ (¬male) male ⊓ (∃ hasChild.⊤) male ⊓ (∀ hasChild.⊤) topObjectProperty hasChild http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl dumping remaining triples done dumping remaining triples Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl dumping remaining triples done dumping remaining triples Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) Connection ⊓ EPC ⊓ (∃ hasModelElements.Object) EPC ⊓ Model ⊓ (∃ hasModelElements.Object) EPC ⊓ Object ⊓ (∃ hasModelElements.Object) EPC ⊓ (Connection ⊔ Connection) ⊓ (∃ hasModelElements.Object) EPC ⊓ (Connection ⊔ Model) ⊓ (∃ hasModelElements.Object) EPC ⊓ (Connection ⊔ Object) ⊓ (∃ hasModelElements.Object) EPC ⊓ (Connection ⊔ (¬AND)) ⊓ (∃ hasModelElements.Object) EPC ⊓ (Connection ⊔ (¬Connection)) ⊓ (∃ hasModelElements.Object) EPC ⊓ (Connection ⊔ (¬EPC_RS002)) ⊓ (∃ hasModelElements.Object) EPC ⊓ (Connection ⊔ (¬EPC_RS004)) ⊓ (∃ hasModelElements.Object) EPC ⊓ (Connection ⊔ (¬Event)) ⊓ (∃ hasModelElements.Object) EPC ⊓ (Connection ⊔ (¬Function)) ⊓ (∃ hasModelElements.Object) EPC ⊓ (Connection ⊔ (¬OR)) ⊓ (∃ hasModelElements.Object) EPC ⊓ (Connection ⊔ (¬XOR)) ⊓ (∃ hasModelElements.Object) EPC ⊓ (Model ⊔ Model) ⊓ (∃ hasModelElements.Object) EPC ⊓ (Model ⊔ Object) ⊓ (∃ hasModelElements.Object) EPC ⊓ (Model ⊔ (¬AND)) ⊓ (∃ hasModelElements.Object) EPC ⊓ (Model ⊔ (¬Connection)) ⊓ (∃ hasModelElements.Object) EPC ⊓ (Model ⊔ (¬EPC_RS002)) ⊓ (∃ hasModelElements.Object) EPC ⊓ (Model ⊔ (¬EPC_RS004)) ⊓ (∃ hasModelElements.Object) EPC ⊓ (Model ⊔ (¬Event)) ⊓ (∃ hasModelElements.Object) EPC ⊓ (Model ⊔ (¬Function)) ⊓ (∃ hasModelElements.Object) EPC ⊓ (Model ⊔ (¬OR)) ⊓ (∃ hasModelElements.Object) EPC ⊓ (Model ⊔ (¬XOR)) ⊓ (∃ hasModelElements.Object) EPC ⊓ (Object ⊔ Object) ⊓ (∃ hasModelElements.Object) EPC ⊓ (Object ⊔ (¬AND)) ⊓ (∃ hasModelElements.Object) EPC ⊓ (Object ⊔ (¬Connection)) ⊓ (∃ hasModelElements.Object) EPC ⊓ (Object ⊔ (¬EPC_RS002)) ⊓ (∃ hasModelElements.Object) EPC ⊓ (Object ⊔ (¬EPC_RS004)) ⊓ (∃ hasModelElements.Object) EPC ⊓ (Object ⊔ (¬Event)) ⊓ (∃ hasModelElements.Object) EPC ⊓ (Object ⊔ (¬Function)) ⊓ (∃ hasModelElements.Object) EPC ⊓ (Object ⊔ (¬OR)) ⊓ (∃ hasModelElements.Object) EPC ⊓ (Object ⊔ (¬XOR)) ⊓ (∃ hasModelElements.Object) EPC ⊓ (¬AND) ⊓ (∃ hasModelElements.Object) EPC ⊓ (¬Connection) ⊓ (∃ hasModelElements.Object) EPC ⊓ (¬EPC_RS002) ⊓ (∃ hasModelElements.Object) EPC ⊓ (¬EPC_RS004) ⊓ (∃ hasModelElements.Object) EPC ⊓ (¬Event) ⊓ (∃ hasModelElements.Object) EPC ⊓ (¬Function) ⊓ (∃ hasModelElements.Object) EPC ⊓ (¬OR) ⊓ (∃ hasModelElements.Object) EPC ⊓ (¬XOR) ⊓ (∃ hasModelElements.Object) EPC ⊓ (∃ hasModelElements.Event) EPC ⊓ (∃ hasModelElements.Function) EPC ⊓ (∃ hasModelElements.Object) ⊓ (∃ hasModelElements.⊤) EPC ⊓ (∃ hasModelElements.Object) ⊓ (∃ nextObject.⊤) EPC ⊓ (∃ hasModelElements.Object) ⊓ (∃ previousObjects.⊤) EPC ⊓ (∃ hasModelElements.Object) ⊓ (∃ sourceObject.⊤) EPC ⊓ (∃ hasModelElements.Object) ⊓ (∃ targetObject.⊤) EPC ⊓ (∃ hasModelElements.Object) ⊓ (∀ hasModelElements.⊤) EPC ⊓ (∃ hasModelElements.Object) ⊓ (≤ 4 hasModelElements.⊤) EPC ⊓ (∃ hasModelElements.Object) ⊓ (≤ 4 nextObject.⊤) EPC ⊓ (∃ hasModelElements.Object) ⊓ (≤ 4 previousObjects.⊤) EPC ⊓ (∃ hasModelElements.Object) ⊓ (≤ 0 sourceObject.⊤) EPC ⊓ (∃ hasModelElements.Object) ⊓ (≤ 0 targetObject.⊤) EPC ⊓ (∃ hasModelElements.Rule) EPC ⊓ (∃ hasModelElements.(Object ⊓ Object)) EPC ⊓ (∃ hasModelElements.(Object ⊓ (Connection ⊔ Connection))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (Connection ⊔ Model))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (Connection ⊔ Object))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (Connection ⊔ (¬AND)))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (Connection ⊔ (¬Connection)))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (Connection ⊔ (¬EPC_RS002)))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (Connection ⊔ (¬EPC_RS004)))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (Connection ⊔ (¬Event)))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (Connection ⊔ (¬Function)))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (Connection ⊔ (¬OR)))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (Connection ⊔ (¬XOR)))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (Model ⊔ Model))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (Model ⊔ Object))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (Model ⊔ (¬AND)))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (Model ⊔ (¬Connection)))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (Model ⊔ (¬EPC_RS002)))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (Model ⊔ (¬EPC_RS004)))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (Model ⊔ (¬Event)))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (Model ⊔ (¬Function)))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (Model ⊔ (¬OR)))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (Model ⊔ (¬XOR)))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (Object ⊔ Object))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (Object ⊔ (¬AND)))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (Object ⊔ (¬Connection)))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (Object ⊔ (¬EPC_RS002)))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (Object ⊔ (¬EPC_RS004)))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (Object ⊔ (¬Event)))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (Object ⊔ (¬Function)))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (Object ⊔ (¬OR)))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (Object ⊔ (¬XOR)))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (¬AND))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (¬Connection))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (¬EPC_RS002))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (¬EPC_RS004))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (¬Event))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (¬Function))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (¬OR))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (¬XOR))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (∃ hasModelElements.⊤))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (∃ nextObject.⊤))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (∃ previousObjects.⊤))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (∃ sourceObject.⊤))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (∃ targetObject.⊤))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (≤ 4 hasModelElements.⊤))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (≤ 4 nextObject.⊤))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (≤ 4 previousObjects.⊤))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (≤ 0 sourceObject.⊤))) EPC ⊓ (∃ hasModelElements.(Object ⊓ (≤ 0 targetObject.⊤))) EPC ⊓ (≥ 2 hasModelElements.Object) EPC_RS002 ⊓ (∃ hasModelElements.Object) EPC_RS004 ⊓ (∃ hasModelElements.Object) http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl dumping remaining triples done dumping remaining triples Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) UNIT TEST INCOMPLETE AFTER FRAMEWORK CHANGE, BECAUSE CLASS HIERARCHY IS NOT PASSED TO REFINEMENT OPERATOR ∃ hasPiece.(∃ hasLowerRankThan.(BKing ⊓ WRook)) ∃ hasPiece.(∃ hasLowerRankThan.(WKing ⊓ WRook)) ∃ hasPiece.(∃ hasLowerRankThan.(WRook ⊓ WRook)) ∃ hasPiece.(∃ hasLowerRankThan.(WRook ⊓ (¬BKing))) ∃ hasPiece.(∃ hasLowerRankThan.(WRook ⊓ (¬WKing))) ∃ hasPiece.(∃ hasLowerRankThan.(WRook ⊓ (¬WRook))) ∃ hasPiece.(≥ 2 hasLowerRankThan.(WRook ⊓ ⊤)) ≥ 2 hasPiece.(∃ hasLowerRankThan.(WRook ⊓ ⊤)) Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) car ⊓ (∃ hasOwner.man) car ⊓ (∃ hasOwner.woman) limo ⊓ (∃ hasOwner.person) suv ⊓ (∃ hasOwner.person) http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl dumping remaining triples done dumping remaining triples Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl dumping remaining triples done dumping remaining triples Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) (¬Requirement) ⊔ (∀ isCreatedBy.(¬Creditor)) (¬AbstractRequirement) ⊔ (∀ isCreatedBy.(¬Creditor)) (¬Requirement) ⊔ (∀ isCreatedBy.(¬Stakeholder)) http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl dumping remaining triples done dumping remaining triples Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl dumping remaining triples done dumping remaining triples Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) female male person ⊓ person person ⊓ (City ⊔ City) person ⊓ (City ⊔ person) person ⊓ (person ⊔ person) person ⊓ (¬City) person ⊓ (¬fatherBornInLeipzig) person ⊓ (¬female) person ⊓ (∃ birthPlaceOf.⊤) person ⊓ (∃ isChildOf.⊤) Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.026 sec - in org.dllearner.test.junit.RefinementOperatorTest Running org.dllearner.test.junit.ReasonerTest http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl Notice: root element does not have an xml:base. Relative IRIs will be resolved against file:/usr/share/tomcat6/.jenkins/jobs/DL-Learner%20Merge-M/branches/tdt-learning/workspace/components-core/src/test/resources/nlp2rdf/positives.owl http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl Notice: root element does not have an xml:base. Relative IRIs will be resolved against file:/usr/share/tomcat6/.jenkins/jobs/DL-Learner%20Merge-M/branches/tdt-learning/workspace/components-core/src/test/resources/nlp2rdf/string.owl dumping remaining triples done dumping remaining triples http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl Notice: root element does not have an xml:base. Relative IRIs will be resolved against file:/usr/share/tomcat6/.jenkins/jobs/DL-Learner%20Merge-M/branches/tdt-learning/workspace/components-core/src/test/resources/nlp2rdf/sso.owl dumping remaining triples done dumping remaining triples dumping remaining triples done dumping remaining triples Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) Materializing TBox... ...TBox materialised in 1707 ms. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.587 sec - in org.dllearner.test.junit.ReasonerTest Running org.dllearner.test.junit.UtilitiesTest Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) []: classes: [] object properties: [hasChild, married] [hasChild]: classes: [] object properties: [] [married]: classes: [] object properties: [] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec - in org.dllearner.test.junit.UtilitiesTest Running org.dllearner.test.junit.ConfigOptionTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.dllearner.test.junit.ConfigOptionTest Running org.dllearner.test.junit.ParserTest ∃ someproperty.{someindividual} Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.dllearner.test.junit.ParserTest Running org.dllearner.test.junit.HeuristicTest Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.333 sec - in org.dllearner.test.junit.HeuristicTest Running org.dllearner.test.junit.PropertyAxiomLearningTest Started learning of ObjectPropertyDomain axioms for object property http://dllearner.org/test/op1... Generating sample... ...done. Sample size: 232 triples Learning of ObjectPropertyDomain axioms ... 50% 100% ... ObjectPropertyDomain axioms finished ...finished learning of ObjectPropertyDomain axioms for object property http://dllearner.org/test/op1 in 104ms. Found 2 axiom candidates. Best axiom candidate is ∃ op1.⊤ ⊑ A(0.9680125374104418) ∃ op1.⊤ ⊑ B(0.9310426791906685) Started learning of ReflexiveObjectProperty axioms for object property http://dbpedia.org/ontology/influencedBy... Cannot make ReflexiveObjectProperty axiom suggestions for empty object property http://dbpedia.org/ontology/influencedBy [] Started learning of SymmetricObjectProperty axioms for object property http://dbpedia.org/ontology/influencedBy... Cannot make SymmetricObjectProperty axiom suggestions for empty object property http://dbpedia.org/ontology/influencedBy [] Started learning of FunctionalObjectProperty axioms for object property http://dbpedia.org/ontology/league... Cannot make FunctionalObjectProperty axiom suggestions for empty object property http://dbpedia.org/ontology/league [] Started learning of EquivalentObjectProperties axioms for object property http://dllearner.org/test/op1... Generating sample... ...done. Sample size: 191 triples Learning of EquivalentObjectProperties axioms ... 100% ... EquivalentObjectProperties axioms finished ...finished learning of EquivalentObjectProperties axioms for object property http://dllearner.org/test/op1 in 59ms. Found 1 axiom candidates. Best axiom candidate is op1 ≡ op2(0.4626865671641791) op1 ≡ op2(0.4626865671641791) Started learning of DisjointDataProperties axioms for data property http://dbpedia.org/ontology/height... Cannot make DisjointDataProperties axiom suggestions for empty data property http://dbpedia.org/ontology/height [] Started learning of ObjectPropertyRange axioms for object property http://dbpedia.org/ontology/writer... Cannot make ObjectPropertyRange axiom suggestions for empty object property http://dbpedia.org/ontology/writer [] Started learning of EquivalentDataProperties axioms for data property http://dbpedia.org/ontology/height... Cannot make EquivalentDataProperties axiom suggestions for empty data property http://dbpedia.org/ontology/height [] Started learning of SubObjectPropertyOf axioms for object property http://dllearner.org/test/op1... Generating sample... ...done. Sample size: 191 triples Learning of SubObjectPropertyOf axioms ... 100% ... SubObjectPropertyOf axioms finished ...finished learning of SubObjectPropertyOf axioms for object property http://dllearner.org/test/op1 in 38ms. Found 1 axiom candidates. Best axiom candidate is op1 ⊑ op2(0.4626865671641791) op1 ⊑ op2(0.4626865671641791) Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.231 sec - in org.dllearner.test.junit.PropertyAxiomLearningTest Running org.dllearner.test.junit.SimulationTest Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.526 sec - in org.dllearner.test.junit.SimulationTest Running org.dllearner.test.junit.ComponentTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.dllearner.test.junit.ComponentTest Running org.dllearner.test.junit.LiteralLearningTest Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) Materializing TBox... ...TBox materialised in 4 ms. start class:⊤ more accurate (50.00%) class expression found after 2ms: ⊤ more accurate (100.00%) class expression found after 112ms: ∃ stringValue.({X}) Algorithm terminated successfully (time: 1s 256ms, 1000 descriptions tested, 811 nodes in the search tree). number of retrievals: 1345 retrieval reasoning time: 58ms ( 0ms per retrieval) (complex) subsumption checks: 975 (0 multiple) subsumption reasoning time: 148ms ( 0ms per subsumption check) overall reasoning time: 206ms solutions: 1: ∃ stringValue.({X}) (pred. acc.: 100.00%, F-measure: 100.00%) 2: (∃ stringValue.({X})) (pred. acc.: 100.00%, F-measure: 100.00%) 3: A ⊓ (∃ stringValue.({X})) (pred. acc.: 100.00%, F-measure: 100.00%) 4: A (pred. acc.: 50.00%, F-measure: 66.67%) 5: ⊤ (pred. acc.: 50.00%, F-measure: 66.67%) 6: A (pred. acc.: 50.00%, F-measure: 66.67%) 7: ⊤ (pred. acc.: 50.00%, F-measure: 66.67%) 8: A (pred. acc.: 50.00%, F-measure: 66.67%) 9: A ⊔ (∃ stringValue.({Y})) (pred. acc.: 50.00%, F-measure: 66.67%) 10: A ⊔ (∃ stringValue.({X})) (pred. acc.: 50.00%, F-measure: 66.67%) http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl dumping remaining triples done dumping remaining triples Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) Materializing TBox... ...TBox materialised in 0 ms. start class:⊤ more accurate (50.00%) class expression found after 0ms: ⊤ more accurate (66.67%) class expression found after 28ms: ∃ value.(dateTime[≤ 2001-09-24T12:34:56]) more accurate (83.33%) class expression found after 53ms: ∃ value.(dateTime[≤ 1971-09-24T02:22:22]) more accurate (100.00%) class expression found after 171ms: ∃ value.(dateTime[≥ 1970-01-22T08:10:10 , ≤ 1971-09-24T02:22:22]) Algorithm terminated successfully (time: 791ms, 1000 descriptions tested, 743 nodes in the search tree). number of retrievals: 1048 retrieval reasoning time: 318ms ( 0ms per retrieval) (complex) subsumption checks: 70 (0 multiple) subsumption reasoning time: 68ms ( 0ms per subsumption check) overall reasoning time: 387ms solutions: 1: ∃ value.(dateTime[≥ 1970-01-22T08:10:10 , ≤ 1971-09-24T02:22:22]) (pred. acc.: 100.00%, F-measure: 100.00%) 2: ∃ value.(dateTime[≤ 1971-09-24T02:22:22]) (pred. acc.: 83.33%, F-measure: 85.71%) 3: ∃ value.(dateTime[≥ 1970-01-22T08:10:10 , ≤ 1999-03-03T04:33:21]) (pred. acc.: 83.33%, F-measure: 85.71%) 4: ∃ value.(dateTime[≥ 1970-01-22T08:10:10 , ≤ 1980-04-10T23:59:59]) (pred. acc.: 83.33%, F-measure: 85.71%) 5: ∃ value.(dateTime[≥ 1970-01-22T08:10:10 , ≤ 1976-11-29T21:19:22]) (pred. acc.: 83.33%, F-measure: 85.71%) 6: ∃ value.(dateTime[≥ 1970-01-22T08:10:10 , ≤ 1974-10-06T22:22:22]) (pred. acc.: 83.33%, F-measure: 85.71%) 7: ∃ value.(dateTime[≥ 1970-01-22T08:10:10 , ≤ 1972-03-24T12:45:56]) (pred. acc.: 83.33%, F-measure: 85.71%) 8: ∃ value.(dateTime[≥ 1970-01-05T10:09:10 , ≤ 1971-09-24T02:22:22]) (pred. acc.: 83.33%, F-measure: 85.71%) 9: ∃ value.(dateTime[≥ 1950-12-31T21:19:00 , ≤ 1971-09-24T02:22:22]) (pred. acc.: 83.33%, F-measure: 85.71%) 10: Number ⊓ (∃ value.(dateTime[≤ 1971-09-24T02:22:22])) (pred. acc.: 83.33%, F-measure: 85.71%) http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl dumping remaining triples done dumping remaining triples Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) Materializing TBox... ...TBox materialised in 4 ms. Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) start class:⊤ more accurate (50.00%) class expression found after 0ms: ⊤ more accurate (83.33%) class expression found after 3ms: ∃ value.(double[≤ 101.0]) more accurate (100.00%) class expression found after 5ms: ∃ value.(double[≤ 55.0]) Algorithm terminated successfully (time: 1s 327ms, 1000 descriptions tested, 863 nodes in the search tree). number of retrievals: 1036 retrieval reasoning time: 28ms ( 0ms per retrieval) (complex) subsumption checks: 40 (0 multiple) subsumption reasoning time: 17ms ( 0ms per subsumption check) overall reasoning time: 45ms solutions: 1: ∃ value.(double[≤ 9.5]) (pred. acc.: 100.00%, F-measure: 100.00%) 2: ∃ value.(double[≤ 7.5]) (pred. acc.: 100.00%, F-measure: 100.00%) 3: ∃ value.(double[≤ 6.5]) (pred. acc.: 100.00%, F-measure: 100.00%) 4: ∃ value.(double[≤ 55.0]) (pred. acc.: 100.00%, F-measure: 100.00%) 5: ∃ value.(double[≤ 5.5]) (pred. acc.: 100.00%, F-measure: 100.00%) 6: ∃ value.(double[≤ 3.5]) (pred. acc.: 100.00%, F-measure: 100.00%) 7: ∃ value.(double[≥ 1.0 , ≤ 9.5]) (pred. acc.: 100.00%, F-measure: 100.00%) 8: ∃ value.(double[≥ 1.0 , ≤ 7.5]) (pred. acc.: 100.00%, F-measure: 100.00%) 9: ∃ value.(double[≥ 1.0 , ≤ 6.5]) (pred. acc.: 100.00%, F-measure: 100.00%) 10: ∃ value.(double[≥ 1.0 , ≤ 55.0]) (pred. acc.: 100.00%, F-measure: 100.00%) start class:⊤ more accurate (50.00%) class expression found after 0ms: ⊤ more accurate (83.33%) class expression found after 100ms: ∃ value.(double[≤ 101.0]) more accurate (100.00%) class expression found after 115ms: ∃ value.(double[≤ 55.0]) Algorithm terminated successfully (time: 6s 453ms, 1000 descriptions tested, 863 nodes in the search tree). number of retrievals: 1036 retrieval reasoning time: 4s 931ms ( 4ms per retrieval) (complex) subsumption checks: 40 (0 multiple) subsumption reasoning time: 11ms ( 0ms per subsumption check) overall reasoning time: 4s 943ms solutions: 1: ∃ value.(double[≤ 9.5]) (pred. acc.: 100.00%, F-measure: 100.00%) 2: ∃ value.(double[≤ 7.5]) (pred. acc.: 100.00%, F-measure: 100.00%) 3: ∃ value.(double[≤ 6.5]) (pred. acc.: 100.00%, F-measure: 100.00%) 4: ∃ value.(double[≤ 55.0]) (pred. acc.: 100.00%, F-measure: 100.00%) 5: ∃ value.(double[≤ 5.5]) (pred. acc.: 100.00%, F-measure: 100.00%) 6: ∃ value.(double[≤ 3.5]) (pred. acc.: 100.00%, F-measure: 100.00%) 7: ∃ value.(double[≥ 1.0 , ≤ 9.5]) (pred. acc.: 100.00%, F-measure: 100.00%) 8: ∃ value.(double[≥ 1.0 , ≤ 7.5]) (pred. acc.: 100.00%, F-measure: 100.00%) 9: ∃ value.(double[≥ 1.0 , ≤ 6.5]) (pred. acc.: 100.00%, F-measure: 100.00%) 10: ∃ value.(double[≥ 1.0 , ≤ 55.0]) (pred. acc.: 100.00%, F-measure: 100.00%) http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl dumping remaining triples done dumping remaining triples Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) Materializing TBox... ...TBox materialised in 7 ms. Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) start class:⊤ more accurate (50.00%) class expression found after 0ms: ⊤ more accurate (83.33%) class expression found after 4ms: ∃ value.(short[≤ 101]) more accurate (100.00%) class expression found after 4ms: ∃ value.(short[≤ 55]) Algorithm terminated successfully (time: 1s 130ms, 1000 descriptions tested, 860 nodes in the search tree). number of retrievals: 1085 retrieval reasoning time: 23ms ( 0ms per retrieval) (complex) subsumption checks: 109 (0 multiple) subsumption reasoning time: 67ms ( 0ms per subsumption check) overall reasoning time: 90ms solutions: 1: ∃ value.(short[≤ 9]) (pred. acc.: 100.00%, F-measure: 100.00%) 2: ∃ value.(short[≤ 7]) (pred. acc.: 100.00%, F-measure: 100.00%) 3: ∃ value.(short[≤ 6]) (pred. acc.: 100.00%, F-measure: 100.00%) 4: ∃ value.(short[≤ 55]) (pred. acc.: 100.00%, F-measure: 100.00%) 5: ∃ value.(short[≤ 5]) (pred. acc.: 100.00%, F-measure: 100.00%) 6: ∃ value.(short[≤ 3]) (pred. acc.: 100.00%, F-measure: 100.00%) 7: ∃ value.(short[≥ 1 , ≤ 9]) (pred. acc.: 100.00%, F-measure: 100.00%) 8: ∃ value.(short[≥ 1 , ≤ 7]) (pred. acc.: 100.00%, F-measure: 100.00%) 9: ∃ value.(short[≥ 1 , ≤ 6]) (pred. acc.: 100.00%, F-measure: 100.00%) 10: ∃ value.(short[≥ 1 , ≤ 55]) (pred. acc.: 100.00%, F-measure: 100.00%) start class:⊤ more accurate (50.00%) class expression found after 0ms: ⊤ more accurate (83.33%) class expression found after 46ms: ∃ value.(short[≤ 101]) more accurate (100.00%) class expression found after 56ms: ∃ value.(short[≤ 55]) Algorithm terminated successfully (time: 5s 520ms, 1000 descriptions tested, 860 nodes in the search tree). number of retrievals: 1085 retrieval reasoning time: 4s 293ms ( 3ms per retrieval) (complex) subsumption checks: 109 (0 multiple) subsumption reasoning time: 50ms ( 0ms per subsumption check) overall reasoning time: 4s 343ms solutions: 1: ∃ value.(short[≤ 9]) (pred. acc.: 100.00%, F-measure: 100.00%) 2: ∃ value.(short[≤ 7]) (pred. acc.: 100.00%, F-measure: 100.00%) 3: ∃ value.(short[≤ 6]) (pred. acc.: 100.00%, F-measure: 100.00%) 4: ∃ value.(short[≤ 55]) (pred. acc.: 100.00%, F-measure: 100.00%) 5: ∃ value.(short[≤ 5]) (pred. acc.: 100.00%, F-measure: 100.00%) 6: ∃ value.(short[≤ 3]) (pred. acc.: 100.00%, F-measure: 100.00%) 7: ∃ value.(short[≥ 1 , ≤ 9]) (pred. acc.: 100.00%, F-measure: 100.00%) 8: ∃ value.(short[≥ 1 , ≤ 7]) (pred. acc.: 100.00%, F-measure: 100.00%) 9: ∃ value.(short[≥ 1 , ≤ 6]) (pred. acc.: 100.00%, F-measure: 100.00%) 10: ∃ value.(short[≥ 1 , ≤ 55]) (pred. acc.: 100.00%, F-measure: 100.00%) http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl dumping remaining triples done dumping remaining triples Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) Materializing TBox... ...TBox materialised in 1 ms. Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) start class:⊤ more accurate (50.00%) class expression found after 0ms: ⊤ more accurate (66.67%) class expression found after 10ms: ∃ value.(gMonth[≤ --11]) more accurate (83.33%) class expression found after 20ms: ∃ value.(gMonth[≤ --05]) more accurate (100.00%) class expression found after 85ms: ∃ value.(gMonth[≥ --03 , ≤ --05]) Algorithm terminated successfully (time: 401ms, 1000 descriptions tested, 749 nodes in the search tree). number of retrievals: 1048 retrieval reasoning time: 151ms ( 0ms per retrieval) (complex) subsumption checks: 70 (0 multiple) subsumption reasoning time: 43ms ( 0ms per subsumption check) overall reasoning time: 194ms solutions: 1: ∃ value.(gMonth[≥ --03 , ≤ --05]) (pred. acc.: 100.00%, F-measure: 100.00%) 2: ∃ value.(gMonth[≤ --05]) (pred. acc.: 83.33%, F-measure: 85.71%) 3: ∃ value.(gMonth[≥ --03 , ≤ --10]) (pred. acc.: 83.33%, F-measure: 85.71%) 4: ∃ value.(gMonth[≥ --03 , ≤ --09]) (pred. acc.: 83.33%, F-measure: 85.71%) 5: ∃ value.(gMonth[≥ --03 , ≤ --08]) (pred. acc.: 83.33%, F-measure: 85.71%) 6: ∃ value.(gMonth[≥ --03 , ≤ --07]) (pred. acc.: 83.33%, F-measure: 85.71%) 7: ∃ value.(gMonth[≥ --03 , ≤ --06]) (pred. acc.: 83.33%, F-measure: 85.71%) 8: ∃ value.(gMonth[≥ --02 , ≤ --05]) (pred. acc.: 83.33%, F-measure: 85.71%) 9: ∃ value.(gMonth[≥ --01 , ≤ --05]) (pred. acc.: 83.33%, F-measure: 85.71%) 10: Month ⊓ (∃ value.(gMonth[≤ --05])) (pred. acc.: 83.33%, F-measure: 85.71%) start class:⊤ more accurate (50.00%) class expression found after 0ms: ⊤ more accurate (66.67%) class expression found after 19ms: ∃ value.(gMonth[≤ --11]) more accurate (83.33%) class expression found after 62ms: ∃ value.(gMonth[≤ --05]) more accurate (100.00%) class expression found after 331ms: ∃ value.(gMonth[≥ --03 , ≤ --05]) Algorithm terminated successfully (time: 3s 412ms, 1000 descriptions tested, 749 nodes in the search tree). number of retrievals: 1048 retrieval reasoning time: 3s 100ms ( 2ms per retrieval) (complex) subsumption checks: 70 (0 multiple) subsumption reasoning time: 21ms ( 0ms per subsumption check) overall reasoning time: 3s 122ms solutions: 1: ∃ value.(gMonth[≥ --03 , ≤ --05]) (pred. acc.: 100.00%, F-measure: 100.00%) 2: ∃ value.(gMonth[≤ --05]) (pred. acc.: 83.33%, F-measure: 85.71%) 3: ∃ value.(gMonth[≥ --03 , ≤ --10]) (pred. acc.: 83.33%, F-measure: 85.71%) 4: ∃ value.(gMonth[≥ --03 , ≤ --09]) (pred. acc.: 83.33%, F-measure: 85.71%) 5: ∃ value.(gMonth[≥ --03 , ≤ --08]) (pred. acc.: 83.33%, F-measure: 85.71%) 6: ∃ value.(gMonth[≥ --03 , ≤ --07]) (pred. acc.: 83.33%, F-measure: 85.71%) 7: ∃ value.(gMonth[≥ --03 , ≤ --06]) (pred. acc.: 83.33%, F-measure: 85.71%) 8: ∃ value.(gMonth[≥ --02 , ≤ --05]) (pred. acc.: 83.33%, F-measure: 85.71%) 9: ∃ value.(gMonth[≥ --01 , ≤ --05]) (pred. acc.: 83.33%, F-measure: 85.71%) 10: Month ⊓ (∃ value.(gMonth[≤ --05])) (pred. acc.: 83.33%, F-measure: 85.71%) 4 -1 Same sorting:false http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl dumping remaining triples done dumping remaining triples Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) Materializing TBox... ...TBox materialised in 1 ms. Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) start class:⊤ more accurate (50.00%) class expression found after 0ms: ⊤ more accurate (83.33%) class expression found after 3ms: ∃ value.(integer[≤ 101]) more accurate (100.00%) class expression found after 4ms: ∃ value.(integer[≤ 55]) Algorithm terminated successfully (time: 920ms, 1000 descriptions tested, 864 nodes in the search tree). number of retrievals: 1036 retrieval reasoning time: 19ms ( 0ms per retrieval) (complex) subsumption checks: 40 (0 multiple) subsumption reasoning time: 9ms ( 0ms per subsumption check) overall reasoning time: 29ms solutions: 1: ∃ value.(integer[≤ 9]) (pred. acc.: 100.00%, F-measure: 100.00%) 2: ∃ value.(integer[≤ 7]) (pred. acc.: 100.00%, F-measure: 100.00%) 3: ∃ value.(integer[≤ 6]) (pred. acc.: 100.00%, F-measure: 100.00%) 4: ∃ value.(integer[≤ 55]) (pred. acc.: 100.00%, F-measure: 100.00%) 5: ∃ value.(integer[≤ 5]) (pred. acc.: 100.00%, F-measure: 100.00%) 6: ∃ value.(integer[≤ 3]) (pred. acc.: 100.00%, F-measure: 100.00%) 7: ∃ value.(integer[≥ 1 , ≤ 9]) (pred. acc.: 100.00%, F-measure: 100.00%) 8: ∃ value.(integer[≥ 1 , ≤ 7]) (pred. acc.: 100.00%, F-measure: 100.00%) 9: ∃ value.(integer[≥ 1 , ≤ 6]) (pred. acc.: 100.00%, F-measure: 100.00%) 10: ∃ value.(integer[≥ 1 , ≤ 55]) (pred. acc.: 100.00%, F-measure: 100.00%) start class:⊤ more accurate (50.00%) class expression found after 0ms: ⊤ more accurate (83.33%) class expression found after 34ms: ∃ value.(integer[≤ 101]) more accurate (100.00%) class expression found after 40ms: ∃ value.(integer[≤ 55]) Algorithm terminated successfully (time: 4s 995ms, 1000 descriptions tested, 864 nodes in the search tree). number of retrievals: 1036 retrieval reasoning time: 3s 746ms ( 3ms per retrieval) (complex) subsumption checks: 40 (0 multiple) subsumption reasoning time: 8ms ( 0ms per subsumption check) overall reasoning time: 3s 755ms solutions: 1: ∃ value.(integer[≤ 9]) (pred. acc.: 100.00%, F-measure: 100.00%) 2: ∃ value.(integer[≤ 7]) (pred. acc.: 100.00%, F-measure: 100.00%) 3: ∃ value.(integer[≤ 6]) (pred. acc.: 100.00%, F-measure: 100.00%) 4: ∃ value.(integer[≤ 55]) (pred. acc.: 100.00%, F-measure: 100.00%) 5: ∃ value.(integer[≤ 5]) (pred. acc.: 100.00%, F-measure: 100.00%) 6: ∃ value.(integer[≤ 3]) (pred. acc.: 100.00%, F-measure: 100.00%) 7: ∃ value.(integer[≥ 1 , ≤ 9]) (pred. acc.: 100.00%, F-measure: 100.00%) 8: ∃ value.(integer[≥ 1 , ≤ 7]) (pred. acc.: 100.00%, F-measure: 100.00%) 9: ∃ value.(integer[≥ 1 , ≤ 6]) (pred. acc.: 100.00%, F-measure: 100.00%) 10: ∃ value.(integer[≥ 1 , ≤ 55]) (pred. acc.: 100.00%, F-measure: 100.00%) http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl dumping remaining triples done dumping remaining triples Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) Materializing TBox... ...TBox materialised in 2 ms. Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) start class:⊤ more accurate (50.00%) class expression found after 0ms: ⊤ more accurate (83.33%) class expression found after 3ms: ∃ value.(float[≤ 101.0]) more accurate (100.00%) class expression found after 4ms: ∃ value.(float[≤ 55.0]) Algorithm terminated successfully (time: 1s 293ms, 1000 descriptions tested, 859 nodes in the search tree). number of retrievals: 1085 retrieval reasoning time: 22ms ( 0ms per retrieval) (complex) subsumption checks: 109 (0 multiple) subsumption reasoning time: 42ms ( 0ms per subsumption check) overall reasoning time: 64ms solutions: 1: ∃ value.(float[≤ 9.5]) (pred. acc.: 100.00%, F-measure: 100.00%) 2: ∃ value.(float[≤ 7.5]) (pred. acc.: 100.00%, F-measure: 100.00%) 3: ∃ value.(float[≤ 6.5]) (pred. acc.: 100.00%, F-measure: 100.00%) 4: ∃ value.(float[≤ 55.0]) (pred. acc.: 100.00%, F-measure: 100.00%) 5: ∃ value.(float[≤ 5.5]) (pred. acc.: 100.00%, F-measure: 100.00%) 6: ∃ value.(float[≤ 3.5]) (pred. acc.: 100.00%, F-measure: 100.00%) 7: ∃ value.(float[≥ 1.0 , ≤ 9.5]) (pred. acc.: 100.00%, F-measure: 100.00%) 8: ∃ value.(float[≥ 1.0 , ≤ 7.5]) (pred. acc.: 100.00%, F-measure: 100.00%) 9: ∃ value.(float[≥ 1.0 , ≤ 6.5]) (pred. acc.: 100.00%, F-measure: 100.00%) 10: ∃ value.(float[≥ 1.0 , ≤ 55.0]) (pred. acc.: 100.00%, F-measure: 100.00%) start class:⊤ more accurate (50.00%) class expression found after 0ms: ⊤ more accurate (83.33%) class expression found after 36ms: ∃ value.(float[≤ 101.0]) more accurate (100.00%) class expression found after 42ms: ∃ value.(float[≤ 55.0]) Algorithm terminated successfully (time: 6s 5ms, 1000 descriptions tested, 859 nodes in the search tree). number of retrievals: 1085 retrieval reasoning time: 4s 481ms ( 4ms per retrieval) (complex) subsumption checks: 109 (0 multiple) subsumption reasoning time: 41ms ( 0ms per subsumption check) overall reasoning time: 4s 522ms solutions: 1: ∃ value.(float[≤ 9.5]) (pred. acc.: 100.00%, F-measure: 100.00%) 2: ∃ value.(float[≤ 7.5]) (pred. acc.: 100.00%, F-measure: 100.00%) 3: ∃ value.(float[≤ 6.5]) (pred. acc.: 100.00%, F-measure: 100.00%) 4: ∃ value.(float[≤ 55.0]) (pred. acc.: 100.00%, F-measure: 100.00%) 5: ∃ value.(float[≤ 5.5]) (pred. acc.: 100.00%, F-measure: 100.00%) 6: ∃ value.(float[≤ 3.5]) (pred. acc.: 100.00%, F-measure: 100.00%) 7: ∃ value.(float[≥ 1.0 , ≤ 9.5]) (pred. acc.: 100.00%, F-measure: 100.00%) 8: ∃ value.(float[≥ 1.0 , ≤ 7.5]) (pred. acc.: 100.00%, F-measure: 100.00%) 9: ∃ value.(float[≥ 1.0 , ≤ 6.5]) (pred. acc.: 100.00%, F-measure: 100.00%) 10: ∃ value.(float[≥ 1.0 , ≤ 55.0]) (pred. acc.: 100.00%, F-measure: 100.00%) http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl dumping remaining triples done dumping remaining triples Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) Materializing TBox... ...TBox materialised in 1 ms. Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) start class:⊤ more accurate (50.00%) class expression found after 0ms: ⊤ more accurate (66.67%) class expression found after 4ms: ∃ value.(date[≤ 2001-09-24]) more accurate (83.33%) class expression found after 7ms: ∃ value.(date[≤ 1971-09-24]) more accurate (100.00%) class expression found after 34ms: ∃ value.(date[≥ 1970-01-22 , ≤ 1971-09-24]) Algorithm terminated successfully (time: 389ms, 1000 descriptions tested, 743 nodes in the search tree). number of retrievals: 1048 retrieval reasoning time: 127ms ( 0ms per retrieval) (complex) subsumption checks: 70 (0 multiple) subsumption reasoning time: 21ms ( 0ms per subsumption check) overall reasoning time: 148ms solutions: 1: ∃ value.(date[≥ 1970-01-22 , ≤ 1971-09-24]) (pred. acc.: 100.00%, F-measure: 100.00%) 2: ∃ value.(date[≤ 1971-09-24]) (pred. acc.: 83.33%, F-measure: 85.71%) 3: ∃ value.(date[≥ 1970-01-22 , ≤ 1999-03-03]) (pred. acc.: 83.33%, F-measure: 85.71%) 4: ∃ value.(date[≥ 1970-01-22 , ≤ 1980-04-10]) (pred. acc.: 83.33%, F-measure: 85.71%) 5: ∃ value.(date[≥ 1970-01-22 , ≤ 1976-11-29]) (pred. acc.: 83.33%, F-measure: 85.71%) 6: ∃ value.(date[≥ 1970-01-22 , ≤ 1974-10-06]) (pred. acc.: 83.33%, F-measure: 85.71%) 7: ∃ value.(date[≥ 1970-01-22 , ≤ 1972-03-24]) (pred. acc.: 83.33%, F-measure: 85.71%) 8: ∃ value.(date[≥ 1970-01-05 , ≤ 1971-09-24]) (pred. acc.: 83.33%, F-measure: 85.71%) 9: ∃ value.(date[≥ 1950-12-31 , ≤ 1971-09-24]) (pred. acc.: 83.33%, F-measure: 85.71%) 10: Number ⊓ (∃ value.(date[≤ 1971-09-24])) (pred. acc.: 83.33%, F-measure: 85.71%) start class:⊤ more accurate (50.00%) class expression found after 0ms: ⊤ more accurate (66.67%) class expression found after 38ms: ∃ value.(date[≤ 2001-09-24]) more accurate (83.33%) class expression found after 97ms: ∃ value.(date[≤ 1971-09-24]) more accurate (100.00%) class expression found after 457ms: ∃ value.(date[≥ 1970-01-22 , ≤ 1971-09-24]) Algorithm terminated successfully (time: 4s 560ms, 1000 descriptions tested, 743 nodes in the search tree). number of retrievals: 1048 retrieval reasoning time: 4s 249ms ( 4ms per retrieval) (complex) subsumption checks: 70 (0 multiple) subsumption reasoning time: 12ms ( 0ms per subsumption check) overall reasoning time: 4s 262ms solutions: 1: ∃ value.(date[≥ 1970-01-22 , ≤ 1971-09-24]) (pred. acc.: 100.00%, F-measure: 100.00%) 2: ∃ value.(date[≤ 1971-09-24]) (pred. acc.: 83.33%, F-measure: 85.71%) 3: ∃ value.(date[≥ 1970-01-22 , ≤ 1999-03-03]) (pred. acc.: 83.33%, F-measure: 85.71%) 4: ∃ value.(date[≥ 1970-01-22 , ≤ 1980-04-10]) (pred. acc.: 83.33%, F-measure: 85.71%) 5: ∃ value.(date[≥ 1970-01-22 , ≤ 1976-11-29]) (pred. acc.: 83.33%, F-measure: 85.71%) 6: ∃ value.(date[≥ 1970-01-22 , ≤ 1974-10-06]) (pred. acc.: 83.33%, F-measure: 85.71%) 7: ∃ value.(date[≥ 1970-01-22 , ≤ 1972-03-24]) (pred. acc.: 83.33%, F-measure: 85.71%) 8: ∃ value.(date[≥ 1970-01-05 , ≤ 1971-09-24]) (pred. acc.: 83.33%, F-measure: 85.71%) 9: ∃ value.(date[≥ 1950-12-31 , ≤ 1971-09-24]) (pred. acc.: 83.33%, F-measure: 85.71%) 10: Number ⊓ (∃ value.(date[≤ 1971-09-24])) (pred. acc.: 83.33%, F-measure: 85.71%) Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.962 sec - in org.dllearner.test.junit.LiteralLearningTest Running org.dllearner.test.junit.ClassExpressionTest http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl dumping remaining triples done dumping remaining triples Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl dumping remaining triples http://acl/BMV#notHasPrognosis -> http://www.w3.org/2002/07/owl#disjointObjectProperties -> http://acl/BMV#hasPrognosis http://acl/BMV#hasNegIntent -> http://www.w3.org/2002/07/owl#disjointObjectProperties -> http://acl/BMV#hasPosIntent http://acl/BMV#hasTreatment -> http://www.w3.org/2002/07/owl#disjointObjectProperties -> http://acl/BMV#notHasTreatment done dumping remaining triples Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) [[]] ? [[]] [[]] ? [[]] [[, ], []] ? [[, ], []] [[]] ? [[]] [[, , ], [, ]] ? [[, , ], [, ]] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.362 sec - in org.dllearner.test.junit.ClassExpressionTest Running org.dllearner.test.junit.ELDownTest http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl dumping remaining triples done dumping remaining triples Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) Galen loaded. false TEST 1 Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) refining: human ⊓ (∃ has.animal) desired: human ⊓ (∃ has.animal) ⊓ (∃ has.(∃ has.⊤)) desired: human ⊓ (∃ has.animal) ⊓ (∃ has.human) desired: human ⊓ (∃ has.animal) ⊓ (∃ hasChild.⊤) desired: human ⊓ (∃ has.animal) ⊓ (∃ hasPet.⊤) desired: human ⊓ (∃ has.(animal ⊓ (∃ has.⊤))) desired: human ⊓ (∃ has.bird) desired: human ⊓ (∃ has.cat) desired: human ⊓ (∃ hasPet.animal) produced refinements and their unit test status (true = assertion satisfied): true: human ⊓ (∃ has.animal) ⊓ (∃ hasPet.⊤) true: human ⊓ (∃ has.cat) true: human ⊓ (∃ has.animal) ⊓ (∃ hasChild.⊤) true: human ⊓ (∃ hasPet.animal) true: human ⊓ (∃ has.animal) ⊓ (∃ has.(∃ has.⊤)) true: human ⊓ (∃ has.(animal ⊓ (∃ has.⊤))) true: human ⊓ (∃ has.animal) ⊓ (∃ has.human) true: human ⊓ (∃ has.bird) TEST 2 desired: human ⊓ ((∃ has.(animal ⊓ (∃ has.⊤))) ⊓ (∃ hasPet.bird)) desired: human ⊓ ((∃ has.(bird ⊓ (∃ has.⊤))) ⊓ (∃ hasPet.bird)) desired: human ⊓ ((∃ has.(bird ⊓ cat)) ⊓ (∃ hasPet.bird)) desired: human ⊓ ((∃ has.(∃ has.⊤)) ⊓ (∃ hasPet.bird)) desired: human ⊓ ((∃ has.cat) ⊓ (∃ hasPet.bird)) desired: human ⊓ ((∃ has.human) ⊓ (∃ hasPet.bird)) desired: human ⊓ ((∃ hasChild.⊤) ⊓ (∃ hasPet.bird)) desired: human ⊓ ((∃ hasPet.bird) ⊓ (∃ hasPet.(animal ⊓ (∃ has.⊤)))) desired: human ⊓ ((∃ hasPet.bird) ⊓ (∃ hasPet.(∃ has.⊤))) desired: human ⊓ ((∃ hasPet.bird) ⊓ (∃ hasPet.cat)) desired: human ⊓ ((∃ hasPet.bird) ⊓ (∃ hasPet.human)) desired: human ⊓ (∃ hasPet.(bird ⊓ (∃ has.⊤))) desired: human ⊓ (∃ hasPet.(bird ⊓ cat)) produced refinements and their unit test status (true = assertion satisfied): TEST 3 desired: human ⊓ (∃ has.animal) ⊓ (∃ has.⊤) ⊓ (∃ hasChild.human) desired: human ⊓ (∃ has.animal) ⊓ (∃ has.(∃ has.⊤)) ⊓ (∃ hasChild.human) desired: human ⊓ (∃ has.(animal ⊓ (∃ has.⊤))) ⊓ (∃ hasChild.human) desired: human ⊓ (∃ has.(animal ⊓ human)) ⊓ (∃ hasChild.human) desired: human ⊓ (∃ has.bird) ⊓ (∃ hasChild.human) desired: human ⊓ (∃ has.cat) ⊓ (∃ hasChild.human) desired: human ⊓ (∃ hasChild.human) ⊓ (∃ hasPet.animal) desired: animal ⊓ human ⊓ (∃ has.animal) ⊓ (∃ hasChild.human) produced refinements and their unit test status (true = assertion satisfied): true: human ⊓ (∃ has.cat) ⊓ (∃ hasChild.human) true: human ⊓ (∃ has.bird) ⊓ (∃ hasChild.human) Galen loaded. ∃ wheels.⊤ ∃ load_count.⊤ ∃ hasShape.⊤ ∃ has_car.⊤ ∃ load.⊤ Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 54.603 sec - in org.dllearner.test.junit.ELDownTest Running org.dllearner.test.junit.LearningProblemTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec - in org.dllearner.test.junit.LearningProblemTest Running org.dllearner.test.junit.ELDescriptionTreeTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 sec - in org.dllearner.test.junit.ELDescriptionTreeTest Running org.dllearner.utilities.owl.SimpleOntologyToByteConverterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec - in org.dllearner.utilities.owl.SimpleOntologyToByteConverterTest Running org.dllearner.utilities.owl.OWLClassExpressionTest length of ∃ p1.(integer[≥ 10]) is 2 length of ∃ p1.(int[≤ 20]) is 2 length of ∃ p1.{true} is 2 length of ∀ op1.⊤ is 3 length of ∃ op1⁻.⊤ is 3 length of ≤ 3 op1.⊤ is 4 length of ≥ 3 op1.⊤ is 4 length of ∀ op1.C is 3 length of ∀ op1.(¬C) is 3 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.dllearner.utilities.owl.OWLClassExpressionTest Running org.dllearner.utilities.split.DataValuesSplitterTest {r=[1, 7, 13, 20, 26, 33, 40, 46, 53, 60]} @prefix : . @prefix owl: . @prefix rdfs: . @prefix rdf: . @prefix xsd: . :r a owl:DatatypeProperty ; rdfs:range xsd:nonNegativeInteger . :p0 :r "1"^^xsd:nonNegativeInteger . :p1 :r "2"^^xsd:nonNegativeInteger . :p2 :r "3"^^xsd:nonNegativeInteger . :p3 :r "4"^^xsd:nonNegativeInteger . :p4 :r "5"^^xsd:nonNegativeInteger . :p5 :r "6"^^xsd:nonNegativeInteger . :p6 :r "10"^^xsd:nonNegativeInteger . :p7 :r "12"^^xsd:nonNegativeInteger . :p8 :r "16"^^xsd:nonNegativeInteger . :p9 :r "20"^^xsd:nonNegativeInteger . :p10 :r "28"^^xsd:nonNegativeInteger . :p11 :r "30"^^xsd:nonNegativeInteger . {r=[1, 4, 14, 30]} {r=[1, 5, 28]} Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.29 sec - in org.dllearner.utilities.split.DataValuesSplitterTest Results : Tests run: 92, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (report) @ components-core --- [INFO] Analyzed bundle 'DL Learner Core Components' with 536 classes [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ components-core --- [INFO] Building jar: /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/target/components-core-1.3-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:2.5:test-jar (default) @ components-core --- [INFO] Building jar: /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/target/components-core-1.3-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ components-core --- [INFO] Installing /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/target/components-core-1.3-SNAPSHOT.jar to /usr/share/tomcat6/.m2/repository/org/dllearner/components-core/1.3-SNAPSHOT/components-core-1.3-SNAPSHOT.jar [INFO] Installing /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/pom.xml to /usr/share/tomcat6/.m2/repository/org/dllearner/components-core/1.3-SNAPSHOT/components-core-1.3-SNAPSHOT.pom [INFO] Installing /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/target/components-core-1.3-SNAPSHOT-tests.jar to /usr/share/tomcat6/.m2/repository/org/dllearner/components-core/1.3-SNAPSHOT/components-core-1.3-SNAPSHOT-tests.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building components-ext 1.3-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ components-ext --- [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ components-ext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 58 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ components-ext --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 71 source files to /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-ext/target/classes [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-ext/src/main/java/org/dllearner/algorithms/isle/index/syntactic/SolrSyntacticIndex.java:[64,111] unchecked cast required: java.util.Map,java.lang.Long> found: java.lang.Object [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-ext/src/main/java/org/dllearner/algorithms/isle/index/syntactic/SolrSyntacticIndex.java:[167,63] unchecked method invocation: constructor in class org.dllearner.algorithms.isle.index.AnnotatedTextDocument is applied to given types required: org.dllearner.algorithms.isle.index.TextDocument,java.util.Set found: org.dllearner.algorithms.isle.index.TextDocument,java.util.Set [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-ext/src/main/java/org/dllearner/algorithms/isle/index/syntactic/SolrSyntacticIndex.java:[169,76] unchecked conversion required: java.util.Set found: java.util.Set [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-ext/src/main/java/org/dllearner/algorithms/isle/index/RelevanceMapGenerator.java:[53,87] unchecked cast required: java.util.Map found: java.lang.Object [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-ext/src/main/java/org/dllearner/algorithms/isle/index/syntactic/LuceneSyntacticIndex.java:[85,63] unchecked method invocation: constructor in class org.dllearner.algorithms.isle.index.AnnotatedTextDocument is applied to given types required: org.dllearner.algorithms.isle.index.TextDocument,java.util.Set found: org.dllearner.algorithms.isle.index.TextDocument,java.util.Set [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-ext/src/main/java/org/dllearner/algorithms/isle/index/syntactic/LuceneSyntacticIndex.java:[87,76] unchecked conversion required: java.util.Set found: java.util.Set [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-ext/src/main/java/org/dllearner/algorithms/isle/index/SimpleEntityCandidatesTrie.java:[143,62] unchecked cast required: java.util.ArrayList[] found: java.util.ArrayList[] [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ components-ext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 29 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ components-ext --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-ext/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ components-ext --- [INFO] Surefire report directory: /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-ext/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.dllearner.algorithms.miles.MILESTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. @relation rel @attribute t {0,1} @data 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 === Summary === Correctly Classified Instances 90 95.7447 % Incorrectly Classified Instances 4 4.2553 % Kappa statistic 0 K&B Relative Info Score 433.5572 % K&B Information Score 1.3758 bits 0.0146 bits/instance Class complexity | order 0 24.7899 bits 0.2637 bits/instance Class complexity | scheme 24.8735 bits 0.2646 bits/instance Complexity improvement (Sf) -0.0836 bits -0.0009 bits/instance Mean absolute error 0.0817 Root mean squared error 0.2033 Relative absolute error 89.4343 % Root relative squared error 99.8984 % Coverage of cases (0.95 level) 95.7447 % Mean rel. region size (0.95 level) 50 % Total Number of Instances 94 @relation rel @attribute C_0 numeric @attribute C_1 numeric @attribute C_2 numeric @attribute C_3 numeric @attribute C_4 numeric @attribute t {0,1} @data 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,0 0,1,1,1,1,0 1,1,1,1,1,0 1,1,0,1,1,0 0,1,1,1,1,0 1,1,1,1,1,0 1,0,1,1,1,0 1,1,1,1,1,0 1,1,1,1,1,0 1,1,1,0,1,0 1,1,1,1,1,0 1,1,1,1,1,0 1,1,0,1,1,0 1,1,1,0,1,0 1,1,1,1,1,0 1,1,1,1,1,0 1,1,1,1,1,0 1,1,1,1,1,0 1,1,1,1,1,0 1,1,1,1,1,0 1,0,1,1,1,0 1,1,1,1,1,0 0,1,1,1,1,0 1,1,1,1,1,0 1,1,1,1,1,0 1,1,1,1,1,0 1,1,1,0,1,0 1,1,1,1,1,0 1,1,1,0,1,0 1,1,1,1,1,0 0,1,1,1,1,0 1,1,1,1,1,0 1,1,1,1,1,0 1,1,1,1,1,0 1,1,1,1,1,0 0,1,1,1,1,0 1,1,1,1,1,0 1,1,1,1,1,0 1,1,1,1,1,0 1,1,1,1,1,0 1,1,1,1,1,0 1,1,1,1,1,0 1,1,1,1,1,0 1,1,1,1,1,0 0,1,1,1,1,0 1,1,1,1,1,0 1,1,1,1,1,0 1,1,1,1,1,0 1,1,1,1,1,0 1,1,0,1,1,0 1,1,1,1,1,0 1,1,1,1,1,0 1,1,1,1,1,0 1,1,1,1,1,0 1,1,1,1,1,0 1,1,1,1,1,0 1,1,1,1,1,0 1,1,1,1,1,0 1,1,1,1,1,0 1,1,1,1,1,0 0,1,1,1,1,0 1,1,1,1,1,0 1,1,1,1,1,0 1,1,0,1,1,0 1,1,1,1,1,0 1,1,1,1,1,0 1,1,1,1,1,0 1,1,1,1,1,0 1,1,1,1,1,0 1,1,1,1,1,0 1,1,1,1,1,0 0,1,1,1,1,0 1,0,1,1,1,0 1,1,1,1,1,0 1,1,1,1,1,0 1,1,1,1,0,0 1,1,1,1,1,0 1,1,1,1,1,0 1,0,1,1,1,0 1,1,1,1,1,0 1,1,1,1,1,0 1,1,1,1,1,0 1,1,1,0,1,0 1,1,1,1,1,0 1,0,1,1,1,0 1,1,1,1,1,0 1,1,0,1,1,0 0,1,1,1,1,0 1,0,1,1,1,0 1,1,1,1,1,0 === Summary === Correctly Classified Instances 90 95.7447 % Incorrectly Classified Instances 4 4.2553 % Kappa statistic 0 K&B Relative Info Score 433.5572 % K&B Information Score 1.3758 bits 0.0146 bits/instance Class complexity | order 0 24.7899 bits 0.2637 bits/instance Class complexity | scheme 24.8735 bits 0.2646 bits/instance Complexity improvement (Sf) -0.0836 bits -0.0009 bits/instance Mean absolute error 0.0817 Root mean squared error 0.2033 Relative absolute error 89.4343 % Root relative squared error 99.8984 % Coverage of cases (0.95 level) 95.7447 % Mean rel. region size (0.95 level) 50 % Total Number of Instances 94 @relation rel @attribute C_0 numeric @attribute C_1 numeric @attribute C_2 numeric @attribute C_3 numeric @attribute C_4 numeric @attribute t {0,1} @data 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,1,1,1,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,1,1,1,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,1,1,1,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,1,1,1,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 === Summary === Correctly Classified Instances 94 100 % Incorrectly Classified Instances 0 0 % Kappa statistic 1 K&B Relative Info Score 7812.1625 % K&B Information Score 24.7899 bits 0.2637 bits/instance Class complexity | order 0 24.7899 bits 0.2637 bits/instance Class complexity | scheme 0 bits 0 bits/instance Complexity improvement (Sf) 24.7899 bits 0.2637 bits/instance Mean absolute error 0 Root mean squared error 0 Relative absolute error 0 % Root relative squared error 0 % Coverage of cases (0.95 level) 100 % Mean rel. region size (0.95 level) 50 % Total Number of Instances 94 @relation rel @attribute C_0 numeric @attribute C_1 numeric @attribute C_2 numeric @attribute C_3 numeric @attribute C_4 numeric @attribute t {0,1} @data 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 === Summary === Correctly Classified Instances 90 95.7447 % Incorrectly Classified Instances 4 4.2553 % Kappa statistic 0 K&B Relative Info Score 433.5572 % K&B Information Score 1.3758 bits 0.0146 bits/instance Class complexity | order 0 24.7899 bits 0.2637 bits/instance Class complexity | scheme 24.8735 bits 0.2646 bits/instance Complexity improvement (Sf) -0.0836 bits -0.0009 bits/instance Mean absolute error 0.0817 Root mean squared error 0.2033 Relative absolute error 89.4343 % Root relative squared error 99.8984 % Coverage of cases (0.95 level) 95.7447 % Mean rel. region size (0.95 level) 50 % Total Number of Instances 94 @relation rel @attribute C_0 numeric @attribute C_1 numeric @attribute C_2 numeric @attribute C_3 numeric @attribute C_4 numeric @attribute t {0,1} @data 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 === Summary === Correctly Classified Instances 90 95.7447 % Incorrectly Classified Instances 4 4.2553 % Kappa statistic 0 K&B Relative Info Score 433.5572 % K&B Information Score 1.3758 bits 0.0146 bits/instance Class complexity | order 0 24.7899 bits 0.2637 bits/instance Class complexity | scheme 24.8735 bits 0.2646 bits/instance Complexity improvement (Sf) -0.0836 bits -0.0009 bits/instance Mean absolute error 0.0817 Root mean squared error 0.2033 Relative absolute error 89.4343 % Root relative squared error 99.8984 % Coverage of cases (0.95 level) 95.7447 % Mean rel. region size (0.95 level) 50 % Total Number of Instances 94 @relation rel @attribute C_0 numeric @attribute C_1 numeric @attribute C_2 numeric @attribute C_3 numeric @attribute C_4 numeric @attribute t {0,1} @data 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 === Summary === Correctly Classified Instances 90 95.7447 % Incorrectly Classified Instances 4 4.2553 % Kappa statistic 0 K&B Relative Info Score 433.5572 % K&B Information Score 1.3758 bits 0.0146 bits/instance Class complexity | order 0 24.7899 bits 0.2637 bits/instance Class complexity | scheme 24.8735 bits 0.2646 bits/instance Complexity improvement (Sf) -0.0836 bits -0.0009 bits/instance Mean absolute error 0.0817 Root mean squared error 0.2033 Relative absolute error 89.4343 % Root relative squared error 99.8984 % Coverage of cases (0.95 level) 95.7447 % Mean rel. region size (0.95 level) 50 % Total Number of Instances 94 @relation rel @attribute C_0 numeric @attribute C_1 numeric @attribute C_2 numeric @attribute C_3 numeric @attribute C_4 numeric @attribute t {0,1} @data 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 === Summary === Correctly Classified Instances 90 95.7447 % Incorrectly Classified Instances 4 4.2553 % Kappa statistic 0 K&B Relative Info Score 433.5572 % K&B Information Score 1.3758 bits 0.0146 bits/instance Class complexity | order 0 24.7899 bits 0.2637 bits/instance Class complexity | scheme 24.8735 bits 0.2646 bits/instance Complexity improvement (Sf) -0.0836 bits -0.0009 bits/instance Mean absolute error 0.0817 Root mean squared error 0.2033 Relative absolute error 89.4343 % Root relative squared error 99.8984 % Coverage of cases (0.95 level) 95.7447 % Mean rel. region size (0.95 level) 50 % Total Number of Instances 94 @relation rel @attribute C_0 numeric @attribute C_1 numeric @attribute C_2 numeric @attribute C_3 numeric @attribute C_4 numeric @attribute t {0,1} @data 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 === Summary === Correctly Classified Instances 90 95.7447 % Incorrectly Classified Instances 4 4.2553 % Kappa statistic 0 K&B Relative Info Score 433.5572 % K&B Information Score 1.3758 bits 0.0146 bits/instance Class complexity | order 0 24.7899 bits 0.2637 bits/instance Class complexity | scheme 24.8735 bits 0.2646 bits/instance Complexity improvement (Sf) -0.0836 bits -0.0009 bits/instance Mean absolute error 0.0817 Root mean squared error 0.2033 Relative absolute error 89.4343 % Root relative squared error 99.8984 % Coverage of cases (0.95 level) 95.7447 % Mean rel. region size (0.95 level) 50 % Total Number of Instances 94 @relation rel @attribute C_0 numeric @attribute C_1 numeric @attribute C_2 numeric @attribute C_3 numeric @attribute C_4 numeric @attribute t {0,1} @data 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 === Summary === Correctly Classified Instances 90 95.7447 % Incorrectly Classified Instances 4 4.2553 % Kappa statistic 0 K&B Relative Info Score 433.5572 % K&B Information Score 1.3758 bits 0.0146 bits/instance Class complexity | order 0 24.7899 bits 0.2637 bits/instance Class complexity | scheme 24.8735 bits 0.2646 bits/instance Complexity improvement (Sf) -0.0836 bits -0.0009 bits/instance Mean absolute error 0.0817 Root mean squared error 0.2033 Relative absolute error 89.4343 % Root relative squared error 99.8984 % Coverage of cases (0.95 level) 95.7447 % Mean rel. region size (0.95 level) 50 % Total Number of Instances 94 @relation rel @attribute C_0 numeric @attribute C_1 numeric @attribute C_2 numeric @attribute C_3 numeric @attribute C_4 numeric @attribute t {0,1} @data 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 === Summary === Correctly Classified Instances 90 95.7447 % Incorrectly Classified Instances 4 4.2553 % Kappa statistic 0 K&B Relative Info Score 433.5572 % K&B Information Score 1.3758 bits 0.0146 bits/instance Class complexity | order 0 24.7899 bits 0.2637 bits/instance Class complexity | scheme 24.8735 bits 0.2646 bits/instance Complexity improvement (Sf) -0.0836 bits -0.0009 bits/instance Mean absolute error 0.0817 Root mean squared error 0.2033 Relative absolute error 89.4343 % Root relative squared error 99.8984 % Coverage of cases (0.95 level) 95.7447 % Mean rel. region size (0.95 level) 50 % Total Number of Instances 94 @relation rel @attribute C_0 numeric @attribute C_1 numeric @attribute C_2 numeric @attribute C_3 numeric @attribute C_4 numeric @attribute t {0,1} @data 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 === Summary === Correctly Classified Instances 90 95.7447 % Incorrectly Classified Instances 4 4.2553 % Kappa statistic 0 K&B Relative Info Score 433.5572 % K&B Information Score 1.3758 bits 0.0146 bits/instance Class complexity | order 0 24.7899 bits 0.2637 bits/instance Class complexity | scheme 24.8735 bits 0.2646 bits/instance Complexity improvement (Sf) -0.0836 bits -0.0009 bits/instance Mean absolute error 0.0817 Root mean squared error 0.2033 Relative absolute error 89.4343 % Root relative squared error 99.8984 % Coverage of cases (0.95 level) 95.7447 % Mean rel. region size (0.95 level) 50 % Total Number of Instances 94 @relation rel @attribute C_0 numeric @attribute C_1 numeric @attribute C_2 numeric @attribute C_3 numeric @attribute C_4 numeric @attribute t {0,1} @data 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 === Summary === Correctly Classified Instances 90 95.7447 % Incorrectly Classified Instances 4 4.2553 % Kappa statistic 0 K&B Relative Info Score 433.5572 % K&B Information Score 1.3758 bits 0.0146 bits/instance Class complexity | order 0 24.7899 bits 0.2637 bits/instance Class complexity | scheme 24.8735 bits 0.2646 bits/instance Complexity improvement (Sf) -0.0836 bits -0.0009 bits/instance Mean absolute error 0.0817 Root mean squared error 0.2033 Relative absolute error 89.4343 % Root relative squared error 99.8984 % Coverage of cases (0.95 level) 95.7447 % Mean rel. region size (0.95 level) 50 % Total Number of Instances 94 @relation rel @attribute C_0 numeric @attribute C_1 numeric @attribute C_2 numeric @attribute C_3 numeric @attribute C_4 numeric @attribute t {0,1} @data 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 === Summary === Correctly Classified Instances 90 95.7447 % Incorrectly Classified Instances 4 4.2553 % Kappa statistic 0 K&B Relative Info Score 433.5572 % K&B Information Score 1.3758 bits 0.0146 bits/instance Class complexity | order 0 24.7899 bits 0.2637 bits/instance Class complexity | scheme 24.8735 bits 0.2646 bits/instance Complexity improvement (Sf) -0.0836 bits -0.0009 bits/instance Mean absolute error 0.0817 Root mean squared error 0.2033 Relative absolute error 89.4343 % Root relative squared error 99.8984 % Coverage of cases (0.95 level) 95.7447 % Mean rel. region size (0.95 level) 50 % Total Number of Instances 94 @relation rel @attribute C_0 numeric @attribute C_1 numeric @attribute C_2 numeric @attribute C_3 numeric @attribute C_4 numeric @attribute t {0,1} @data 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 === Summary === Correctly Classified Instances 90 95.7447 % Incorrectly Classified Instances 4 4.2553 % Kappa statistic 0 K&B Relative Info Score 433.5572 % K&B Information Score 1.3758 bits 0.0146 bits/instance Class complexity | order 0 24.7899 bits 0.2637 bits/instance Class complexity | scheme 24.8735 bits 0.2646 bits/instance Complexity improvement (Sf) -0.0836 bits -0.0009 bits/instance Mean absolute error 0.0817 Root mean squared error 0.2033 Relative absolute error 89.4343 % Root relative squared error 99.8984 % Coverage of cases (0.95 level) 95.7447 % Mean rel. region size (0.95 level) 50 % Total Number of Instances 94 @relation rel @attribute C_0 numeric @attribute C_1 numeric @attribute C_2 numeric @attribute C_3 numeric @attribute C_4 numeric @attribute t {0,1} @data 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 === Summary === Correctly Classified Instances 90 95.7447 % Incorrectly Classified Instances 4 4.2553 % Kappa statistic 0 K&B Relative Info Score 433.5572 % K&B Information Score 1.3758 bits 0.0146 bits/instance Class complexity | order 0 24.7899 bits 0.2637 bits/instance Class complexity | scheme 24.8735 bits 0.2646 bits/instance Complexity improvement (Sf) -0.0836 bits -0.0009 bits/instance Mean absolute error 0.0817 Root mean squared error 0.2033 Relative absolute error 89.4343 % Root relative squared error 99.8984 % Coverage of cases (0.95 level) 95.7447 % Mean rel. region size (0.95 level) 50 % Total Number of Instances 94 @relation rel @attribute C_0 numeric @attribute C_1 numeric @attribute C_2 numeric @attribute C_3 numeric @attribute C_4 numeric @attribute t {0,1} @data 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 === Summary === Correctly Classified Instances 90 95.7447 % Incorrectly Classified Instances 4 4.2553 % Kappa statistic 0 K&B Relative Info Score 433.5572 % K&B Information Score 1.3758 bits 0.0146 bits/instance Class complexity | order 0 24.7899 bits 0.2637 bits/instance Class complexity | scheme 24.8735 bits 0.2646 bits/instance Complexity improvement (Sf) -0.0836 bits -0.0009 bits/instance Mean absolute error 0.0817 Root mean squared error 0.2033 Relative absolute error 89.4343 % Root relative squared error 99.8984 % Coverage of cases (0.95 level) 95.7447 % Mean rel. region size (0.95 level) 50 % Total Number of Instances 94 @relation rel @attribute C_0 numeric @attribute C_1 numeric @attribute C_2 numeric @attribute C_3 numeric @attribute C_4 numeric @attribute t {0,1} @data 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 === Summary === Correctly Classified Instances 90 95.7447 % Incorrectly Classified Instances 4 4.2553 % Kappa statistic 0 K&B Relative Info Score 433.5572 % K&B Information Score 1.3758 bits 0.0146 bits/instance Class complexity | order 0 24.7899 bits 0.2637 bits/instance Class complexity | scheme 24.8735 bits 0.2646 bits/instance Complexity improvement (Sf) -0.0836 bits -0.0009 bits/instance Mean absolute error 0.0817 Root mean squared error 0.2033 Relative absolute error 89.4343 % Root relative squared error 99.8984 % Coverage of cases (0.95 level) 95.7447 % Mean rel. region size (0.95 level) 50 % Total Number of Instances 94 @relation rel @attribute C_0 numeric @attribute C_1 numeric @attribute C_2 numeric @attribute C_3 numeric @attribute C_4 numeric @attribute t {0,1} @data 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 === Summary === Correctly Classified Instances 90 95.7447 % Incorrectly Classified Instances 4 4.2553 % Kappa statistic 0 K&B Relative Info Score 433.5572 % K&B Information Score 1.3758 bits 0.0146 bits/instance Class complexity | order 0 24.7899 bits 0.2637 bits/instance Class complexity | scheme 24.8735 bits 0.2646 bits/instance Complexity improvement (Sf) -0.0836 bits -0.0009 bits/instance Mean absolute error 0.0817 Root mean squared error 0.2033 Relative absolute error 89.4343 % Root relative squared error 99.8984 % Coverage of cases (0.95 level) 95.7447 % Mean rel. region size (0.95 level) 50 % Total Number of Instances 94 @relation rel @attribute C_0 numeric @attribute C_1 numeric @attribute C_2 numeric @attribute C_3 numeric @attribute C_4 numeric @attribute t {0,1} @data 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 === Summary === Correctly Classified Instances 90 95.7447 % Incorrectly Classified Instances 4 4.2553 % Kappa statistic 0 K&B Relative Info Score 433.5572 % K&B Information Score 1.3758 bits 0.0146 bits/instance Class complexity | order 0 24.7899 bits 0.2637 bits/instance Class complexity | scheme 24.8735 bits 0.2646 bits/instance Complexity improvement (Sf) -0.0836 bits -0.0009 bits/instance Mean absolute error 0.0817 Root mean squared error 0.2033 Relative absolute error 89.4343 % Root relative squared error 99.8984 % Coverage of cases (0.95 level) 95.7447 % Mean rel. region size (0.95 level) 50 % Total Number of Instances 94 @relation rel @attribute C_0 numeric @attribute C_1 numeric @attribute C_2 numeric @attribute C_3 numeric @attribute C_4 numeric @attribute t {0,1} @data 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 === Summary === Correctly Classified Instances 90 95.7447 % Incorrectly Classified Instances 4 4.2553 % Kappa statistic 0 K&B Relative Info Score 433.5572 % K&B Information Score 1.3758 bits 0.0146 bits/instance Class complexity | order 0 24.7899 bits 0.2637 bits/instance Class complexity | scheme 24.8735 bits 0.2646 bits/instance Complexity improvement (Sf) -0.0836 bits -0.0009 bits/instance Mean absolute error 0.0817 Root mean squared error 0.2033 Relative absolute error 89.4343 % Root relative squared error 99.8984 % Coverage of cases (0.95 level) 95.7447 % Mean rel. region size (0.95 level) 50 % Total Number of Instances 94 @relation rel @attribute C_0 numeric @attribute C_1 numeric @attribute C_2 numeric @attribute C_3 numeric @attribute C_4 numeric @attribute t {0,1} @data 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 1,1,1,1,1,1 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 0,0,0,0,0,0 === Summary === Correctly Classified Instances 90 95.7447 % Incorrectly Classified Instances 4 4.2553 % Kappa statistic 0 K&B Relative Info Score 433.5572 % K&B Information Score 1.3758 bits 0.0146 bits/instance Class complexity | order 0 24.7899 bits 0.2637 bits/instance Class complexity | scheme 24.8735 bits 0.2646 bits/instance Complexity improvement (Sf) -0.0836 bits -0.0009 bits/instance Mean absolute error 0.0817 Root mean squared error 0.2033 Relative absolute error 89.4343 % Root relative squared error 99.8984 % Coverage of cases (0.95 level) 95.7447 % Mean rel. region size (0.95 level) 50 % Total Number of Instances 94 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.353 sec - in org.dllearner.algorithms.miles.MILESTest Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ components-ext --- [INFO] Building jar: /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-ext/target/components-ext-1.3-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ components-ext --- [INFO] Installing /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-ext/target/components-ext-1.3-SNAPSHOT.jar to /usr/share/tomcat6/.m2/repository/org/dllearner/components-ext/1.3-SNAPSHOT/components-ext-1.3-SNAPSHOT.jar [INFO] Installing /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-ext/pom.xml to /usr/share/tomcat6/.m2/repository/org/dllearner/components-ext/1.3-SNAPSHOT/components-ext-1.3-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building dllearner-interfaces 1.3-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ interfaces --- [INFO] [INFO] --- xmlbeans-maven-plugin:2.3.3:xmlbeans (default) @ interfaces --- [INFO] [INFO] --- javacc-maven-plugin:2.6:javacc (javacc) @ interfaces --- [INFO] Skipping non-existing source directory: /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/javacc [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ interfaces --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] Copying 391 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ interfaces --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 123 source files to /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/classes [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/cli/DocumentationGenerator.java:[152,89] unchecked cast required: java.lang.Class found: java.lang.Class [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/cli/DocumentationGenerator.java:[163,56] unchecked call to isAssignableFrom(java.lang.Class) as a member of the raw type java.lang.Class [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/generated-sources/xmlbeans/org/springframework/schema/beans/impl/ListOrSetTypeImpl.java:[132,31] unchecked call to toArray(T[]) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/generated-sources/xmlbeans/org/springframework/schema/beans/impl/ListOrSetTypeImpl.java:[248,31] unchecked call to toArray(T[]) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/generated-sources/xmlbeans/org/springframework/schema/beans/impl/ListOrSetTypeImpl.java:[364,31] unchecked call to toArray(T[]) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/generated-sources/xmlbeans/org/springframework/schema/beans/impl/ListOrSetTypeImpl.java:[480,31] unchecked call to toArray(T[]) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/generated-sources/xmlbeans/org/springframework/schema/beans/impl/ListOrSetTypeImpl.java:[596,31] unchecked call to toArray(T[]) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/generated-sources/xmlbeans/org/springframework/schema/beans/impl/ListOrSetTypeImpl.java:[712,31] unchecked call to toArray(T[]) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/generated-sources/xmlbeans/org/springframework/schema/beans/impl/ListOrSetTypeImpl.java:[828,31] unchecked call to toArray(T[]) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/generated-sources/xmlbeans/org/springframework/schema/beans/impl/ListOrSetTypeImpl.java:[944,31] unchecked call to toArray(T[]) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/generated-sources/xmlbeans/org/springframework/schema/beans/impl/ListOrSetTypeImpl.java:[1060,31] unchecked call to toArray(T[]) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/generated-sources/xmlbeans/org/springframework/schema/beans/impl/ListOrSetTypeImpl.java:[1176,31] unchecked call to toArray(T[]) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/generated-sources/xmlbeans/org/springframework/schema/beans/impl/KeyDocumentImpl.java:[200,35] unchecked call to toArray(T[]) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/generated-sources/xmlbeans/org/springframework/schema/beans/impl/KeyDocumentImpl.java:[316,35] unchecked call to toArray(T[]) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/generated-sources/xmlbeans/org/springframework/schema/beans/impl/KeyDocumentImpl.java:[432,35] unchecked call to toArray(T[]) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/generated-sources/xmlbeans/org/springframework/schema/beans/impl/KeyDocumentImpl.java:[548,35] unchecked call to toArray(T[]) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/generated-sources/xmlbeans/org/springframework/schema/beans/impl/KeyDocumentImpl.java:[664,35] unchecked call to toArray(T[]) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/generated-sources/xmlbeans/org/springframework/schema/beans/impl/KeyDocumentImpl.java:[780,35] unchecked call to toArray(T[]) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/generated-sources/xmlbeans/org/springframework/schema/beans/impl/KeyDocumentImpl.java:[896,35] unchecked call to toArray(T[]) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/generated-sources/xmlbeans/org/springframework/schema/beans/impl/KeyDocumentImpl.java:[1012,35] unchecked call to toArray(T[]) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/generated-sources/xmlbeans/org/springframework/schema/beans/impl/KeyDocumentImpl.java:[1128,35] unchecked call to toArray(T[]) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/generated-sources/xmlbeans/org/springframework/schema/beans/impl/KeyDocumentImpl.java:[1244,35] unchecked call to toArray(T[]) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/EnrichmentServlet.java:[246,64] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/EnrichmentServlet.java:[247,64] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/EnrichmentServlet.java:[248,64] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/EnrichmentServlet.java:[249,64] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/EnrichmentServlet.java:[252,51] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/EnrichmentServlet.java:[253,51] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/EnrichmentServlet.java:[277,32] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/EnrichmentServlet.java:[278,32] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/EnrichmentServlet.java:[279,32] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/EnrichmentServlet.java:[280,32] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/EnrichmentServlet.java:[281,32] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/EnrichmentServlet.java:[282,32] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/EnrichmentServlet.java:[283,32] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/EnrichmentServlet.java:[284,32] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/EnrichmentServlet.java:[342,45] configure(org.dllearner.core.Component,java.lang.String,T) in org.dllearner.configuration.spring.editors.ConfigHelper has been deprecated [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/EnrichmentServlet.java:[344,45] configure(org.dllearner.core.Component,java.lang.String,T) in org.dllearner.configuration.spring.editors.ConfigHelper has been deprecated [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/EnrichmentServlet.java:[346,37] configure(org.dllearner.core.Component,java.lang.String,T) in org.dllearner.configuration.spring.editors.ConfigHelper has been deprecated [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/EnrichmentServlet.java:[365,80] unchecked conversion required: java.util.List found: java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/EnrichmentServlet.java:[440,35] unchecked call to EvaluatedAxiom(T,org.dllearner.learningproblems.AxiomScore) as a member of the raw type org.dllearner.core.EvaluatedAxiom [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/generated-sources/xmlbeans/org/springframework/schema/beans/impl/PropsTypeImpl.java:[38,31] unchecked call to toArray(T[]) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/confparser/PostProcessor.java:[91,89] unchecked cast required: java.util.Map found: java.lang.Object [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/confparser/PostProcessor.java:[135,23] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/cli/ExpressionValidation.java:[61,61] unchecked call to evaluate(V) as a member of the raw type org.dllearner.core.AbstractLearningProblem [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/configuration/spring/editors/AbstractPropertyEditor.java:[18,34] unchecked cast required: T found: java.lang.Object [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/ConfGeneratorServlet.java:[189,37] unchecked method invocation: method putAll in interface java.util.Map is applied to given types required: java.util.Map found: java.util.Map [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/ConfGeneratorServlet.java:[189,59] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/generated-sources/xmlbeans/org/springframework/schema/beans/impl/MapTypeImpl.java:[116,31] unchecked call to toArray(T[]) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/Rest.java:[83,35] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/Rest.java:[84,35] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/Rest.java:[85,35] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/Rest.java:[86,35] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/Rest.java:[87,35] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/Rest.java:[88,35] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/Rest.java:[89,35] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/Rest.java:[90,35] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/Rest.java:[91,35] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/Rest.java:[97,50] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/Rest.java:[98,35] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/Rest.java:[100,35] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/Rest.java:[101,35] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/Rest.java:[102,35] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/Rest.java:[103,35] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/Rest.java:[104,35] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/Rest.java:[105,35] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/Rest.java:[111,31] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/Rest.java:[112,31] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/Rest.java:[113,31] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/Rest.java:[118,31] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/Rest.java:[119,31] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/Rest.java:[120,31] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/Rest.java:[121,23] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/Rest.java:[125,19] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/cli/Enrichment.java:[553,37] configure(org.dllearner.core.Component,java.lang.String,T) in org.dllearner.configuration.spring.editors.ConfigHelper has been deprecated [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/cli/Enrichment.java:[555,37] configure(org.dllearner.core.Component,java.lang.String,T) in org.dllearner.configuration.spring.editors.ConfigHelper has been deprecated [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/cli/Enrichment.java:[557,29] configure(org.dllearner.core.Component,java.lang.String,T) in org.dllearner.configuration.spring.editors.ConfigHelper has been deprecated [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/cli/Enrichment.java:[579,65] unchecked conversion required: java.util.List> found: java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/cli/Enrichment.java:[692,76] unchecked conversion required: java.util.Map> found: java.util.Map [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/generated-sources/xmlbeans/org/springframework/schema/beans/impl/ReplacedMethodDocumentImpl.java:[110,35] unchecked call to toArray(T[]) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/DLLearnerWS.java:[278,131] unchecked cast required: java.lang.Class found: java.lang.Class [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/DLLearnerWS.java:[320,135] unchecked cast required: java.lang.Class found: java.lang.Class [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/DLLearnerWS.java:[348,161] unchecked cast required: java.lang.Class found: java.lang.Class [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/DLLearnerWS.java:[377,109] unchecked cast required: java.lang.Class found: java.lang.Class [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/server/DLLearnerWS.java:[806,68] unchecked cast required: java.util.TreeSet found: java.lang.Object [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/generated-sources/xmlbeans/org/springframework/schema/beans/impl/QualifierDocumentImpl.java:[110,35] unchecked call to toArray(T[]) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/configuration/spring/ConfigurationBasedBeanDefinitionRegistryPostProcessor.java:[79,99] unchecked cast required: java.util.Collection found: java.lang.Object [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/main/java/org/dllearner/configuration/spring/ConfigurationBasedBeanDefinitionRegistryPostProcessor.java:[107,44] unchecked call to getMethod(java.lang.String,java.lang.Class...) as a member of the raw type java.lang.Class [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/generated-sources/xmlbeans/org/springframework/schema/beans/impl/EntryTypeImpl.java:[216,31] unchecked call to toArray(T[]) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/generated-sources/xmlbeans/org/springframework/schema/beans/impl/EntryTypeImpl.java:[332,31] unchecked call to toArray(T[]) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/generated-sources/xmlbeans/org/springframework/schema/beans/impl/EntryTypeImpl.java:[448,31] unchecked call to toArray(T[]) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/generated-sources/xmlbeans/org/springframework/schema/beans/impl/EntryTypeImpl.java:[564,31] unchecked call to toArray(T[]) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/generated-sources/xmlbeans/org/springframework/schema/beans/impl/EntryTypeImpl.java:[680,31] unchecked call to toArray(T[]) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/generated-sources/xmlbeans/org/springframework/schema/beans/impl/EntryTypeImpl.java:[796,31] unchecked call to toArray(T[]) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/generated-sources/xmlbeans/org/springframework/schema/beans/impl/EntryTypeImpl.java:[912,31] unchecked call to toArray(T[]) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/generated-sources/xmlbeans/org/springframework/schema/beans/impl/EntryTypeImpl.java:[1028,31] unchecked call to toArray(T[]) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/generated-sources/xmlbeans/org/springframework/schema/beans/impl/EntryTypeImpl.java:[1144,31] unchecked call to toArray(T[]) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/generated-sources/xmlbeans/org/springframework/schema/beans/impl/EntryTypeImpl.java:[1260,31] unchecked call to toArray(T[]) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/generated-sources/xmlbeans/org/springframework/schema/beans/impl/BeansDocumentImpl.java:[198,35] unchecked call to toArray(T[]) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/generated-sources/xmlbeans/org/springframework/schema/beans/impl/BeansDocumentImpl.java:[314,35] unchecked call to toArray(T[]) as a member of the raw type java.util.List [INFO] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/generated-sources/xmlbeans/org/springframework/schema/beans/impl/BeansDocumentImpl.java: Some input files additionally use unchecked or unsafe operations. [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ interfaces --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ interfaces --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/test-classes [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/src/test/java/org/dllearner/test/junit/LearningProblemTest.java:[47,61] unchecked call to getAccuracyOrTooWeak(V) as a member of the raw type org.dllearner.core.AbstractLearningProblem [INFO] [INFO] --- maven-surefire-plugin:2.19:test (default-test) @ interfaces --- [INFO] Surefire report directory: /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.dllearner.cli.FatherCLITest Initializing component 'ks' of type KB File ... ... initialized component 'ks' in 809ms. Status: OK Initializing component 'embeddedReasoner' of type OWL API Reasoner ... Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) ... initialized component 'embeddedReasoner' in 375ms. Status: OK Initializing component 'reasoner' of type closed world reasoner ... Materializing TBox... ...TBox materialised in 213 ms. ... initialized component 'reasoner' in 214ms. Status: OK Initializing component 'op' of type rho refinement operator ... ... initialized component 'op' in 21ms. Status: OK Initializing component 'lp' of type PosNegLPStandard ... ... initialized component 'lp' in 5ms. Status: OK Initializing component 'h' of type multiple criteria heuristic ... ... initialized component 'h' in 0ms. Status: OK Initializing component 'alg' of type OWL Class Expression Learner ... ... initialized component 'alg' in 4ms. Status: OK starting top down refinement with: Thing (42.857% accuracy) more accurate (85.71%) class expression found: male more accurate (100.00%) class expression found: male and (hasChild some Thing) Maximum time (15 seconds) reached, stopping now... solutions (at most 20 are shown): 1: male and (hasChild some Thing) (accuracy 100%, length 5, depth 1) 2: (not (female)) and (hasChild some Thing) (accuracy 100%, length 6, depth 1) 3: hasChild some (female or (hasChild some Thing)) (accuracy 100%, length 7, depth 2) 4: hasChild some (female or (hasChild some female)) (accuracy 100%, length 7, depth 2) 5: hasChild some (female or (hasChild some (not (male)))) (accuracy 100%, length 8, depth 2) 6: hasChild some (female or (hasChild some (hasChild some Thing))) (accuracy 100%, length 9, depth 3) 7: male and (hasChild some (female or male)) (accuracy 100%, length 7, depth 1) 8: male and (hasChild some (hasChild only Thing)) (accuracy 100%, length 7, depth 2) 9: (male or male) and (hasChild some Thing) (accuracy 100%, length 7, depth 1) 10: hasChild some ((not (male)) or (hasChild some Thing)) (accuracy 100%, length 8, depth 2) 11: hasChild some ((not (male)) or (hasChild some female)) (accuracy 100%, length 8, depth 2) 12: hasChild some (female or (hasChild some (hasChild some male))) (accuracy 100%, length 9, depth 3) 13: hasChild some ((not (male)) or (hasChild some (not (male)))) (accuracy 100%, length 9, depth 2) 14: hasChild some ((not (male)) or (hasChild some (hasChild some Thing))) (accuracy 100%, length 10, depth 3) 15: male and (female or (hasChild some Thing)) (accuracy 100%, length 7, depth 1) 16: male and (hasChild some (female or (hasChild some Thing))) (accuracy 100%, length 9, depth 2) 17: hasChild some (female or (male and (hasChild some Thing))) (accuracy 100%, length 9, depth 2) 18: hasChild some (female or (hasChild some (female or female))) (accuracy 100%, length 9, depth 2) 19: hasChild some (female or (hasChild some (female or male))) (accuracy 100%, length 9, depth 2) 20: hasChild some (female or (hasChild some (hasChild only Thing))) (accuracy 100%, length 9, depth 3) Algorithm stopped (28304 descriptions tested). Initializing component 'ks' of type KB File ... ... initialized component 'ks' in 65ms. Status: OK Initializing component 'reasoner' of type closed world reasoner ... Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) Materializing TBox... ...TBox materialised in 1 ms. ... initialized component 'reasoner' in 63ms. Status: OK Initializing component 'op' of type rho refinement operator ... ... initialized component 'op' in 3ms. Status: OK Initializing component 'lp' of type PosNegLPStandard ... ... initialized component 'lp' in 0ms. Status: OK Initializing component 'h' of type multiple criteria heuristic ... ... initialized component 'h' in 0ms. Status: OK Initializing component 'alg' of type OWL Class Expression Learner ... ... initialized component 'alg' in 1ms. Status: OK starting top down refinement with: Thing (42.857% accuracy) more accurate (85.71%) class expression found: male more accurate (100.00%) class expression found: male and (hasChild some Thing) Maximum time (15 seconds) reached, stopping now... solutions (at most 20 are shown): 1: male and (hasChild some Thing) (accuracy 100%, length 5, depth 1) 2: (not (female)) and (hasChild some Thing) (accuracy 100%, length 6, depth 1) 3: hasChild some (female or (hasChild some Thing)) (accuracy 100%, length 7, depth 2) 4: hasChild some (female or (hasChild some female)) (accuracy 100%, length 7, depth 2) 5: hasChild some (female or (hasChild some (not (male)))) (accuracy 100%, length 8, depth 2) 6: hasChild some (female or (hasChild some (hasChild some Thing))) (accuracy 100%, length 9, depth 3) 7: male and (hasChild some (female or male)) (accuracy 100%, length 7, depth 1) 8: male and (hasChild some (hasChild only Thing)) (accuracy 100%, length 7, depth 2) 9: (male or male) and (hasChild some Thing) (accuracy 100%, length 7, depth 1) 10: hasChild some ((not (male)) or (hasChild some Thing)) (accuracy 100%, length 8, depth 2) 11: hasChild some ((not (male)) or (hasChild some female)) (accuracy 100%, length 8, depth 2) 12: hasChild some (female or (hasChild some (hasChild some male))) (accuracy 100%, length 9, depth 3) 13: hasChild some ((not (male)) or (hasChild some (not (male)))) (accuracy 100%, length 9, depth 2) 14: hasChild some ((not (male)) or (hasChild some (hasChild some Thing))) (accuracy 100%, length 10, depth 3) 15: male and (female or (hasChild some Thing)) (accuracy 100%, length 7, depth 1) 16: male and (hasChild some (female or (hasChild some Thing))) (accuracy 100%, length 9, depth 2) 17: hasChild some (female or (male and (hasChild some Thing))) (accuracy 100%, length 9, depth 2) 18: hasChild some (female or (hasChild some (female or female))) (accuracy 100%, length 9, depth 2) 19: hasChild some (female or (hasChild some (female or male))) (accuracy 100%, length 9, depth 2) 20: hasChild some (female or (hasChild some (hasChild only Thing))) (accuracy 100%, length 9, depth 3) Algorithm stopped (29144 descriptions tested). Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.595 sec - in org.dllearner.cli.FatherCLITest Running org.dllearner.configuration.spring.ConfigurationBasedPropertyOverrideConfigurerTest Initializing component 'fourthBean' of type TestBean Component ... ... initialized component 'fourthBean' in 0ms. Status: OK Initializing component 'thirdBean' of type TestBean Component ... ... initialized component 'thirdBean' in 0ms. Status: OK Initializing component 'secondBean' of type TestBean Component ... ... initialized component 'secondBean' in 0ms. Status: OK Initializing component 'testBean' of type TestBean Component ... ... initialized component 'testBean' in 0ms. Status: OK Initializing component 'fifthBean' of type TestBean Component ... ... initialized component 'fifthBean' in 0ms. Status: OK Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 sec - in org.dllearner.configuration.spring.ConfigurationBasedPropertyOverrideConfigurerTest Running org.dllearner.confparser3.ParseTest ks.type = KB File ks.fileName = father.kb reasoner.type = cwr reasoner.reasonerComponent = embeddedReasoner (bean reference) embeddedReasoner.type = OWL API Reasoner embeddedReasoner.sources = [ks] lp.type = posNegStandard lp.positiveExamples = [http://localhost/foo#markus, http://localhost/foo#stefan, http://localhost/foo#bernd] lp.negativeExamples = [http://localhost/foo#gabi, http://localhost/foo#anna, http://localhost/foo#michelle, http://localhost/foo#heinz] lp.reasoner = reasoner (bean reference) op.type = rho op.useCardinalityRestrictions = true op.reasoner = reasoner (bean reference) h.type = multiheuristic h.expansionPenaltyFactor = 0.2 alg.type = ocel alg.reasoner = reasoner (bean reference) alg.operator = op (bean reference) alg.heuristic = h (bean reference) alg.maxExecutionTimeInSeconds = 15 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.dllearner.confparser3.ParseTest Running org.dllearner.test.junit.LearningProblemTest Initializing component 'acc' of type Predictive Accuracy without Weak elimination ... ... initialized component 'acc' in 0ms. Status: OK Initializing component 'ks' of type OWL File ... ... initialized component 'ks' in 1ms. Status: OK Initializing component 'reasoner' of type closed world reasoner ... dumping remaining triples done dumping remaining triples Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner) Materializing TBox... Property cytogen_ca has more than one value [false, true] for individual d135. We ignore the value. Property cytogen_ca has value [false, true]. Cannot determine whether it is false. ...TBox materialised in 16049 ms. ... initialized component 'reasoner' in 23s 765ms. Status: OK Initializing component 'op' of type rho refinement operator ... ... initialized component 'op' in 156ms. Status: OK Initializing component 'lp' of type PosNegLPStandard ... ... initialized component 'lp' in 1ms. Status: OK Initializing component 'alg' of type OWL Class Expression Learner ... ... initialized component 'alg' in 5ms. Status: OK concept: Compound and ((hasStructure some Ar_halide) or (amesTestPositive some {true})) and (hasAtom only (not (Nitrogen-35))) {12} Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.235 sec - in org.dllearner.test.junit.LearningProblemTest Results : Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ interfaces --- [INFO] Building jar: /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/dl-learner.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ interfaces --- [INFO] Installing /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/dl-learner.jar to /usr/share/tomcat6/.m2/repository/org/dllearner/interfaces/1.3-SNAPSHOT/interfaces-1.3-SNAPSHOT.jar [INFO] Installing /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/pom.xml to /usr/share/tomcat6/.m2/repository/org/dllearner/interfaces/1.3-SNAPSHOT/interfaces-1.3-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Executable scripts 1.3-SNAPSHOT [INFO] ------------------------------------------------------------------------ [WARNING] The POM for org.codehaus.woodstox:wstx-asl:jar:3.2.9 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ scripts --- [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ scripts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/scripts/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ scripts --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 25 source files to /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/scripts/target/classes [ERROR] error reading /usr/share/tomcat6/.m2/repository/org/codehaus/woodstox/wstx-asl/3.2.9/wstx-asl-3.2.9.jar; error in opening zip file [ERROR] error reading /usr/share/tomcat6/.m2/repository/org/codehaus/woodstox/wstx-asl/3.2.9/wstx-asl-3.2.9.jar; error in opening zip file [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/scripts/src/main/java/org/dllearner/experiments/MyMonKey.java:[146,27] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/scripts/src/main/java/org/dllearner/experiments/MyMonKey.java:[156,27] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/scripts/src/main/java/org/dllearner/experiments/MyMonKey.java:[157,27] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/scripts/src/main/java/org/dllearner/experiments/MyMonKey.java:[162,26] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/scripts/src/main/java/org/dllearner/experiments/MyMonKey.java:[169,26] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/scripts/src/main/java/org/dllearner/experiments/MyMonKey.java:[170,26] unchecked call to add(E) as a member of the raw type java.util.List [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ scripts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/scripts/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ scripts --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19:test (default-test) @ scripts --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ scripts --- [INFO] Building jar: /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/scripts/target/scripts-1.3-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ scripts --- [INFO] Installing /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/scripts/target/scripts-1.3-SNAPSHOT.jar to /usr/share/tomcat6/.m2/repository/org/dllearner/scripts/1.3-SNAPSHOT/scripts-1.3-SNAPSHOT.jar [INFO] Installing /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/scripts/pom.xml to /usr/share/tomcat6/.m2/repository/org/dllearner/scripts/1.3-SNAPSHOT/scripts-1.3-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] DL Learner Parent Pom ............................. SUCCESS [ 1.779 s] [INFO] DL Learner Core Components ........................ SUCCESS [03:00 min] [INFO] components-ext .................................... SUCCESS [ 34.515 s] [INFO] dllearner-interfaces .............................. SUCCESS [01:09 min] [INFO] Executable scripts ................................ SUCCESS [ 2.263 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 04:51 min [INFO] Finished at: 2016-06-23T19:49:14+01:00 [INFO] Final Memory: 66M/231M [INFO] ------------------------------------------------------------------------ [JENKINS] Archiving /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/pom.xml to org.dllearner/interfaces/1.3-SNAPSHOT/interfaces-1.3-SNAPSHOT.pom [JENKINS] Archiving /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/interfaces/target/dl-learner.jar to org.dllearner/interfaces/1.3-SNAPSHOT/interfaces-1.3-SNAPSHOT.jar [JENKINS] Archiving /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-ext/pom.xml to org.dllearner/components-ext/1.3-SNAPSHOT/components-ext-1.3-SNAPSHOT.pom [JENKINS] Archiving /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-ext/target/components-ext-1.3-SNAPSHOT.jar to org.dllearner/components-ext/1.3-SNAPSHOT/components-ext-1.3-SNAPSHOT.jar [JENKINS] Archiving /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/scripts/pom.xml to org.dllearner/scripts/1.3-SNAPSHOT/scripts-1.3-SNAPSHOT.pom [JENKINS] Archiving /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/scripts/target/scripts-1.3-SNAPSHOT.jar to org.dllearner/scripts/1.3-SNAPSHOT/scripts-1.3-SNAPSHOT.jar [JENKINS] Archiving /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/pom.xml to org.dllearner/dllearner-parent/1.3-SNAPSHOT/dllearner-parent-1.3-SNAPSHOT.pom [JENKINS] Archiving /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/pom.xml to org.dllearner/components-core/1.3-SNAPSHOT/components-core-1.3-SNAPSHOT.pom [JENKINS] Archiving /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/target/components-core-1.3-SNAPSHOT.jar to org.dllearner/components-core/1.3-SNAPSHOT/components-core-1.3-SNAPSHOT.jar [JENKINS] Archiving /usr/share/tomcat6/.jenkins/jobs/DL-Learner Merge-M/branches/tdt-learning/workspace/components-core/target/components-core-1.3-SNAPSHOT-tests.jar to org.dllearner/components-core/1.3-SNAPSHOT/components-core-1.3-SNAPSHOT-tests.jar channel stopped Setting commit status on GitHub for https://github.com/AKSW/DL-Learner/commit/2d978668a414d4367af775bada2188314d3870aa Setting commit status on GitHub for https://github.com/AKSW/DL-Learner/commit/2d978668a414d4367af775bada2188314d3870aa Finished: SUCCESS