[INFO]
[INFO] --------------------< org.dllearner:components-ext >--------------------
[INFO] Building components-ext 1.3.1-SNAPSHOT [3/6]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from maven.aksw.internal: http://maven.aksw.org/repository/internal/org/postgis/postgis-jdbc/1.3.3/postgis-jdbc-1.3.3.pom
[INFO] Downloaded from maven.aksw.internal: http://maven.aksw.org/repository/internal/org/postgis/postgis-jdbc/1.3.3/postgis-jdbc-1.3.3.pom (2.5 kB at 17 kB/s)
[INFO] Downloading from maven.aksw.internal: http://maven.aksw.org/repository/internal/org/postgis/postgis-main/1.3.3/postgis-main-1.3.3.pom
[INFO] Downloaded from maven.aksw.internal: http://maven.aksw.org/repository/internal/org/postgis/postgis-main/1.3.3/postgis-main-1.3.3.pom (5.2 kB at 180 kB/s)
[INFO] Downloading from maven.aksw.internal: http://maven.aksw.org/repository/internal/org/postgresql/postgresql/42.2.6/postgresql-42.2.6.pom
[INFO] Downloading from maven.aksw.snapshots: http://maven.aksw.org/repository/snapshots/org/postgresql/postgresql/42.2.6/postgresql-42.2.6.pom
[INFO] Downloading from davidsoergel.releases: http://dev.davidsoergel.com/nexus/content/repositories/releases/org/postgresql/postgresql/42.2.6/postgresql-42.2.6.pom
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/postgresql/postgresql/42.2.6/postgresql-42.2.6.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/postgresql/postgresql/42.2.6/postgresql-42.2.6.pom (11 kB at 38 kB/s)
[INFO] Downloading from maven.aksw.internal: http://maven.aksw.org/repository/internal/org/postgresql/pgjdbc-core-parent/1.1.5/pgjdbc-core-parent-1.1.5.pom
[INFO] Downloading from maven.aksw.snapshots: http://maven.aksw.org/repository/snapshots/org/postgresql/pgjdbc-core-parent/1.1.5/pgjdbc-core-parent-1.1.5.pom
[INFO] Downloading from davidsoergel.releases: http://dev.davidsoergel.com/nexus/content/repositories/releases/org/postgresql/pgjdbc-core-parent/1.1.5/pgjdbc-core-parent-1.1.5.pom
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/postgresql/pgjdbc-core-parent/1.1.5/pgjdbc-core-parent-1.1.5.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/postgresql/pgjdbc-core-parent/1.1.5/pgjdbc-core-parent-1.1.5.pom (18 kB at 498 kB/s)
[INFO] Downloading from maven.aksw.internal: http://maven.aksw.org/repository/internal/org/postgresql/pgjdbc-versions/1.1.5/pgjdbc-versions-1.1.5.pom
[INFO] Downloading from maven.aksw.snapshots: http://maven.aksw.org/repository/snapshots/org/postgresql/pgjdbc-versions/1.1.5/pgjdbc-versions-1.1.5.pom
[INFO] Downloading from davidsoergel.releases: http://dev.davidsoergel.com/nexus/content/repositories/releases/org/postgresql/pgjdbc-versions/1.1.5/pgjdbc-versions-1.1.5.pom
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/postgresql/pgjdbc-versions/1.1.5/pgjdbc-versions-1.1.5.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/postgresql/pgjdbc-versions/1.1.5/pgjdbc-versions-1.1.5.pom (23 kB at 627 kB/s)
[INFO] Downloading from maven.aksw.internal: http://maven.aksw.org/repository/internal/org/postgis/postgis-jdbc/1.3.3/postgis-jdbc-1.3.3.jar
[INFO] Downloading from maven.aksw.internal: http://maven.aksw.org/repository/internal/org/postgresql/postgresql/42.2.6/postgresql-42.2.6.jar
[INFO] Downloaded from maven.aksw.internal: http://maven.aksw.org/repository/internal/org/postgis/postgis-jdbc/1.3.3/postgis-jdbc-1.3.3.jar (76 kB at 5.4 MB/s)
[INFO] Downloading from maven.aksw.snapshots: http://maven.aksw.org/repository/snapshots/org/postgresql/postgresql/42.2.6/postgresql-42.2.6.jar
[INFO] Downloading from davidsoergel.releases: http://dev.davidsoergel.com/nexus/content/repositories/releases/org/postgresql/postgresql/42.2.6/postgresql-42.2.6.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/postgresql/postgresql/42.2.6/postgresql-42.2.6.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/postgresql/postgresql/42.2.6/postgresql-42.2.6.jar (843 kB at 8.1 MB/s)
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ components-ext ---
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ components-ext ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 60 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ components-ext ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 115 source files to /usr/share/tomcat8/.jenkins/jobs/DL-Learner Merge-M/branches/feature-spatial.ftjsu2/workspace/components-ext/target/classes
[INFO] /usr/share/tomcat8/.jenkins/jobs/DL-Learner Merge-M/branches/feature-spatial.ftjsu2/workspace/components-ext/src/main/java/org/dllearner/algorithms/probabilistic/structure/distributed/unife/leap/LEAPDistributed.java: Some input files use unchecked or unsafe operations.
[INFO] /usr/share/tomcat8/.jenkins/jobs/DL-Learner Merge-M/branches/feature-spatial.ftjsu2/workspace/components-ext/src/main/java/org/dllearner/algorithms/probabilistic/structure/distributed/unife/leap/LEAPDistributed.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ components-ext ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 32 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ components-ext ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /usr/share/tomcat8/.jenkins/jobs/DL-Learner Merge-M/branches/feature-spatial.ftjsu2/workspace/components-ext/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ components-ext ---
[INFO] Surefire report directory: /usr/share/tomcat8/.jenkins/jobs/DL-Learner Merge-M/branches/feature-spatial.ftjsu2/workspace/components-ext/target/surefire-reports
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.dllearner.algorithms.miles.MILESTest
log4j: Trying to find [log4j.properties] using context classloader sun.misc.Launcher$AppClassLoader@7d4991ad.
log4j: Using URL [file:/usr/share/tomcat8/.jenkins/jobs/DL-Learner%20Merge-M/branches/feature-spatial.ftjsu2/workspace/components-ext/target/test-classes/log4j.properties] for automatic log4j configuration.
log4j: Reading configuration from URL file:/usr/share/tomcat8/.jenkins/jobs/DL-Learner%20Merge-M/branches/feature-spatial.ftjsu2/workspace/components-ext/target/test-classes/log4j.properties
log4j: Parsing for [root] with value=[DEBUG, stdout].
log4j: Level token is [DEBUG].
log4j: Category root set to DEBUG
log4j: Parsing appender named "stdout".
log4j: Parsing layout options for "stdout".
log4j: Setting property [conversionPattern] to [%m%n].
log4j: End of parsing for "stdout".
log4j: Setting property [target] to [System.out].
log4j: Parsed "stdout" options.
log4j: Parsing for [org.apache.http.wire] with value=[OFF].
log4j: Level token is [OFF].
log4j: Category org.apache.http.wire set to OFF
log4j: Handling log4j.additivity.org.apache.http.wire=[null]
log4j: Parsing for [org.dllearner.sparqlquerygenerator] with value=[OFF].
log4j: Level token is [OFF].
log4j: Category org.dllearner.sparqlquerygenerator set to OFF
log4j: Handling log4j.additivity.org.dllearner.sparqlquerygenerator=[null]
log4j: Parsing for [org.apache.solr.level] with value=[OFF].
log4j: Level token is [OFF].
log4j: Category org.apache.solr.level set to OFF
log4j: Handling log4j.additivity.org.apache.solr.level=[null]
log4j: Parsing for [org.apache.http] with value=[OFF].
log4j: Level token is [OFF].
log4j: Category org.apache.http set to OFF
log4j: Handling log4j.additivity.org.apache.http=[null]
log4j: Parsing for [org.dllearner.algorithm.tbsl] with value=[INFO].
log4j: Level token is [INFO].
log4j: Category org.dllearner.algorithm.tbsl set to INFO
log4j: Handling log4j.additivity.org.dllearner.algorithm.tbsl=[null]
log4j: Parsing for [org.dllearner.algorithm.tbsl.templator] with value=[WARN].
log4j: Level token is [WARN].
log4j: Category org.dllearner.algorithm.tbsl.templator set to WARN
log4j: Handling log4j.additivity.org.dllearner.algorithm.tbsl.templator=[null]
log4j: Parsing for [org.dllearner.autosparql.server] with value=[OFF].
log4j: Level token is [OFF].
log4j: Category org.dllearner.autosparql.server set to OFF
log4j: Handling log4j.additivity.org.dllearner.autosparql.server=[null]
log4j: Parsing for [org.dllearner.algorithm.tbsl.ltag.parser] with value=[WARN].
log4j: Level token is [WARN].
log4j: Category org.dllearner.algorithm.tbsl.ltag.parser set to WARN
log4j: Handling log4j.additivity.org.dllearner.algorithm.tbsl.ltag.parser=[null]
log4j: Parsing for [org.dllearner.algorithms.probabilistic] with value=[DEBUG, APPENDER_FILE, APPENDER_OUT].
log4j: Level token is [DEBUG].
log4j: Category org.dllearner.algorithms.probabilistic set to DEBUG
log4j: Parsing appender named "APPENDER_FILE".
log4j: Parsing layout options for "APPENDER_FILE".
log4j: Setting property [conversionPattern] to [%d{yyyy-MM-dd HH:mm:ss} %p [%C:%L] - %m%n].
log4j: End of parsing for "APPENDER_FILE".
log4j: Setting property [maxFileSize] to [10MB].
log4j: Setting property [file] to [log/leap.log].
log4j: Setting property [maxBackupIndex] to [1].
log4j: setFile called: log/leap.log, true
log4j: setFile ended
log4j: Parsed "APPENDER_FILE" options.
log4j: Parsing appender named "APPENDER_OUT".
log4j: Parsing layout options for "APPENDER_OUT".
log4j: Setting property [conversionPattern] to [%5p (%F:%L) - %m%n].
log4j: End of parsing for "APPENDER_OUT".
log4j: Parsed "APPENDER_OUT" options.
log4j: Handling log4j.additivity.org.dllearner.algorithms.probabilistic=[null]
log4j: Finished configuring.
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/usr/share/tomcat8/.m2/repository/org/slf4j/slf4j-log4j12/1.7.28/slf4j-log4j12-1.7.28.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/usr/share/tomcat8/.m2/repository/org/apache/logging/log4j/log4j-slf4j-impl/2.12.1/log4j-slf4j-impl-2.12.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
Add location: LocatorFile
Add location: ClassLoaderLocator
Failed to find configuration: file:location-mapping.rdf;file:location-mapping.n3;file:location-mapping.ttl;file:etc/location-mapping.rdf;file:etc/location-mapping.n3;file:etc/location-mapping.ttl
Add location: LocatorFile
Add location: LocatorURL
Add location: ClassLoaderLocator
Failed to find configuration: location-mapping.ttl;location-mapping.rdf;location-mapping.n3;etc/location-mapping.rdf;etc/location-mapping.n3;etc/location-mapping.ttl
System architecture: 64 bit
System architecture: 64 bit
Not mapped: rdf-prefixes/jena-extended.jsonld
open(rdf-prefixes/jena-extended.jsonld)
Not mapped: rdf-prefixes/jena-extended.jsonld
Found: rdf-prefixes/jena-extended.jsonld (ClassLoaderLocator)
Not mapped: rdf-prefixes/arq.jsonld
open(rdf-prefixes/arq.jsonld)
Not mapped: rdf-prefixes/arq.jsonld
Found: rdf-prefixes/arq.jsonld (ClassLoaderLocator)
Not mapped: rdf-prefixes/rdfa11.jsonld
open(rdf-prefixes/rdfa11.jsonld)
Not mapped: rdf-prefixes/rdfa11.jsonld
Found: rdf-prefixes/rdfa11.jsonld (ClassLoaderLocator)
Not mapped: rdf-prefixes/geosparql.jsonld
open(rdf-prefixes/geosparql.jsonld)
Not mapped: rdf-prefixes/geosparql.jsonld
Found: rdf-prefixes/geosparql.jsonld (ClassLoaderLocator)
Not mapped: rdf-prefixes/dataid.jsonld
open(rdf-prefixes/dataid.jsonld)
Not mapped: rdf-prefixes/dataid.jsonld
Found: rdf-prefixes/dataid.jsonld (ClassLoaderLocator)
Not mapped: rdf-prefixes/jsa.jsonld
open(rdf-prefixes/jsa.jsonld)
Not mapped: rdf-prefixes/jsa.jsonld
Found: rdf-prefixes/jsa.jsonld (ClassLoaderLocator)
Registering interface org.aksw.jena_sparql_api.core.RDFConnectionMetaData
Parsed path <http://www.example.org/dataset> into <http://www.example.org/dataset>
Parsed path <http://www.example.org/dataset> into <http://www.example.org/dataset>
Parsed path <http://www.example.org/serviceURL> into <http://www.example.org/serviceURL>
Parsed path <http://www.example.org/dataset> into <http://www.example.org/dataset>
Parsed path <http://www.example.org/dataset> into <http://www.example.org/dataset>
Parsed path <http://www.example.org/serviceURL> into <http://www.example.org/serviceURL>
Loading file META-INF/services/org.semanticweb.owlapi.model.OWLOntologyManager
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-distribution/4.5.13/owlapi-distribution-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.model.OWLOntologyManager
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-impl/4.5.13/owlapi-impl-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.model.OWLOntologyManager
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-distribution/4.5.13/owlapi-distribution-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.model.OWLOntologyManager
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-impl/4.5.13/owlapi-impl-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.model.OWLOntologyManager
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-distribution/4.5.13/owlapi-distribution-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.model.OWLOntologyManager
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-impl/4.5.13/owlapi-impl-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.model.OWLOntologyManager
Loading file META-INF/services/org.semanticweb.owlapi.model.OWLDataFactory
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-distribution/4.5.13/owlapi-distribution-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.model.OWLDataFactory
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-impl/4.5.13/owlapi-impl-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.model.OWLDataFactory
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-distribution/4.5.13/owlapi-distribution-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.model.OWLDataFactory
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-impl/4.5.13/owlapi-impl-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.model.OWLDataFactory
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-distribution/4.5.13/owlapi-distribution-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.model.OWLDataFactory
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-impl/4.5.13/owlapi-impl-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.model.OWLDataFactory
Injecting object uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl@a10c1b5
Loading file META-INF/services/org.semanticweb.owlapi.model.OWLOntologyIRIMapper
No files found for META-INF/services/org.semanticweb.owlapi.model.OWLOntologyIRIMapper
Injecting values [[]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setIRIMappers(java.util.Set).
Loading file META-INF/services/org.semanticweb.owlapi.io.OWLParserFactory
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-distribution/4.5.13/owlapi-distribution-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.io.OWLParserFactory
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-oboformat/4.5.13/owlapi-oboformat-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.io.OWLParserFactory
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-rio/4.5.13/owlapi-rio-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.io.OWLParserFactory
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-parsers/4.5.13/owlapi-parsers-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.io.OWLParserFactory
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-distribution/4.5.13/owlapi-distribution-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.io.OWLParserFactory
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-oboformat/4.5.13/owlapi-oboformat-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.io.OWLParserFactory
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-rio/4.5.13/owlapi-rio-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.io.OWLParserFactory
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-parsers/4.5.13/owlapi-parsers-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.io.OWLParserFactory
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-distribution/4.5.13/owlapi-distribution-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.io.OWLParserFactory
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-oboformat/4.5.13/owlapi-oboformat-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.io.OWLParserFactory
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-rio/4.5.13/owlapi-rio-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.io.OWLParserFactory
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-parsers/4.5.13/owlapi-parsers-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.io.OWLParserFactory
Injecting values [[org.semanticweb.owlapi.rio.RioRDFaParserFactory@847f3e7, org.semanticweb.owlapi.oboformat.OBOFormatOWLAPIParserFactory@2fe88a09, org.semanticweb.owlapi.rio.RioN3ParserFactory@ddf20fd, org.semanticweb.owlapi.rio.RioNTriplesParserFactory@1b32cd16, org.semanticweb.owlapi.krss2.parser.KRSS2OWLParserFactory@59712875, org.semanticweb.owlapi.rio.RioTrixParserFactory@6f099cef, org.semanticweb.owlapi.rdf.rdfxml.parser.RDFXMLParserFactory@1d782abe, org.semanticweb.owlapi.rio.RioTrigParserFactory@71c905a3, org.semanticweb.owlapi.rio.RioNQuadsParserFactory@6443b128, org.semanticweb.owlapi.rio.RioTurtleParserFactory@2f879bab, org.semanticweb.owlapi.manchestersyntax.parser.ManchesterOWLSyntaxOntologyParserFactory@6bcbf05b, org.semanticweb.owlapi.rio.RioBinaryRdfParserFactory@27f1bbe0, org.semanticweb.owlapi.rio.RioJsonLDParserFactory@71a3a190, org.semanticweb.owlapi.rio.RioRDFXMLParserFactory@55ea2d70, org.semanticweb.owlapi.functional.parser.OWLFunctionalSyntaxOWLParserFactory@6872f9c8, org.semanticweb.owlapi.rdf.turtle.parser.TurtleOntologyParserFactory@18a645fd, org.semanticweb.owlapi.owlxml.parser.OWLXMLParserFactory@201aa8c1, org.semanticweb.owlapi.rio.RioJsonParserFactory@25d958c6]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyParsers(java.util.Set).
Loading file META-INF/services/org.semanticweb.owlapi.model.OWLOntologyFactory
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-distribution/4.5.13/owlapi-distribution-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.model.OWLOntologyFactory
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-impl/4.5.13/owlapi-impl-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.model.OWLOntologyFactory
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-distribution/4.5.13/owlapi-distribution-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.model.OWLOntologyFactory
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-impl/4.5.13/owlapi-impl-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.model.OWLOntologyFactory
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-distribution/4.5.13/owlapi-distribution-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.model.OWLOntologyFactory
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-impl/4.5.13/owlapi-impl-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.model.OWLOntologyFactory
Injecting values [[uk.ac.manchester.cs.owl.owlapi.OWLOntologyFactoryImpl@72209d93]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyFactories(java.util.Set).
Loading file META-INF/services/org.semanticweb.owlapi.model.OWLStorerFactory
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-distribution/4.5.13/owlapi-distribution-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.model.OWLStorerFactory
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-oboformat/4.5.13/owlapi-oboformat-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.model.OWLStorerFactory
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-rio/4.5.13/owlapi-rio-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.model.OWLStorerFactory
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-parsers/4.5.13/owlapi-parsers-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.model.OWLStorerFactory
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-distribution/4.5.13/owlapi-distribution-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.model.OWLStorerFactory
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-oboformat/4.5.13/owlapi-oboformat-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.model.OWLStorerFactory
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-rio/4.5.13/owlapi-rio-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.model.OWLStorerFactory
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-parsers/4.5.13/owlapi-parsers-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.model.OWLStorerFactory
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-distribution/4.5.13/owlapi-distribution-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.model.OWLStorerFactory
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-oboformat/4.5.13/owlapi-oboformat-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.model.OWLStorerFactory
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-rio/4.5.13/owlapi-rio-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.model.OWLStorerFactory
Loading URL for service jar:file:/usr/share/tomcat8/.m2/repository/net/sourceforge/owlapi/owlapi-parsers/4.5.13/owlapi-parsers-4.5.13.jar!/META-INF/services/org.semanticweb.owlapi.model.OWLStorerFactory
Injecting values [[org.semanticweb.owlapi.manchestersyntax.renderer.ManchesterSyntaxStorerFactory@7a799159, org.semanticweb.owlapi.rio.RioN3StorerFactory@31e32ea2, org.semanticweb.owlapi.rio.RioNQuadsStorerFactory@749f539e, org.semanticweb.owlapi.rio.RioTrixStorerFactory@b558294, org.semanticweb.owlapi.rdf.rdfxml.renderer.RDFXMLStorerFactory@4bdc8b5d, org.semanticweb.owlapi.krss2.renderer.KRSS2OWLSyntaxStorerFactory@65cc8228, org.semanticweb.owlapi.rio.RioRDFXMLStorerFactory@997d532, org.semanticweb.owlapi.rio.RioNTriplesStorerFactory@6ef81f31, org.semanticweb.owlapi.dlsyntax.renderer.DLSyntaxHTMLStorerFactory@2eb79cbe, org.semanticweb.owlapi.rio.RioBinaryRdfStorerFactory@35f8a9d3, org.semanticweb.owlapi.oboformat.OBOFormatStorerFactory@23ee75c5, org.semanticweb.owlapi.rio.RioTrigStorerFactory@7a18e8d, org.semanticweb.owlapi.latex.renderer.LatexStorerFactory@368d5c00, org.semanticweb.owlapi.owlxml.renderer.OWLXMLStorerFactory@726a17c4, org.semanticweb.owlapi.rio.RioTurtleStorerFactory@27aae97b, org.semanticweb.owlapi.dlsyntax.renderer.DLSyntaxStorerFactory@7578e06a, org.semanticweb.owlapi.functional.renderer.FunctionalSyntaxStorerFactory@76911385, org.semanticweb.owlapi.rio.RioJsonLDStorerFactory@a50ae65, org.semanticweb.owlapi.rio.RioJsonStorerFactory@56de6d6b, org.semanticweb.owlapi.rdf.turtle.renderer.TurtleStorerFactory@76b224cd]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyStorers(java.util.Set).
http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl, error message: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl, error message: Property 'entityExpansionLimit' is not recognized.
Total number of triples: 999
list: <http://ns.softwiki.de/req/AbstractComment>
list: <http://ns.softwiki.de/req/AbstractRequirement>
list: <http://ns.softwiki.de/req/Keyword>
list: <http://ns.softwiki.de/req/AbstractComment>
list: <http://ns.softwiki.de/req/AbstractRequirement>
list: <http://ns.softwiki.de/req/Keyword>
list: <http://ns.softwiki.de/req/Requirement>
list: ObjectSomeValuesFrom(<http://ns.softwiki.de/req/isCreatedBy> <http://ns.softwiki.de/req/Customer>)
list: <http://ns.softwiki.de/req/Goal>
list: <http://ns.softwiki.de/req/Requirement>
list: <http://ns.softwiki.de/req/Requirement>
list: ObjectSomeValuesFrom(<http://ns.softwiki.de/req/willLeadTo> <http://ns.softwiki.de/req/SystemRequirement>)
list: <http://ns.softwiki.de/req/AbstractSource>
list: ObjectSomeValuesFrom(<http://ns.softwiki.de/req/leadsTo> <http://ns.softwiki.de/req/AbstractRequirement>)
Loaded OntologyID(OntologyIRI(<http://ns.softwiki.de/req/>) VersionIRI(<null>))
Injecting object uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl@6724cdec
Loading file META-INF/services/org.semanticweb.owlapi.model.OWLOntologyIRIMapper
No files found for META-INF/services/org.semanticweb.owlapi.model.OWLOntologyIRIMapper
Injecting values [[]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setIRIMappers(java.util.Set).
Injecting values [[org.semanticweb.owlapi.krss2.parser.KRSS2OWLParserFactory@30364216, org.semanticweb.owlapi.rdf.turtle.parser.TurtleOntologyParserFactory@38bb9d7a, org.semanticweb.owlapi.rio.RioTrigParserFactory@35d5ac51, org.semanticweb.owlapi.functional.parser.OWLFunctionalSyntaxOWLParserFactory@1e8ab90f, org.semanticweb.owlapi.rio.RioJsonParserFactory@5bc7e78e, org.semanticweb.owlapi.owlxml.parser.OWLXMLParserFactory@78d6447a, org.semanticweb.owlapi.rio.RioRDFXMLParserFactory@1292071f, org.semanticweb.owlapi.rio.RioTrixParserFactory@b606cb6, org.semanticweb.owlapi.rdf.rdfxml.parser.RDFXMLParserFactory@7a729f84, org.semanticweb.owlapi.rio.RioJsonLDParserFactory@52e04737, org.semanticweb.owlapi.rio.RioNTriplesParserFactory@4674d90, org.semanticweb.owlapi.rio.RioTurtleParserFactory@2a3194c6, org.semanticweb.owlapi.manchestersyntax.parser.ManchesterOWLSyntaxOntologyParserFactory@2819c460, org.semanticweb.owlapi.rio.RioBinaryRdfParserFactory@6944e53e, org.semanticweb.owlapi.rio.RioN3ParserFactory@1a4d1ab7, org.semanticweb.owlapi.rio.RioNQuadsParserFactory@546e61d5, org.semanticweb.owlapi.oboformat.OBOFormatOWLAPIParserFactory@1e469dfd, org.semanticweb.owlapi.rio.RioRDFaParserFactory@60783105]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyParsers(java.util.Set).
Injecting values [[uk.ac.manchester.cs.owl.owlapi.OWLOntologyFactoryImpl@554f0dfb]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyFactories(java.util.Set).
Injecting values [[org.semanticweb.owlapi.rio.RioJsonStorerFactory@5b9396d3, org.semanticweb.owlapi.functional.renderer.FunctionalSyntaxStorerFactory@767191b1, org.semanticweb.owlapi.rio.RioNQuadsStorerFactory@6a472566, org.semanticweb.owlapi.rdf.turtle.renderer.TurtleStorerFactory@14b789f6, org.semanticweb.owlapi.rio.RioTrixStorerFactory@8851ce1, org.semanticweb.owlapi.rdf.rdfxml.renderer.RDFXMLStorerFactory@5ef6fd7f, org.semanticweb.owlapi.dlsyntax.renderer.DLSyntaxStorerFactory@277bf091, org.semanticweb.owlapi.rio.RioBinaryRdfStorerFactory@1f7076bc, org.semanticweb.owlapi.rio.RioNTriplesStorerFactory@1907874b, org.semanticweb.owlapi.krss2.renderer.KRSS2OWLSyntaxStorerFactory@5d21202d, org.semanticweb.owlapi.rio.RioTrigStorerFactory@5b3a7ef5, org.semanticweb.owlapi.rio.RioN3StorerFactory@761e788f, org.semanticweb.owlapi.owlxml.renderer.OWLXMLStorerFactory@5633ed82, org.semanticweb.owlapi.rio.RioRDFXMLStorerFactory@5e65afb6, org.semanticweb.owlapi.rio.RioTurtleStorerFactory@2d9dff65, org.semanticweb.owlapi.manchestersyntax.renderer.ManchesterSyntaxStorerFactory@34d52ecd, org.semanticweb.owlapi.rio.RioJsonLDStorerFactory@71904469, org.semanticweb.owlapi.latex.renderer.LatexStorerFactory@6eb17ec8, org.semanticweb.owlapi.dlsyntax.renderer.DLSyntaxHTMLStorerFactory@730f9695, org.semanticweb.owlapi.oboformat.OBOFormatStorerFactory@fab35b1]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyStorers(java.util.Set).
Injecting object uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl@6b2e46af
Loading file META-INF/services/org.semanticweb.owlapi.model.OWLOntologyIRIMapper
No files found for META-INF/services/org.semanticweb.owlapi.model.OWLOntologyIRIMapper
Injecting values [[]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setIRIMappers(java.util.Set).
Injecting values [[org.semanticweb.owlapi.rio.RioNQuadsParserFactory@587a1cfb, org.semanticweb.owlapi.owlxml.parser.OWLXMLParserFactory@7add323c, org.semanticweb.owlapi.rio.RioNTriplesParserFactory@48528634, org.semanticweb.owlapi.rio.RioJsonParserFactory@3374b5bc, org.semanticweb.owlapi.oboformat.OBOFormatOWLAPIParserFactory@4760f169, org.semanticweb.owlapi.rio.RioRDFaParserFactory@5e1d03d7, org.semanticweb.owlapi.krss2.parser.KRSS2OWLParserFactory@660f0c, org.semanticweb.owlapi.rio.RioTrixParserFactory@146dcfe6, org.semanticweb.owlapi.functional.parser.OWLFunctionalSyntaxOWLParserFactory@1b1f5012, org.semanticweb.owlapi.rio.RioJsonLDParserFactory@2f37f1f9, org.semanticweb.owlapi.rio.RioBinaryRdfParserFactory@60325987, org.semanticweb.owlapi.rio.RioN3ParserFactory@2af69643, org.semanticweb.owlapi.rdf.turtle.parser.TurtleOntologyParserFactory@7a0ef219, org.semanticweb.owlapi.rdf.rdfxml.parser.RDFXMLParserFactory@4a734c04, org.semanticweb.owlapi.manchestersyntax.parser.ManchesterOWLSyntaxOntologyParserFactory@5c77ba8f, org.semanticweb.owlapi.rio.RioTrigParserFactory@48d293ee, org.semanticweb.owlapi.rio.RioRDFXMLParserFactory@4047d2d9, org.semanticweb.owlapi.rio.RioTurtleParserFactory@22587507]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyParsers(java.util.Set).
Injecting values [[uk.ac.manchester.cs.owl.owlapi.OWLOntologyFactoryImpl@261ea657]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyFactories(java.util.Set).
Injecting values [[org.semanticweb.owlapi.rio.RioNQuadsStorerFactory@4ac86d6a, org.semanticweb.owlapi.rio.RioJsonStorerFactory@25290bca, org.semanticweb.owlapi.manchestersyntax.renderer.ManchesterSyntaxStorerFactory@4649d70a, org.semanticweb.owlapi.dlsyntax.renderer.DLSyntaxHTMLStorerFactory@66273da0, org.semanticweb.owlapi.rio.RioJsonLDStorerFactory@658255aa, org.semanticweb.owlapi.latex.renderer.LatexStorerFactory@6ede46f6, org.semanticweb.owlapi.dlsyntax.renderer.DLSyntaxStorerFactory@2127e66e, org.semanticweb.owlapi.owlxml.renderer.OWLXMLStorerFactory@23b8d9f3, org.semanticweb.owlapi.rio.RioNTriplesStorerFactory@3d904e9c, org.semanticweb.owlapi.functional.renderer.FunctionalSyntaxStorerFactory@7f353d99, org.semanticweb.owlapi.rio.RioN3StorerFactory@76563d26, org.semanticweb.owlapi.rdf.rdfxml.renderer.RDFXMLStorerFactory@22a736d7, org.semanticweb.owlapi.rdf.turtle.renderer.TurtleStorerFactory@38d17d80, org.semanticweb.owlapi.rio.RioTrixStorerFactory@1e58512c, org.semanticweb.owlapi.rio.RioRDFXMLStorerFactory@508a65bf, org.semanticweb.owlapi.rio.RioTurtleStorerFactory@210308d5, org.semanticweb.owlapi.rio.RioTrigStorerFactory@17f2dd85, org.semanticweb.owlapi.krss2.renderer.KRSS2OWLSyntaxStorerFactory@5d43409a, org.semanticweb.owlapi.rio.RioBinaryRdfStorerFactory@35c12c7a, org.semanticweb.owlapi.oboformat.OBOFormatStorerFactory@1229a2b7]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyStorers(java.util.Set).
Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner)
Materializing TBox...
materialising concepts
[.....] 0%
[.....] 1%
[.....] 2%
[.....] 3%
[.....] 4%
[.....] 6%
[.....] 7%
[.....] 8%
[.....] 9%
[.....] 10%
[.....] 12%
[.....] 13%
[.....] 14%
[.....] 15%
[.....] 17%
[.....] 18%
[.....] 19%
[=....] 20%
[=....] 21%
[=....] 23%
[=....] 24%
[=....] 25%
[=....] 26%
[=....] 28%
[=....] 29%
[=....] 30%
[=....] 31%
[=....] 32%
[=....] 34%
[=....] 35%
[=....] 36%
[=....] 37%
[=....] 39%
[==...] 40%
[==...] 41%
[==...] 42%
[==...] 43%
[==...] 45%materialising object properties ...
[==...] 46%
[==...] 47%
[==...] 48%
[==...] 50%
[==...] 51%
[==...] 52%
[==...] 53%
[==...] 54%
[==...] 56%
[==...] 57%
[==...] 58%
[==...] 59%
[===..] 60%
[===..] 62%
[===..] 63%
[===..] 64%
[===..] 65%
[===..] 67%
[===..] 68%
[===..] 69%
[===..] 70%
[===..] 71%
[===..] 73%
[===..] 74%
[===..] 75%
[===..] 76%
[===..] 78%
[===..] 79%
[====.] 80%materialising datatype properties
[====.] 81%
[====.] 82%
[====.] 84%
[====.] 85%
[====.] 86%
[====.] 87%
[====.] 89%
[====.] 90%
[====.] 91%
[====.] 92%
[====.] 93%
[====.] 95%
[====.] 96%
[====.] 97%
[====.] 98%finished materialising data properties.
...TBox materialised in 59 ms.
Injecting object uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl@69fe0ed4
Loading file META-INF/services/org.semanticweb.owlapi.model.OWLOntologyIRIMapper
No files found for META-INF/services/org.semanticweb.owlapi.model.OWLOntologyIRIMapper
Injecting values [[]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setIRIMappers(java.util.Set).
Injecting values [[org.semanticweb.owlapi.rio.RioTrigParserFactory@6573d2f7, org.semanticweb.owlapi.rio.RioRDFaParserFactory@1fb2d5e, org.semanticweb.owlapi.manchestersyntax.parser.ManchesterOWLSyntaxOntologyParserFactory@38eb0f4d, org.semanticweb.owlapi.rio.RioJsonLDParserFactory@6caf7803, org.semanticweb.owlapi.rio.RioJsonParserFactory@709ed6f3, org.semanticweb.owlapi.rio.RioNTriplesParserFactory@7d44a19, org.semanticweb.owlapi.rdf.turtle.parser.TurtleOntologyParserFactory@15b642b9, org.semanticweb.owlapi.rio.RioTrixParserFactory@4052c8c2, org.semanticweb.owlapi.rio.RioTurtleParserFactory@181b8c4b, org.semanticweb.owlapi.rio.RioBinaryRdfParserFactory@20ab3e3a, org.semanticweb.owlapi.owlxml.parser.OWLXMLParserFactory@317a118b, org.semanticweb.owlapi.rio.RioNQuadsParserFactory@102c577f, org.semanticweb.owlapi.rio.RioRDFXMLParserFactory@1716e8c5, org.semanticweb.owlapi.oboformat.OBOFormatOWLAPIParserFactory@715b886f, org.semanticweb.owlapi.rio.RioN3ParserFactory@698fee9a, org.semanticweb.owlapi.rdf.rdfxml.parser.RDFXMLParserFactory@56dfab87, org.semanticweb.owlapi.krss2.parser.KRSS2OWLParserFactory@437486cd, org.semanticweb.owlapi.functional.parser.OWLFunctionalSyntaxOWLParserFactory@518bfd90]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyParsers(java.util.Set).
Injecting values [[uk.ac.manchester.cs.owl.owlapi.OWLOntologyFactoryImpl@7fb29ca9]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyFactories(java.util.Set).
Injecting values [[org.semanticweb.owlapi.rio.RioJsonLDStorerFactory@350d3f4d, org.semanticweb.owlapi.rio.RioRDFXMLStorerFactory@46349b95, org.semanticweb.owlapi.rdf.turtle.renderer.TurtleStorerFactory@5d2828c9, org.semanticweb.owlapi.owlxml.renderer.OWLXMLStorerFactory@2f897dab, org.semanticweb.owlapi.rio.RioTurtleStorerFactory@1687eb01, org.semanticweb.owlapi.rio.RioTrigStorerFactory@176996c3, org.semanticweb.owlapi.rio.RioJsonStorerFactory@18b8d173, org.semanticweb.owlapi.functional.renderer.FunctionalSyntaxStorerFactory@d5d5353, org.semanticweb.owlapi.oboformat.OBOFormatStorerFactory@237f7970, org.semanticweb.owlapi.manchestersyntax.renderer.ManchesterSyntaxStorerFactory@242b6e1a, org.semanticweb.owlapi.rio.RioNQuadsStorerFactory@44f24a20, org.semanticweb.owlapi.dlsyntax.renderer.DLSyntaxStorerFactory@3f0d6038, org.semanticweb.owlapi.rio.RioBinaryRdfStorerFactory@1e253c9d, org.semanticweb.owlapi.rio.RioTrixStorerFactory@411c6d44, org.semanticweb.owlapi.rdf.rdfxml.renderer.RDFXMLStorerFactory@748d2277, org.semanticweb.owlapi.krss2.renderer.KRSS2OWLSyntaxStorerFactory@39a87e72, org.semanticweb.owlapi.latex.renderer.LatexStorerFactory@3a082ff4, org.semanticweb.owlapi.rio.RioN3StorerFactory@73844119, org.semanticweb.owlapi.rio.RioNTriplesStorerFactory@1859e2a4, org.semanticweb.owlapi.dlsyntax.renderer.DLSyntaxHTMLStorerFactory@45acdd11]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyStorers(java.util.Set).
classHierarchy: Thing
AbstractComment
Comment
Rating
PriorityRating
QualityRating
Vote
AbstractReferencePoint
ApplicationPointer
ApplicationState
Keyword
DefinedKeyword
Topic
AbstractRequirement
Goal
Requirement
AllocatedRequirement
CustomerRequirement
DerivedRequirement
DesignRequirement
FunctionalRequirement
PerformanceRequirement
QualityRequirement
Scenario
TextualScenario
AbstractSource
Document
Stakeholder
Author
Creditor
Customer
Government
Programmer
SeniorManagementStaff
TradeUnion
SystemRequirement
Image
Concept
Document
object properties: [broader, comments, conflicts, cui, defines, depentsOn, details, documentation, entails, invalidates, isCommentedBy, isCreatedBy, isDefinedBy, isDetailedBy, isInvalidFor, isLeadingTo, isRedundant, isRelated, isReleatedTo, isSimilarTo, leadsTo, rates, refersTo, relevantRequirements, specifies, undirectedrelation, votes, willLeadTo, taggedWithTag]
Numeric Splits: {averagePriorityRate=[], averageQualityRate=[], averageRate=[], rate=[]}
start class:Thing
Computing linear combination...
@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
more accurate (15.62%) class expression found after 44ms: Thing
computeM
BOOL DPs:[]
Numeric DPs:[averagePriorityRate, averageQualityRate, averageRate, rate]
most general properties:
`broader=0
`comments=4
`cui=0
`defines=5
`depentsOn=1
`details=1
`documentation=0
`entails=1
`invalidates=0
`isCommentedBy=1
`isCreatedBy=1
`isDefinedBy=2
`isDetailedBy=1
`isInvalidFor=0
`isLeadingTo=1
`isReleatedTo=0
`leadsTo=5
`rates=1
`refersTo=1
`relevantRequirements=5
`specifies=3
`undirectedrelation=0
`votes=1
`willLeadTo=1
`taggedWithTag=0
m: {1=[AbstractComment, AbstractReferencePoint, AbstractRequirement, AbstractSource, SystemRequirement, Image, Concept, Document], 2=[not (AllocatedRequirement), not (ApplicationPointer), not (ApplicationState), not (Author), not (Comment), not (Creditor), not (Customer), not (CustomerRequirement), not (DerivedRequirement), not (DesignRequirement), not (Document), not (FunctionalRequirement), not (Goal), not (Government), not (PerformanceRequirement), not (PriorityRating), not (Programmer), not (QualityRating), not (QualityRequirement), not (SeniorManagementStaff), not (SystemRequirement), not (TextualScenario), not (Topic), not (TradeUnion), not (Vote), not (Image), not (Concept), not (Document)], 3=[broader some Thing, comments some Thing, cui some Thing, defines some Thing, depentsOn some Thing, details some Thing, documentation some Thing, entails some Thing, invalidates some Thing, isCommentedBy some Thing, isCreatedBy some Thing, isDefinedBy some Thing, isDetailedBy some Thing, isInvalidFor some Thing, isLeadingTo some Thing, isReleatedTo some Thing, leadsTo some Thing, rates some Thing, refersTo some Thing, relevantRequirements some Thing, specifies some Thing, undirectedrelation some Thing, votes some Thing, willLeadTo some Thing, taggedWithTag some Thing, broader only Thing, comments only Thing, cui only Thing, defines only Thing, depentsOn only Thing, details only Thing, documentation only Thing, entails only Thing, invalidates only Thing, isCommentedBy only Thing, isCreatedBy only Thing, isDefinedBy only Thing, isDetailedBy only Thing, isInvalidFor only Thing, isLeadingTo only Thing, isReleatedTo only Thing, leadsTo only Thing, rates only Thing, refersTo only Thing, relevantRequirements only Thing, specifies only Thing, undirectedrelation only Thing, votes only Thing, willLeadTo only Thing, taggedWithTag only Thing], 4=[comments max 3 Thing, defines max 4 Thing, depentsOn max 0 Thing, details max 0 Thing, entails max 0 Thing, isCommentedBy max 0 Thing, isCreatedBy max 0 Thing, isDefinedBy max 1 Thing, isDetailedBy max 0 Thing, isLeadingTo max 0 Thing, leadsTo max 4 Thing, rates max 0 Thing, refersTo max 0 Thing, relevantRequirements max 4 Thing, specifies max 2 Thing, votes max 0 Thing, willLeadTo max 0 Thing]}
more accurate (43.75%) class expression found after 371ms: not (PerformanceRequirement)
Sep 13, 2019 11:43:50 AM com.github.fommil.jni.JniLoader liberalLoad
INFO: successfully loaded /tmp/jniloader3161118811985021903netlib-native_system-linux-x86_64.so
=== Summary ===
Correctly Classified Instances 90 95.7447 %
Incorrectly Classified Instances 4 4.2553 %
Kappa statistic 0
K&B Relative Info Score 5.5498 %
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 %
Total Number of Instances 94
Operation took 566ms
more accurate (62.50%) class expression found after 617ms: (not (FunctionalRequirement)) and (not (PerformanceRequirement))
more accurate (100.00%) class expression found after 738ms: isCreatedBy some Customer
Computing linear combination...
@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,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,0,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,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 100 %
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 %
Total Number of Instances 94
Operation took 54ms
m for AbstractSource and Document: {1=[], 2=[], 3=[leadsTo some Thing, leadsTo only Thing], 4=[leadsTo max 4 Thing]}
m for SystemRequirement: {1=[AbstractRequirement], 2=[not (AbstractRequirement)], 3=[], 4=[]}
m for AbstractRequirement: {1=[Goal, Requirement, Scenario, SystemRequirement], 2=[not (CustomerRequirement), not (DerivedRequirement), not (DesignRequirement), not (FunctionalRequirement), not (Goal), not (PerformanceRequirement), not (QualityRequirement), not (Requirement), not (Scenario), not (SystemRequirement), not (TextualScenario)], 3=[depentsOn some Thing, details some Thing, entails some Thing, isCommentedBy some Thing, isCreatedBy some Thing, isDefinedBy some Thing, isDetailedBy some Thing, isLeadingTo some Thing, refersTo some Thing, willLeadTo some Thing, depentsOn only Thing, details only Thing, entails only Thing, isCommentedBy only Thing, isCreatedBy only Thing, isDefinedBy only Thing, isDetailedBy only Thing, isLeadingTo only Thing, refersTo only Thing, willLeadTo only Thing], 4=[depentsOn max 0 Thing, details max 0 Thing, entails max 0 Thing, isCommentedBy max 0 Thing, isCreatedBy max 0 Thing, isDefinedBy max 1 Thing, isDetailedBy max 0 Thing, isLeadingTo max 0 Thing, refersTo max 0 Thing, willLeadTo max 0 Thing]}
Computing linear combination...
@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 5.5498 %
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 %
Total Number of Instances 94
Operation took 26ms
m for AbstractReferencePoint: {1=[ApplicationState, Keyword], 2=[not (ApplicationState), not (DefinedKeyword), not (Keyword), not (Topic)], 3=[relevantRequirements some Thing, specifies some Thing, relevantRequirements only Thing, specifies only Thing], 4=[relevantRequirements max 4 Thing, specifies max 2 Thing]}
m for Author: {1=[], 2=[], 3=[defines some Thing, votes some Thing, defines only Thing, votes only Thing], 4=[defines max 4 Thing, votes max 0 Thing]}
m for AbstractComment: {1=[Comment, Rating, Vote], 2=[not (Comment), not (QualityRating), not (Rating), not (Vote)], 3=[comments some Thing, isDefinedBy some Thing, rates some Thing, comments only Thing, isDefinedBy only Thing, rates only Thing], 4=[comments max 3 Thing, isDefinedBy max 1 Thing, rates max 0 Thing]}
m for Thing and (AbstractComment or AbstractRequirement or Keyword): {1=[AbstractComment, AbstractReferencePoint, AbstractRequirement, SystemRequirement], 2=[not (AbstractComment), not (AbstractReferencePoint), not (AbstractRequirement), not (Comment), not (CustomerRequirement), not (DefinedKeyword), not (DerivedRequirement), not (DesignRequirement), not (FunctionalRequirement), not (Goal), not (Keyword), not (PerformanceRequirement), not (QualityRating), not (QualityRequirement), not (Rating), not (Requirement), not (Scenario), not (SystemRequirement), not (TextualScenario), not (Topic), not (Vote)], 3=[comments some Thing, depentsOn some Thing, details some Thing, entails some Thing, isCommentedBy some Thing, isCreatedBy some Thing, isDefinedBy some Thing, isDetailedBy some Thing, isLeadingTo some Thing, rates some Thing, refersTo some Thing, relevantRequirements some Thing, specifies some Thing, willLeadTo some Thing, comments only Thing, depentsOn only Thing, details only Thing, entails only Thing, isCommentedBy only Thing, isCreatedBy only Thing, isDefinedBy only Thing, isDetailedBy only Thing, isLeadingTo only Thing, rates only Thing, refersTo only Thing, relevantRequirements only Thing, specifies only Thing, willLeadTo only Thing], 4=[comments max 3 Thing, depentsOn max 0 Thing, details max 0 Thing, entails max 0 Thing, isCommentedBy max 0 Thing, isCreatedBy max 0 Thing, isDefinedBy max 1 Thing, isDetailedBy max 0 Thing, isLeadingTo max 0 Thing, rates max 0 Thing, refersTo max 0 Thing, relevantRequirements max 4 Thing, specifies max 2 Thing, willLeadTo max 0 Thing]}
Computing linear combination...
@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 5.5498 %
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 %
Total Number of Instances 94
Operation took 21ms
Computing linear combination...
@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 5.5498 %
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 %
Total Number of Instances 94
Operation took 20ms
Computing linear combination...
@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 5.5498 %
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 %
Total Number of Instances 94
Operation took 17ms
Computing linear combination...
@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 5.5498 %
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 %
Total Number of Instances 94
Operation took 17ms
Computing linear combination...
@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 5.5498 %
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 %
Total Number of Instances 94
Operation took 17ms
Computing linear combination...
@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 5.5498 %
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 %
Total Number of Instances 94
Operation took 15ms
Computing linear combination...
@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 5.5498 %
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 %
Total Number of Instances 94
Operation took 15ms
Computing linear combination...
@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 5.5498 %
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 %
Total Number of Instances 94
Operation took 14ms
Computing linear combination...
@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 5.5498 %
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 %
Total Number of Instances 94
Operation took 14ms
Computing linear combination...
@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 5.5498 %
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 %
Total Number of Instances 94
Operation took 350ms
Computing linear combination...
@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 5.5498 %
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 %
Total Number of Instances 94
Operation took 14ms
Computing linear combination...
@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 5.5498 %
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 %
Total Number of Instances 94
Operation took 13ms
Computing linear combination...
@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 5.5498 %
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 %
Total Number of Instances 94
Operation took 11ms
Computing linear combination...
@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 5.5498 %
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 %
Total Number of Instances 94
Operation took 11ms
Computing linear combination...
@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 5.5498 %
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 %
Total Number of Instances 94
Operation took 11ms
Computing linear combination...
@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 5.5498 %
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 %
Total Number of Instances 94
Operation took 11ms
Computing linear combination...
@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 5.5498 %
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 %
Total Number of Instances 94
Operation took 11ms
Algorithm terminated successfully (time: 20s 1ms, 38648 descriptions tested, 13065 nodes in the search tree).
number of retrievals: 41047
retrieval reasoning time: 4s 172ms ( 0ms per retrieval)
number of instance checks: 2195 (0 multiple)
instance check reasoning time: 5ms ( 0ms per instance check)
(complex) subsumption checks: 472 (0 multiple)
subsumption reasoning time: 912ms ( 1ms per subsumption check)
overall reasoning time: 5s 498ms
solutions:
1: isCreatedBy some Customer 100.00%
2: isCreatedBy some (Customer or Document) 100.00%
3: isCreatedBy some (Customer or Concept) 100.00%
4: isCreatedBy some (Customer or Image) 100.00%
5: isCreatedBy some (Customer or TradeUnion) 100.00%
6: isCreatedBy some (Customer or SystemRequirement) 100.00%
7: isCreatedBy some (Customer or SeniorManagementStaff) 100.00%
8: isCreatedBy some (Customer or Rating) 100.00%
9: isCreatedBy some (Customer or Document) 100.00%
10: isCreatedBy some (Creditor or Customer) 100.00%
Computing linear combination...
@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 5.5498 %
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 %
Total Number of Instances 94
Operation took 12ms
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.402 s - in org.dllearner.algorithms.miles.MILESTest
[INFO] Running org.dllearner.algorithms.probabilistic.structure.unife.leap.LEAPTest
Current dir: /usr/share/tomcat8/.jenkins/jobs/DL-Learner Merge-M/branches/feature-spatial.ftjsu2/workspace/components-ext
Test case 1 - Equivalent axioms
Injecting object uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl@69923ac3
Loading file META-INF/services/org.semanticweb.owlapi.model.OWLOntologyIRIMapper
No files found for META-INF/services/org.semanticweb.owlapi.model.OWLOntologyIRIMapper
Injecting values [[]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setIRIMappers(java.util.Set).
Injecting values [[org.semanticweb.owlapi.rio.RioJsonLDParserFactory@73d60e76, org.semanticweb.owlapi.rio.RioTurtleParserFactory@3bbf6abe, org.semanticweb.owlapi.rio.RioTrixParserFactory@17dd671f, org.semanticweb.owlapi.rio.RioRDFXMLParserFactory@64aad809, org.semanticweb.owlapi.rio.RioTrigParserFactory@1f03fba0, org.semanticweb.owlapi.rio.RioBinaryRdfParserFactory@1f1ff879, org.semanticweb.owlapi.rio.RioNTriplesParserFactory@7f1ef916, org.semanticweb.owlapi.rio.RioNQuadsParserFactory@3c78e551, org.semanticweb.owlapi.functional.parser.OWLFunctionalSyntaxOWLParserFactory@358ab600, org.semanticweb.owlapi.rdf.turtle.parser.TurtleOntologyParserFactory@75a0c890, org.semanticweb.owlapi.rdf.rdfxml.parser.RDFXMLParserFactory@44065156, org.semanticweb.owlapi.rio.RioN3ParserFactory@5c441290, org.semanticweb.owlapi.owlxml.parser.OWLXMLParserFactory@e26af6, org.semanticweb.owlapi.rio.RioJsonParserFactory@24f870ee, org.semanticweb.owlapi.manchestersyntax.parser.ManchesterOWLSyntaxOntologyParserFactory@9679750, org.semanticweb.owlapi.rio.RioRDFaParserFactory@1886991b, org.semanticweb.owlapi.krss2.parser.KRSS2OWLParserFactory@9b9a327, org.semanticweb.owlapi.oboformat.OBOFormatOWLAPIParserFactory@3791f50e]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyParsers(java.util.Set).
Injecting values [[uk.ac.manchester.cs.owl.owlapi.OWLOntologyFactoryImpl@574b7f4a]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyFactories(java.util.Set).
Injecting values [[org.semanticweb.owlapi.rdf.rdfxml.renderer.RDFXMLStorerFactory@2d4608a6, org.semanticweb.owlapi.rio.RioTrixStorerFactory@1d12e953, org.semanticweb.owlapi.rio.RioBinaryRdfStorerFactory@44ed0a8f, org.semanticweb.owlapi.rdf.turtle.renderer.TurtleStorerFactory@58f437b0, org.semanticweb.owlapi.functional.renderer.FunctionalSyntaxStorerFactory@2a8a4e0c, org.semanticweb.owlapi.oboformat.OBOFormatStorerFactory@354e7004, org.semanticweb.owlapi.rio.RioNTriplesStorerFactory@235d29d6, org.semanticweb.owlapi.manchestersyntax.renderer.ManchesterSyntaxStorerFactory@26c89563, org.semanticweb.owlapi.dlsyntax.renderer.DLSyntaxHTMLStorerFactory@4277127c, org.semanticweb.owlapi.rio.RioNQuadsStorerFactory@2abe9173, org.semanticweb.owlapi.owlxml.renderer.OWLXMLStorerFactory@20d87335, org.semanticweb.owlapi.rio.RioTrigStorerFactory@43f9dd56, org.semanticweb.owlapi.rio.RioN3StorerFactory@6ab4a5b, org.semanticweb.owlapi.rio.RioJsonLDStorerFactory@32177fa5, org.semanticweb.owlapi.krss2.renderer.KRSS2OWLSyntaxStorerFactory@3bd6ba24, org.semanticweb.owlapi.dlsyntax.renderer.DLSyntaxStorerFactory@4c7e978c, org.semanticweb.owlapi.rio.RioTurtleStorerFactory@57cb70be, org.semanticweb.owlapi.rio.RioRDFXMLStorerFactory@1fdca564, org.semanticweb.owlapi.rio.RioJsonStorerFactory@a96d56c, org.semanticweb.owlapi.latex.renderer.LatexStorerFactory@20f6f88c]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyStorers(java.util.Set).
http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl, error message: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl, error message: Property 'entityExpansionLimit' is not recognized.
Total number of triples: 27
Loaded OntologyID(OntologyIRI(<http://example.com/father>) VersionIRI(<null>))
Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner)
Materializing TBox...
materialising concepts
[.....] 0%
[=....] 20%
[==...] 40%
[===..] 60%materialising object properties ...
[====.] 80%materialising datatype properties
finished materialising data properties.
...TBox materialised in 1 ms.
Injecting object uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl@597f0937
Loading file META-INF/services/org.semanticweb.owlapi.model.OWLOntologyIRIMapper
No files found for META-INF/services/org.semanticweb.owlapi.model.OWLOntologyIRIMapper
Injecting values [[]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setIRIMappers(java.util.Set).
Injecting values [[org.semanticweb.owlapi.rio.RioJsonParserFactory@65d8dff8, org.semanticweb.owlapi.rio.RioRDFaParserFactory@2149594a, org.semanticweb.owlapi.rio.RioTrixParserFactory@3ed34ef5, org.semanticweb.owlapi.krss2.parser.KRSS2OWLParserFactory@2d5ef498, org.semanticweb.owlapi.manchestersyntax.parser.ManchesterOWLSyntaxOntologyParserFactory@380e1909, org.semanticweb.owlapi.rio.RioNTriplesParserFactory@24d61e4, org.semanticweb.owlapi.rio.RioN3ParserFactory@444f44c5, org.semanticweb.owlapi.rdf.rdfxml.parser.RDFXMLParserFactory@10db6131, org.semanticweb.owlapi.rio.RioNQuadsParserFactory@303f1234, org.semanticweb.owlapi.functional.parser.OWLFunctionalSyntaxOWLParserFactory@2f521c4, org.semanticweb.owlapi.rio.RioBinaryRdfParserFactory@7ad1caa2, org.semanticweb.owlapi.rio.RioRDFXMLParserFactory@1f1e58ca, org.semanticweb.owlapi.rio.RioTrigParserFactory@57f847af, org.semanticweb.owlapi.rio.RioTurtleParserFactory@553bc36c, org.semanticweb.owlapi.rio.RioJsonLDParserFactory@6b6b3572, org.semanticweb.owlapi.owlxml.parser.OWLXMLParserFactory@4afbb6c2, org.semanticweb.owlapi.oboformat.OBOFormatOWLAPIParserFactory@6c6017b9, org.semanticweb.owlapi.rdf.turtle.parser.TurtleOntologyParserFactory@95eb320]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyParsers(java.util.Set).
Injecting values [[uk.ac.manchester.cs.owl.owlapi.OWLOntologyFactoryImpl@4730e0f0]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyFactories(java.util.Set).
Injecting values [[org.semanticweb.owlapi.rio.RioTrixStorerFactory@58437801, org.semanticweb.owlapi.dlsyntax.renderer.DLSyntaxHTMLStorerFactory@43a09ce2, org.semanticweb.owlapi.rio.RioNQuadsStorerFactory@37c41ec0, org.semanticweb.owlapi.rio.RioTrigStorerFactory@4fe64d23, org.semanticweb.owlapi.rio.RioTurtleStorerFactory@6af5bbd0, org.semanticweb.owlapi.functional.renderer.FunctionalSyntaxStorerFactory@48f4713c, org.semanticweb.owlapi.oboformat.OBOFormatStorerFactory@7b66322e, org.semanticweb.owlapi.rio.RioJsonStorerFactory@77c233af, org.semanticweb.owlapi.latex.renderer.LatexStorerFactory@fb2e3fd, org.semanticweb.owlapi.rdf.turtle.renderer.TurtleStorerFactory@642413d4, org.semanticweb.owlapi.manchestersyntax.renderer.ManchesterSyntaxStorerFactory@f1868c9, org.semanticweb.owlapi.rio.RioN3StorerFactory@37b56ac7, org.semanticweb.owlapi.dlsyntax.renderer.DLSyntaxStorerFactory@3f183caa, org.semanticweb.owlapi.rdf.rdfxml.renderer.RDFXMLStorerFactory@76464795, org.semanticweb.owlapi.rio.RioJsonLDStorerFactory@1b7332a7, org.semanticweb.owlapi.rio.RioNTriplesStorerFactory@35a0e495, org.semanticweb.owlapi.krss2.renderer.KRSS2OWLSyntaxStorerFactory@4ba6ec50, org.semanticweb.owlapi.rio.RioBinaryRdfStorerFactory@506a1372, org.semanticweb.owlapi.rio.RioRDFXMLStorerFactory@5399f6c5, org.semanticweb.owlapi.owlxml.renderer.OWLXMLStorerFactory@b34832b]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyStorers(java.util.Set).
DEBUG (EDGE.java:63) - Initializing EDGE
Initializing EDGE
classHierarchy: Thing
person
female
male
father
object properties: [hasChild]
Numeric Splits: {}
Debug logger: true
DEBUG (AbstractLEAP.java:129) - getting the individuals
getting the individuals
DEBUG (AbstractLEAP.java:166) - convert the individuals into assertional axioms
convert the individuals into assertional axioms
Injecting object uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl@4098dd77
Loading file META-INF/services/org.semanticweb.owlapi.model.OWLOntologyIRIMapper
No files found for META-INF/services/org.semanticweb.owlapi.model.OWLOntologyIRIMapper
Injecting values [[]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setIRIMappers(java.util.Set).
Injecting values [[org.semanticweb.owlapi.manchestersyntax.parser.ManchesterOWLSyntaxOntologyParserFactory@5a02bfe3, org.semanticweb.owlapi.rio.RioTrixParserFactory@5853ca50, org.semanticweb.owlapi.rio.RioNQuadsParserFactory@557a84fe, org.semanticweb.owlapi.rio.RioRDFaParserFactory@49c17ba4, org.semanticweb.owlapi.rio.RioJsonLDParserFactory@2274160, org.semanticweb.owlapi.rio.RioTurtleParserFactory@1a0d96a5, org.semanticweb.owlapi.rdf.rdfxml.parser.RDFXMLParserFactory@d5556bf, org.semanticweb.owlapi.krss2.parser.KRSS2OWLParserFactory@7a3e5cd3, org.semanticweb.owlapi.functional.parser.OWLFunctionalSyntaxOWLParserFactory@4a37191a, org.semanticweb.owlapi.rio.RioBinaryRdfParserFactory@43aeb5e0, org.semanticweb.owlapi.rio.RioRDFXMLParserFactory@43e065f2, org.semanticweb.owlapi.rdf.turtle.parser.TurtleOntologyParserFactory@3c79088e, org.semanticweb.owlapi.rio.RioTrigParserFactory@423c5404, org.semanticweb.owlapi.owlxml.parser.OWLXMLParserFactory@5854a18, org.semanticweb.owlapi.rio.RioNTriplesParserFactory@6deee370, org.semanticweb.owlapi.rio.RioJsonParserFactory@65383667, org.semanticweb.owlapi.rio.RioN3ParserFactory@63cd2cd2, org.semanticweb.owlapi.oboformat.OBOFormatOWLAPIParserFactory@791c12e3]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyParsers(java.util.Set).
Injecting values [[uk.ac.manchester.cs.owl.owlapi.OWLOntologyFactoryImpl@b112b13]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyFactories(java.util.Set).
Injecting values [[org.semanticweb.owlapi.rio.RioRDFXMLStorerFactory@6add8e3f, org.semanticweb.owlapi.rio.RioJsonLDStorerFactory@3ac3f6f, org.semanticweb.owlapi.krss2.renderer.KRSS2OWLSyntaxStorerFactory@433c6abb, org.semanticweb.owlapi.oboformat.OBOFormatStorerFactory@35e26d05, org.semanticweb.owlapi.rio.RioBinaryRdfStorerFactory@24eb65e3, org.semanticweb.owlapi.dlsyntax.renderer.DLSyntaxHTMLStorerFactory@45cd7bc5, org.semanticweb.owlapi.rio.RioNQuadsStorerFactory@67cefd84, org.semanticweb.owlapi.rio.RioTrixStorerFactory@48904d5a, org.semanticweb.owlapi.rio.RioJsonStorerFactory@1abebef3, org.semanticweb.owlapi.rio.RioNTriplesStorerFactory@5fbe155, org.semanticweb.owlapi.rio.RioTurtleStorerFactory@12bbfc54, org.semanticweb.owlapi.rdf.turtle.renderer.TurtleStorerFactory@288f173f, org.semanticweb.owlapi.rio.RioN3StorerFactory@18f55704, org.semanticweb.owlapi.dlsyntax.renderer.DLSyntaxStorerFactory@6504a875, org.semanticweb.owlapi.rio.RioTrigStorerFactory@58a2b917, org.semanticweb.owlapi.manchestersyntax.renderer.ManchesterSyntaxStorerFactory@5e922647, org.semanticweb.owlapi.owlxml.renderer.OWLXMLStorerFactory@59b65dce, org.semanticweb.owlapi.functional.renderer.FunctionalSyntaxStorerFactory@1386313f, org.semanticweb.owlapi.latex.renderer.LatexStorerFactory@a22c4d8, org.semanticweb.owlapi.rdf.rdfxml.renderer.RDFXMLStorerFactory@1491344a]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyStorers(java.util.Set).
Injecting object uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl@29fa6b65
Loading file META-INF/services/org.semanticweb.owlapi.model.OWLOntologyIRIMapper
No files found for META-INF/services/org.semanticweb.owlapi.model.OWLOntologyIRIMapper
Injecting values [[]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setIRIMappers(java.util.Set).
Injecting values [[org.semanticweb.owlapi.owlxml.parser.OWLXMLParserFactory@1cdc1bbc, org.semanticweb.owlapi.rio.RioJsonLDParserFactory@47406941, org.semanticweb.owlapi.krss2.parser.KRSS2OWLParserFactory@7d57dbb5, org.semanticweb.owlapi.rio.RioJsonParserFactory@61ecbee9, org.semanticweb.owlapi.rio.RioN3ParserFactory@1bb740f2, org.semanticweb.owlapi.rio.RioTrixParserFactory@737db7f8, org.semanticweb.owlapi.functional.parser.OWLFunctionalSyntaxOWLParserFactory@532e27ab, org.semanticweb.owlapi.oboformat.OBOFormatOWLAPIParserFactory@672a1c62, org.semanticweb.owlapi.rio.RioRDFaParserFactory@656922a0, org.semanticweb.owlapi.rio.RioTrigParserFactory@2440022a, org.semanticweb.owlapi.rio.RioBinaryRdfParserFactory@7c72ecc, org.semanticweb.owlapi.manchestersyntax.parser.ManchesterOWLSyntaxOntologyParserFactory@5922d3e9, org.semanticweb.owlapi.rdf.rdfxml.parser.RDFXMLParserFactory@5f95f1e1, org.semanticweb.owlapi.rio.RioNTriplesParserFactory@61f6d381, org.semanticweb.owlapi.rio.RioRDFXMLParserFactory@44784e2f, org.semanticweb.owlapi.rio.RioTurtleParserFactory@5f2de715, org.semanticweb.owlapi.rdf.turtle.parser.TurtleOntologyParserFactory@630b6190, org.semanticweb.owlapi.rio.RioNQuadsParserFactory@2538bc06]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyParsers(java.util.Set).
Injecting values [[uk.ac.manchester.cs.owl.owlapi.OWLOntologyFactoryImpl@39e69ea7]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyFactories(java.util.Set).
Injecting values [[org.semanticweb.owlapi.functional.renderer.FunctionalSyntaxStorerFactory@51b01550, org.semanticweb.owlapi.rdf.turtle.renderer.TurtleStorerFactory@6de6faa6, org.semanticweb.owlapi.rio.RioTrigStorerFactory@5478ce1e, org.semanticweb.owlapi.owlxml.renderer.OWLXMLStorerFactory@6cd64b3f, org.semanticweb.owlapi.rio.RioN3StorerFactory@6d0b0da6, org.semanticweb.owlapi.oboformat.OBOFormatStorerFactory@43c87306, org.semanticweb.owlapi.rio.RioBinaryRdfStorerFactory@490c7a83, org.semanticweb.owlapi.dlsyntax.renderer.DLSyntaxStorerFactory@1921994e, org.semanticweb.owlapi.rio.RioJsonStorerFactory@6015a4a5, org.semanticweb.owlapi.rio.RioTrixStorerFactory@5edc70ed, org.semanticweb.owlapi.latex.renderer.LatexStorerFactory@3cad68df, org.semanticweb.owlapi.rio.RioNTriplesStorerFactory@2cd62003, org.semanticweb.owlapi.manchestersyntax.renderer.ManchesterSyntaxStorerFactory@2ef0dd86, org.semanticweb.owlapi.dlsyntax.renderer.DLSyntaxHTMLStorerFactory@14998e21, org.semanticweb.owlapi.rio.RioTurtleStorerFactory@4317850d, org.semanticweb.owlapi.rdf.rdfxml.renderer.RDFXMLStorerFactory@7e4c72d6, org.semanticweb.owlapi.rio.RioRDFXMLStorerFactory@61ab89b0, org.semanticweb.owlapi.krss2.renderer.KRSS2OWLSyntaxStorerFactory@3337d04c, org.semanticweb.owlapi.rio.RioJsonLDStorerFactory@7e72a6cc, org.semanticweb.owlapi.rio.RioNQuadsStorerFactory@4779aae6]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyStorers(java.util.Set).
DEBUG (LEAP.java:71) - Starting structure learner LEAP
Starting structure learner LEAP
start class:Thing
more accurate (75.00%) class expression found after 0ms: Thing
computeM
BOOL DPs:[]
Numeric DPs:[]
most general properties:
`hasChild=1
m: {1=[person], 2=[not (father), not (female)], 3=[hasChild some Thing, hasChild only Thing], 4=[hasChild max 0 Thing]}
more accurate (100.00%) class expression found after 5ms: hasChild some person
m for person: {1=[female, male], 2=[not (father), not (female), not (male)], 3=[hasChild some Thing, hasChild only Thing], 4=[hasChild max 0 Thing]}
Algorithm terminated successfully (time: 10s 1ms, 10887 descriptions tested, 7837 nodes in the search tree).
number of retrievals: 11034
retrieval reasoning time: 103ms ( 0ms per retrieval)
number of instance checks: 56 (0 multiple)
instance check reasoning time: 0ms ( 0ms per instance check)
(complex) subsumption checks: 314 (0 multiple)
subsumption reasoning time: 18ms ( 0ms per subsumption check)
overall reasoning time: 121ms
solutions:
1: hasChild some person 100.00%
2: female or (hasChild some person) 100.00%
3: male and (hasChild some person) 100.00%
4: (not (male)) or (hasChild some person) 100.00%
5: (not (female)) and (hasChild some person) 100.00%
6: male and (female or (hasChild some person)) 100.00%
7: male and (father or (hasChild some person)) 100.00%
8: male and (father or (hasChild some male)) 100.00%
9: male and (father or (hasChild some female)) 100.00%
10: male and (father or (hasChild some father)) 100.00%
INFO (LEAP.java:99) - Start greedy search
Start greedy search
DEBUG (LEAP.java:169) - Initial Log-likelihood: -41.44653
Initial Log-likelihood: -41.44653
Creation of the learned ontology...
Successful creation of the learned ontology
Ontology created in 0.0 (ms)
INFO (LEAP.java:192) - Type of axiom to learn: equivalentClasses axioms
Type of axiom to learn: equivalentClasses axioms
INFO (LEAP.java:195) - number of axiom chunks: 10
number of axiom chunks: 10
INFO (LEAP.java:202) - Adding axiom: learnedClass EquivalentTo hasChild some person
Adding axiom: learnedClass EquivalentTo hasChild some person
INFO (LEAP.java:211) - Running parameter learner
Running parameter learner
# examples: 3
# positive examples: 3
# examples: 4
# negative examples: 1
Initializing...
Preparing Probability map...
Preparing Probability Map...
Random Seed set to: 0
Created 9 probabilistic axiom
Probability Map computed. Size: 9
Initializing...
Preparing Probability map...
Preparing Probability Map...
Random Seed set to: 0
Created 9 probabilistic axiom
Probability Map computed. Size: 9
Initialization completed
Start finding explanations for every example (Computing BDDs)...
Query 1 of 4 (25%)
Positive Example: stefan Type learnedClass
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({stefan})
Axiom: stefan type learnedClass
Explanation(s):
1) learnedClass equivalentTo hasChild some person
markus hasChild anna
hasChild domain person
stefan hasChild markus
MUPS 1: [learnedClass EquivalentTo hasChild some person, markus hasChild anna, hasChild Domain person, stefan hasChild markus]
Removing axiom: learnedClass EquivalentTo hasChild some person 0 more removed: []
Stop - satisfiable
Restoring axiom: learnedClass EquivalentTo hasChild some person
Removing axiom: markus hasChild anna 1 more removed: [learnedClass EquivalentTo hasChild some person]
Stop - satisfiable (early termination)
Restoring axiom: markus hasChild anna
Removing axiom: hasChild Domain person 1 more removed: [learnedClass EquivalentTo hasChild some person]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Domain person
Removing axiom: stefan hasChild markus 1 more removed: [learnedClass EquivalentTo hasChild some person]
Stop - satisfiable (early termination)
Restoring axiom: stefan hasChild markus
Query 2 of 4 (50%)
Positive Example: martin Type learnedClass
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({martin})
Axiom: martin type learnedClass
Explanation(s):
1) learnedClass equivalentTo hasChild some person
martin hasChild heinz
hasChild range person
MUPS 1: [learnedClass EquivalentTo hasChild some person, martin hasChild heinz, hasChild Range person]
Removing axiom: learnedClass EquivalentTo hasChild some person 0 more removed: []
Stop - satisfiable
Restoring axiom: learnedClass EquivalentTo hasChild some person
Removing axiom: martin hasChild heinz 1 more removed: [learnedClass EquivalentTo hasChild some person]
Stop - satisfiable (early termination)
Restoring axiom: martin hasChild heinz
Removing axiom: hasChild Range person 1 more removed: [learnedClass EquivalentTo hasChild some person]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Range person
Query 3 of 4 (75%)
Positive Example: markus Type learnedClass
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({markus})
Axiom: markus type learnedClass
Explanation(s):
1) learnedClass equivalentTo hasChild some person
markus hasChild anna
hasChild range person
MUPS 1: [learnedClass EquivalentTo hasChild some person, markus hasChild anna, hasChild Range person]
Removing axiom: learnedClass EquivalentTo hasChild some person 0 more removed: []
Stop - satisfiable
Restoring axiom: learnedClass EquivalentTo hasChild some person
Removing axiom: markus hasChild anna 1 more removed: [learnedClass EquivalentTo hasChild some person]
Stop - satisfiable (early termination)
Restoring axiom: markus hasChild anna
Removing axiom: hasChild Range person 1 more removed: [learnedClass EquivalentTo hasChild some person]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Range person
Query 4 of 4 (100%)
Negative Example: heinz Type not (learnedClass)
Get 2147483647 explanation(s) for: (not (not (learnedClass))) and ({heinz})
Axiom: heinz type not learnedClass
Explanation: AXIOM IS NOT ENTAILED!
Trying the second method...
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({heinz})
Axiom: heinz type learnedClass
Explanation: AXIOM IS NOT ENTAILED!
Explanations founding completed (BDDs computed)
Start EM Algorithm
- n. of probabilistic axioms: 9
- n. of examples: 4
stefan Type learnedClass - prob: 0.71989 - tag: 1 - #vars: 2
martin Type learnedClass - prob: 0.64265 - tag: 2 - #vars: 2
markus Type learnedClass - prob: 0.64265 - tag: 3 - #vars: 2
heinz Type learnedClass - prob: 1.00000 - tag: 4 - #vars: 0
EM cycle: 0
EM cycle: 1
Log-likelihood: -1.21298 cycle: 1
EM cycle: 2
Log-likelihood: 0.00000 cycle: 2
EM cycle: 3
Log-likelihood: 0.00000 cycle: 3
EM completed.
Final Log-Likelihood: 0.00000
Name | Total (ms)
===========================
main | 97
init | 36
Bundle | 48
Bundle.init | 0
Bundle.explain | 39
Bundle.BDDCalc | 1
EM | 4
INFO (LEAP.java:214) - Current Log-Likelihood: 0.00000
Current Log-Likelihood: 0.00000
INFO (LEAP.java:254) - Log-Likelihood enhanced. Updating ontologies...
Log-Likelihood enhanced. Updating ontologies...
DEBUG (LEAP.java:318) - Updating ontology
Updating ontology
Creation of the learned ontology...
Successful creation of the learned ontology
Ontology created in 2.0 (ms)
DEBUG (LEAP.java:321) - Ontology Updated
Ontology Updated
INFO (LEAP.java:202) - Adding axiom: learnedClass EquivalentTo female or (hasChild some person)
Adding axiom: learnedClass EquivalentTo female or (hasChild some person)
INFO (LEAP.java:211) - Running parameter learner
Running parameter learner
Initializing...
Preparing Probability map...
Preparing Probability Map...
Random Seed set to: 0
Created 10 probabilistic axiom
Probability Map computed. Size: 10
Initialization completed
Start finding explanations for every example (Computing BDDs)...
Query 1 of 4 (25%)
Positive Example: stefan Type learnedClass
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({stefan})
Axiom: stefan type learnedClass
Explanation(s):
1) markus hasChild anna
hasChild domain person
stefan hasChild markus
learnedClass equivalentTo ( female
or hasChild some person
)
MUPS 1: [markus hasChild anna, hasChild Domain person, stefan hasChild markus, learnedClass EquivalentTo female or (hasChild some person)]
Removing axiom: markus hasChild anna 0 more removed: []
2) stefan hasChild markus
learnedClass equivalentTo ( female
or hasChild some person
)
hasChild range person
MUPS 2: [stefan hasChild markus, learnedClass EquivalentTo female or (hasChild some person), hasChild Range person]
Removing axiom: stefan hasChild markus 1 more removed: [markus hasChild anna]
Stop - satisfiable
Restoring axiom: stefan hasChild markus
Removing axiom: learnedClass EquivalentTo female or (hasChild some person) 1 more removed: [markus hasChild anna]
3) learnedClass equivalentTo hasChild some person
stefan hasChild markus
hasChild range person
MUPS 3: [learnedClass EquivalentTo hasChild some person, stefan hasChild markus, hasChild Range person]
Removing axiom: stefan hasChild markus 2 more removed: [markus hasChild anna, learnedClass EquivalentTo female or (hasChild some person)]
Stop - satisfiable (early termination)
Restoring axiom: stefan hasChild markus
Removing axiom: hasChild Range person 2 more removed: [markus hasChild anna, learnedClass EquivalentTo female or (hasChild some person)]
4) learnedClass equivalentTo hasChild some person
male subClassOf person
stefan hasChild markus
markus type male
MUPS 4: [learnedClass EquivalentTo hasChild some person, male SubClassOf person, stefan hasChild markus, markus Type male]
Removing axiom: stefan hasChild markus 3 more removed: [markus hasChild anna, learnedClass EquivalentTo female or (hasChild some person), hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: stefan hasChild markus
Removing axiom: learnedClass EquivalentTo hasChild some person 3 more removed: [markus hasChild anna, learnedClass EquivalentTo female or (hasChild some person), hasChild Range person]
Stop - satisfiable
Restoring axiom: learnedClass EquivalentTo hasChild some person
Removing axiom: male SubClassOf person 4 more removed: [learnedClass EquivalentTo hasChild some person, markus hasChild anna, learnedClass EquivalentTo female or (hasChild some person), hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: male SubClassOf person
Removing axiom: markus Type male 5 more removed: [learnedClass EquivalentTo hasChild some person, markus hasChild anna, male SubClassOf person, learnedClass EquivalentTo female or (hasChild some person), hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: markus Type male
Restoring axiom: hasChild Range person
Removing axiom: learnedClass EquivalentTo hasChild some person 5 more removed: [learnedClass EquivalentTo hasChild some person, markus hasChild anna, male SubClassOf person, learnedClass EquivalentTo female or (hasChild some person), hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: learnedClass EquivalentTo hasChild some person
Restoring axiom: learnedClass EquivalentTo female or (hasChild some person)
Removing axiom: hasChild Range person 5 more removed: [learnedClass EquivalentTo hasChild some person, markus hasChild anna, male SubClassOf person, learnedClass EquivalentTo female or (hasChild some person), hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Range person
Restoring axiom: markus hasChild anna
Removing axiom: stefan hasChild markus 4 more removed: [learnedClass EquivalentTo hasChild some person, male SubClassOf person, learnedClass EquivalentTo female or (hasChild some person), hasChild Range person]
Stop - satisfiable
Restoring axiom: stefan hasChild markus
Removing axiom: learnedClass EquivalentTo female or (hasChild some person) 4 more removed: [learnedClass EquivalentTo hasChild some person, male SubClassOf person, learnedClass EquivalentTo female or (hasChild some person), hasChild Range person]
5) learnedClass equivalentTo hasChild some person
markus hasChild anna
hasChild domain person
stefan hasChild markus
MUPS 5: [learnedClass EquivalentTo hasChild some person, markus hasChild anna, hasChild Domain person, stefan hasChild markus]
Removing axiom: stefan hasChild markus 4 more removed: [learnedClass EquivalentTo hasChild some person, male SubClassOf person, learnedClass EquivalentTo female or (hasChild some person), hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: stefan hasChild markus
Removing axiom: learnedClass EquivalentTo hasChild some person 4 more removed: [learnedClass EquivalentTo hasChild some person, male SubClassOf person, learnedClass EquivalentTo female or (hasChild some person), hasChild Range person]
Stop - satisfiable
Restoring axiom: learnedClass EquivalentTo hasChild some person
Removing axiom: markus hasChild anna 4 more removed: [learnedClass EquivalentTo hasChild some person, male SubClassOf person, learnedClass EquivalentTo female or (hasChild some person), hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: markus hasChild anna
Removing axiom: hasChild Domain person 4 more removed: [learnedClass EquivalentTo hasChild some person, male SubClassOf person, learnedClass EquivalentTo female or (hasChild some person), hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Domain person
Restoring axiom: learnedClass EquivalentTo female or (hasChild some person)
Removing axiom: hasChild Domain person 5 more removed: [learnedClass EquivalentTo hasChild some person, hasChild Domain person, male SubClassOf person, learnedClass EquivalentTo female or (hasChild some person), hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Domain person
Query 2 of 4 (50%)
Positive Example: martin Type learnedClass
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({martin})
Axiom: martin type learnedClass
Explanation(s):
1) martin hasChild heinz
learnedClass equivalentTo ( female
or hasChild some person
)
hasChild range person
MUPS 1: [martin hasChild heinz, learnedClass EquivalentTo female or (hasChild some person), hasChild Range person]
Removing axiom: martin hasChild heinz 0 more removed: []
Stop - satisfiable
Restoring axiom: martin hasChild heinz
Removing axiom: learnedClass EquivalentTo female or (hasChild some person) 0 more removed: []
2) learnedClass equivalentTo hasChild some person
martin hasChild heinz
hasChild range person
MUPS 2: [learnedClass EquivalentTo hasChild some person, martin hasChild heinz, hasChild Range person]
Removing axiom: martin hasChild heinz 1 more removed: [learnedClass EquivalentTo female or (hasChild some person)]
Stop - satisfiable (early termination)
Restoring axiom: martin hasChild heinz
Removing axiom: hasChild Range person 1 more removed: [learnedClass EquivalentTo female or (hasChild some person)]
3) learnedClass equivalentTo hasChild some person
heinz type male
male subClassOf person
martin hasChild heinz
MUPS 3: [learnedClass EquivalentTo hasChild some person, heinz Type male, male SubClassOf person, martin hasChild heinz]
Removing axiom: martin hasChild heinz 2 more removed: [learnedClass EquivalentTo female or (hasChild some person), hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: martin hasChild heinz
Removing axiom: learnedClass EquivalentTo hasChild some person 2 more removed: [learnedClass EquivalentTo female or (hasChild some person), hasChild Range person]
Stop - satisfiable
Restoring axiom: learnedClass EquivalentTo hasChild some person
Removing axiom: heinz Type male 3 more removed: [learnedClass EquivalentTo hasChild some person, learnedClass EquivalentTo female or (hasChild some person), hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: heinz Type male
Removing axiom: male SubClassOf person 3 more removed: [learnedClass EquivalentTo hasChild some person, learnedClass EquivalentTo female or (hasChild some person), hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: male SubClassOf person
Restoring axiom: hasChild Range person
Removing axiom: learnedClass EquivalentTo hasChild some person 4 more removed: [learnedClass EquivalentTo hasChild some person, male SubClassOf person, learnedClass EquivalentTo female or (hasChild some person), hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: learnedClass EquivalentTo hasChild some person
Restoring axiom: learnedClass EquivalentTo female or (hasChild some person)
Removing axiom: hasChild Range person 4 more removed: [learnedClass EquivalentTo hasChild some person, male SubClassOf person, learnedClass EquivalentTo female or (hasChild some person), hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Range person
Query 3 of 4 (75%)
Positive Example: markus Type learnedClass
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({markus})
Axiom: markus type learnedClass
Explanation(s):
1) markus hasChild anna
learnedClass equivalentTo ( female
or hasChild some person
)
hasChild range person
MUPS 1: [markus hasChild anna, learnedClass EquivalentTo female or (hasChild some person), hasChild Range person]
Removing axiom: markus hasChild anna 0 more removed: []
Stop - satisfiable
Restoring axiom: markus hasChild anna
Removing axiom: learnedClass EquivalentTo female or (hasChild some person) 0 more removed: []
2) learnedClass equivalentTo hasChild some person
markus hasChild anna
hasChild range person
MUPS 2: [learnedClass EquivalentTo hasChild some person, markus hasChild anna, hasChild Range person]
Removing axiom: markus hasChild anna 1 more removed: [learnedClass EquivalentTo female or (hasChild some person)]
Stop - satisfiable (early termination)
Restoring axiom: markus hasChild anna
Removing axiom: hasChild Range person 1 more removed: [learnedClass EquivalentTo female or (hasChild some person)]
3) learnedClass equivalentTo hasChild some person
markus hasChild anna
hasChild domain person
anna hasChild heinz
MUPS 3: [learnedClass EquivalentTo hasChild some person, markus hasChild anna, hasChild Domain person, anna hasChild heinz]
Removing axiom: markus hasChild anna 2 more removed: [learnedClass EquivalentTo female or (hasChild some person), hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: markus hasChild anna
Removing axiom: learnedClass EquivalentTo hasChild some person 2 more removed: [learnedClass EquivalentTo female or (hasChild some person), hasChild Range person]
Stop - satisfiable
Restoring axiom: learnedClass EquivalentTo hasChild some person
Removing axiom: hasChild Domain person 3 more removed: [learnedClass EquivalentTo hasChild some person, learnedClass EquivalentTo female or (hasChild some person), hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Domain person
Removing axiom: anna hasChild heinz 4 more removed: [learnedClass EquivalentTo hasChild some person, hasChild Domain person, learnedClass EquivalentTo female or (hasChild some person), hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: anna hasChild heinz
Restoring axiom: hasChild Range person
Removing axiom: learnedClass EquivalentTo hasChild some person 4 more removed: [learnedClass EquivalentTo hasChild some person, hasChild Domain person, learnedClass EquivalentTo female or (hasChild some person), hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: learnedClass EquivalentTo hasChild some person
Restoring axiom: learnedClass EquivalentTo female or (hasChild some person)
Removing axiom: hasChild Range person 4 more removed: [learnedClass EquivalentTo hasChild some person, hasChild Domain person, learnedClass EquivalentTo female or (hasChild some person), hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Range person
Query 4 of 4 (100%)
Negative Example: heinz Type not (learnedClass)
Get 2147483647 explanation(s) for: (not (not (learnedClass))) and ({heinz})
Axiom: heinz type not learnedClass
Explanation: AXIOM IS NOT ENTAILED!
Trying the second method...
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({heinz})
Axiom: heinz type learnedClass
Explanation: AXIOM IS NOT ENTAILED!
Explanations founding completed (BDDs computed)
Start EM Algorithm
- n. of probabilistic axioms: 10
- n. of examples: 4
stefan Type learnedClass - prob: 0.79105 - tag: 1 - #vars: 5
martin Type learnedClass - prob: 0.75738 - tag: 2 - #vars: 4
markus Type learnedClass - prob: 0.76136 - tag: 3 - #vars: 4
heinz Type learnedClass - prob: 1.00000 - tag: 4 - #vars: 0
EM cycle: 0
EM cycle: 1
Log-likelihood: -0.78494 cycle: 1
EM cycle: 2
Log-likelihood: -0.22112 cycle: 2
EM cycle: 3
Log-likelihood: -0.14687 cycle: 3
EM cycle: 4
Log-likelihood: -0.11459 cycle: 4
EM cycle: 5
Log-likelihood: -0.09587 cycle: 5
EM cycle: 6
Log-likelihood: -0.08346 cycle: 6
EM cycle: 7
Log-likelihood: -0.07450 cycle: 7
EM cycle: 8
Log-likelihood: -0.06768 cycle: 8
EM cycle: 9
Log-likelihood: -0.06227 cycle: 9
EM cycle: 10
Log-likelihood: -0.05786 cycle: 10
EM cycle: 11
Log-likelihood: -0.05416 cycle: 11
EM cycle: 12
Log-likelihood: -0.05102 cycle: 12
EM cycle: 13
Log-likelihood: -0.04833 cycle: 13
EM cycle: 14
Log-likelihood: -0.04598 cycle: 14
EM cycle: 15
Log-likelihood: -0.04391 cycle: 15
EM cycle: 16
Log-likelihood: -0.04205 cycle: 16
EM cycle: 17
Log-likelihood: -0.04039 cycle: 17
EM cycle: 18
Log-likelihood: -0.03890 cycle: 18
EM cycle: 19
Log-likelihood: -0.03753 cycle: 19
EM cycle: 20
Log-likelihood: -0.03628 cycle: 20
EM cycle: 21
Log-likelihood: -0.03515 cycle: 21
EM cycle: 22
Log-likelihood: -0.03408 cycle: 22
EM cycle: 23
Log-likelihood: -0.03310 cycle: 23
EM cycle: 24
Log-likelihood: -0.03223 cycle: 24
EM cycle: 25
Log-likelihood: -0.03138 cycle: 25
EM cycle: 26
Log-likelihood: -0.03059 cycle: 26
EM cycle: 27
Log-likelihood: -0.02985 cycle: 27
EM cycle: 28
Log-likelihood: -0.02916 cycle: 28
EM cycle: 29
Log-likelihood: -0.02849 cycle: 29
EM cycle: 30
Log-likelihood: -0.02787 cycle: 30
EM cycle: 31
Log-likelihood: -0.02729 cycle: 31
EM cycle: 32
Log-likelihood: -0.02677 cycle: 32
EM cycle: 33
Log-likelihood: -0.02621 cycle: 33
EM cycle: 34
Log-likelihood: -0.02574 cycle: 34
EM cycle: 35
Log-likelihood: -0.02526 cycle: 35
EM cycle: 36
Log-likelihood: -0.02483 cycle: 36
EM cycle: 37
Log-likelihood: -0.02438 cycle: 37
EM cycle: 38
Log-likelihood: -0.02395 cycle: 38
EM cycle: 39
Log-likelihood: -0.02358 cycle: 39
EM cycle: 40
Log-likelihood: -0.02322 cycle: 40
EM cycle: 41
Log-likelihood: -0.02284 cycle: 41
EM cycle: 42
Log-likelihood: -0.02250 cycle: 42
EM cycle: 43
Log-likelihood: -0.02216 cycle: 43
EM cycle: 44
Log-likelihood: -0.02183 cycle: 44
EM cycle: 45
Log-likelihood: -0.02151 cycle: 45
EM cycle: 46
Log-likelihood: -0.02121 cycle: 46
EM cycle: 47
Log-likelihood: -0.02095 cycle: 47
EM completed.
Final Log-Likelihood: -0.02095
Name | Total (ms)
===========================
main | 78
init | 1
Bundle | 59
Bundle.init | 0
Bundle.explain | 56
Bundle.BDDCalc | 2
EM | 17
INFO (LEAP.java:214) - Current Log-Likelihood: -0.02095
Current Log-Likelihood: -0.02095
INFO (LEAP.java:302) - Log-Likelihood worsened. Removing Last Axioms...
Log-Likelihood worsened. Removing Last Axioms...
INFO (LEAP.java:202) - Adding axiom: learnedClass EquivalentTo male and (hasChild some person)
Adding axiom: learnedClass EquivalentTo male and (hasChild some person)
WARN (AbstractLEAP.java:428) - The axiom will make the KB inconsistent.
It will NOT be added
The axiom will make the KB inconsistent.
It will NOT be added
INFO (LEAP.java:207) - The axiom will make the KB inconsistent.
It will NOT be added
The axiom will make the KB inconsistent.
It will NOT be added
INFO (LEAP.java:208) - Trying with the next class expression
Trying with the next class expression
INFO (LEAP.java:202) - Adding axiom: learnedClass EquivalentTo (not (male)) or (hasChild some person)
Adding axiom: learnedClass EquivalentTo (not (male)) or (hasChild some person)
INFO (LEAP.java:211) - Running parameter learner
Running parameter learner
Initializing...
Preparing Probability map...
Preparing Probability Map...
Random Seed set to: 0
Created 10 probabilistic axiom
Probability Map computed. Size: 10
Initialization completed
Start finding explanations for every example (Computing BDDs)...
Query 1 of 4 (25%)
Positive Example: stefan Type learnedClass
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({stefan})
Axiom: stefan type learnedClass
Explanation(s):
1) learnedClass equivalentTo ( not male
or hasChild some person
)
markus hasChild anna
hasChild domain person
stefan hasChild markus
MUPS 1: [learnedClass EquivalentTo (not (male)) or (hasChild some person), markus hasChild anna, hasChild Domain person, stefan hasChild markus]
Removing axiom: learnedClass EquivalentTo (not (male)) or (hasChild some person) 0 more removed: []
2) learnedClass equivalentTo hasChild some person
markus hasChild anna
hasChild domain person
stefan hasChild markus
MUPS 2: [learnedClass EquivalentTo hasChild some person, markus hasChild anna, hasChild Domain person, stefan hasChild markus]
Removing axiom: markus hasChild anna 1 more removed: [learnedClass EquivalentTo (not (male)) or (hasChild some person)]
3) learnedClass equivalentTo hasChild some person
stefan hasChild markus
hasChild range person
MUPS 3: [learnedClass EquivalentTo hasChild some person, stefan hasChild markus, hasChild Range person]
Removing axiom: stefan hasChild markus 2 more removed: [learnedClass EquivalentTo (not (male)) or (hasChild some person), markus hasChild anna]
Stop - satisfiable
Restoring axiom: stefan hasChild markus
Removing axiom: learnedClass EquivalentTo hasChild some person 2 more removed: [learnedClass EquivalentTo (not (male)) or (hasChild some person), markus hasChild anna]
Stop - satisfiable
Restoring axiom: learnedClass EquivalentTo hasChild some person
Removing axiom: hasChild Range person 3 more removed: [learnedClass EquivalentTo (not (male)) or (hasChild some person), learnedClass EquivalentTo hasChild some person, markus hasChild anna]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Range person
Restoring axiom: markus hasChild anna
Removing axiom: stefan hasChild markus 3 more removed: [learnedClass EquivalentTo (not (male)) or (hasChild some person), learnedClass EquivalentTo hasChild some person, hasChild Range person]
Stop - satisfiable
Restoring axiom: stefan hasChild markus
Removing axiom: hasChild Domain person 3 more removed: [learnedClass EquivalentTo (not (male)) or (hasChild some person), learnedClass EquivalentTo hasChild some person, hasChild Range person]
MUPS 3: [learnedClass EquivalentTo hasChild some person, stefan hasChild markus, hasChild Range person]
Removing axiom: stefan hasChild markus 4 more removed: [learnedClass EquivalentTo (not (male)) or (hasChild some person), learnedClass EquivalentTo hasChild some person, hasChild Domain person, hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: stefan hasChild markus
Removing axiom: learnedClass EquivalentTo hasChild some person 4 more removed: [learnedClass EquivalentTo (not (male)) or (hasChild some person), learnedClass EquivalentTo hasChild some person, hasChild Domain person, hasChild Range person]
Stop - satisfiable
Restoring axiom: learnedClass EquivalentTo hasChild some person
Removing axiom: hasChild Range person 4 more removed: [learnedClass EquivalentTo (not (male)) or (hasChild some person), learnedClass EquivalentTo hasChild some person, hasChild Domain person, hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Range person
Restoring axiom: hasChild Domain person
Removing axiom: learnedClass EquivalentTo hasChild some person 4 more removed: [learnedClass EquivalentTo (not (male)) or (hasChild some person), learnedClass EquivalentTo hasChild some person, hasChild Domain person, hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: learnedClass EquivalentTo hasChild some person
Restoring axiom: learnedClass EquivalentTo (not (male)) or (hasChild some person)
Removing axiom: stefan hasChild markus 4 more removed: [learnedClass EquivalentTo (not (male)) or (hasChild some person), learnedClass EquivalentTo hasChild some person, hasChild Domain person, hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: stefan hasChild markus
Removing axiom: markus hasChild anna 4 more removed: [learnedClass EquivalentTo (not (male)) or (hasChild some person), learnedClass EquivalentTo hasChild some person, hasChild Domain person, hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: markus hasChild anna
Removing axiom: hasChild Domain person 4 more removed: [learnedClass EquivalentTo (not (male)) or (hasChild some person), learnedClass EquivalentTo hasChild some person, hasChild Domain person, hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Domain person
Query 2 of 4 (50%)
Positive Example: martin Type learnedClass
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({martin})
Axiom: martin type learnedClass
Explanation(s):
1) learnedClass equivalentTo ( not male
or hasChild some person
)
martin hasChild heinz
hasChild range person
MUPS 1: [learnedClass EquivalentTo (not (male)) or (hasChild some person), martin hasChild heinz, hasChild Range person]
Removing axiom: learnedClass EquivalentTo (not (male)) or (hasChild some person) 0 more removed: []
2) learnedClass equivalentTo hasChild some person
martin hasChild heinz
hasChild range person
MUPS 2: [learnedClass EquivalentTo hasChild some person, martin hasChild heinz, hasChild Range person]
Removing axiom: martin hasChild heinz 1 more removed: [learnedClass EquivalentTo (not (male)) or (hasChild some person)]
Stop - satisfiable
Restoring axiom: martin hasChild heinz
Removing axiom: hasChild Range person 1 more removed: [learnedClass EquivalentTo (not (male)) or (hasChild some person)]
3) learnedClass equivalentTo hasChild some person
heinz type male
male subClassOf person
martin hasChild heinz
MUPS 3: [learnedClass EquivalentTo hasChild some person, heinz Type male, male SubClassOf person, martin hasChild heinz]
Removing axiom: martin hasChild heinz 2 more removed: [learnedClass EquivalentTo (not (male)) or (hasChild some person), hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: martin hasChild heinz
Removing axiom: learnedClass EquivalentTo hasChild some person 2 more removed: [learnedClass EquivalentTo (not (male)) or (hasChild some person), hasChild Range person]
Stop - satisfiable
Restoring axiom: learnedClass EquivalentTo hasChild some person
Removing axiom: heinz Type male 3 more removed: [learnedClass EquivalentTo (not (male)) or (hasChild some person), learnedClass EquivalentTo hasChild some person, hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: heinz Type male
Removing axiom: male SubClassOf person 3 more removed: [learnedClass EquivalentTo (not (male)) or (hasChild some person), learnedClass EquivalentTo hasChild some person, hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: male SubClassOf person
Restoring axiom: hasChild Range person
Removing axiom: learnedClass EquivalentTo hasChild some person 4 more removed: [learnedClass EquivalentTo (not (male)) or (hasChild some person), learnedClass EquivalentTo hasChild some person, male SubClassOf person, hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: learnedClass EquivalentTo hasChild some person
Restoring axiom: learnedClass EquivalentTo (not (male)) or (hasChild some person)
Removing axiom: martin hasChild heinz 4 more removed: [learnedClass EquivalentTo (not (male)) or (hasChild some person), learnedClass EquivalentTo hasChild some person, male SubClassOf person, hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: martin hasChild heinz
Removing axiom: hasChild Range person 4 more removed: [learnedClass EquivalentTo (not (male)) or (hasChild some person), learnedClass EquivalentTo hasChild some person, male SubClassOf person, hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Range person
Query 3 of 4 (75%)
Positive Example: markus Type learnedClass
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({markus})
Axiom: markus type learnedClass
Explanation(s):
1) learnedClass equivalentTo ( not male
or hasChild some person
)
markus hasChild anna
hasChild range person
MUPS 1: [learnedClass EquivalentTo (not (male)) or (hasChild some person), markus hasChild anna, hasChild Range person]
Removing axiom: learnedClass EquivalentTo (not (male)) or (hasChild some person) 0 more removed: []
2) learnedClass equivalentTo hasChild some person
markus hasChild anna
hasChild range person
MUPS 2: [learnedClass EquivalentTo hasChild some person, markus hasChild anna, hasChild Range person]
Removing axiom: markus hasChild anna 1 more removed: [learnedClass EquivalentTo (not (male)) or (hasChild some person)]
Stop - satisfiable
Restoring axiom: markus hasChild anna
Removing axiom: hasChild Range person 1 more removed: [learnedClass EquivalentTo (not (male)) or (hasChild some person)]
3) learnedClass equivalentTo hasChild some person
markus hasChild anna
hasChild domain person
anna hasChild heinz
MUPS 3: [learnedClass EquivalentTo hasChild some person, markus hasChild anna, hasChild Domain person, anna hasChild heinz]
Removing axiom: markus hasChild anna 2 more removed: [learnedClass EquivalentTo (not (male)) or (hasChild some person), hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: markus hasChild anna
Removing axiom: learnedClass EquivalentTo hasChild some person 2 more removed: [learnedClass EquivalentTo (not (male)) or (hasChild some person), hasChild Range person]
Stop - satisfiable
Restoring axiom: learnedClass EquivalentTo hasChild some person
Removing axiom: hasChild Domain person 3 more removed: [learnedClass EquivalentTo (not (male)) or (hasChild some person), learnedClass EquivalentTo hasChild some person, hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Domain person
Removing axiom: anna hasChild heinz 4 more removed: [learnedClass EquivalentTo (not (male)) or (hasChild some person), learnedClass EquivalentTo hasChild some person, hasChild Domain person, hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: anna hasChild heinz
Restoring axiom: hasChild Range person
Removing axiom: learnedClass EquivalentTo hasChild some person 4 more removed: [learnedClass EquivalentTo (not (male)) or (hasChild some person), learnedClass EquivalentTo hasChild some person, hasChild Domain person, hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: learnedClass EquivalentTo hasChild some person
Restoring axiom: learnedClass EquivalentTo (not (male)) or (hasChild some person)
Removing axiom: markus hasChild anna 4 more removed: [learnedClass EquivalentTo (not (male)) or (hasChild some person), learnedClass EquivalentTo hasChild some person, hasChild Domain person, hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: markus hasChild anna
Removing axiom: hasChild Range person 4 more removed: [learnedClass EquivalentTo (not (male)) or (hasChild some person), learnedClass EquivalentTo hasChild some person, hasChild Domain person, hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Range person
Query 4 of 4 (100%)
Negative Example: heinz Type not (learnedClass)
Get 2147483647 explanation(s) for: (not (not (learnedClass))) and ({heinz})
Axiom: heinz type not learnedClass
Explanation: AXIOM IS NOT ENTAILED!
Trying the second method...
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({heinz})
Axiom: heinz type learnedClass
Explanation: AXIOM IS NOT ENTAILED!
Explanations founding completed (BDDs computed)
Start EM Algorithm
- n. of probabilistic axioms: 10
- n. of examples: 4
stefan Type learnedClass - prob: 0.72690 - tag: 1 - #vars: 4
martin Type learnedClass - prob: 0.75738 - tag: 2 - #vars: 4
markus Type learnedClass - prob: 0.76136 - tag: 3 - #vars: 4
heinz Type learnedClass - prob: 1.00000 - tag: 4 - #vars: 0
EM cycle: 0
EM cycle: 1
Log-likelihood: -0.86953 cycle: 1
EM cycle: 2
Log-likelihood: -0.27628 cycle: 2
EM cycle: 3
Log-likelihood: -0.19277 cycle: 3
EM cycle: 4
Log-likelihood: -0.15547 cycle: 4
EM cycle: 5
Log-likelihood: -0.13352 cycle: 5
EM cycle: 6
Log-likelihood: -0.11868 cycle: 6
EM cycle: 7
Log-likelihood: -0.10786 cycle: 7
EM cycle: 8
Log-likelihood: -0.09954 cycle: 8
EM cycle: 9
Log-likelihood: -0.09284 cycle: 9
EM cycle: 10
Log-likelihood: -0.08736 cycle: 10
EM cycle: 11
Log-likelihood: -0.08275 cycle: 11
EM cycle: 12
Log-likelihood: -0.07881 cycle: 12
EM cycle: 13
Log-likelihood: -0.07536 cycle: 13
EM cycle: 14
Log-likelihood: -0.07235 cycle: 14
EM cycle: 15
Log-likelihood: -0.06966 cycle: 15
EM cycle: 16
Log-likelihood: -0.06729 cycle: 16
EM cycle: 17
Log-likelihood: -0.06513 cycle: 17
EM cycle: 18
Log-likelihood: -0.06319 cycle: 18
EM cycle: 19
Log-likelihood: -0.06141 cycle: 19
EM cycle: 20
Log-likelihood: -0.05975 cycle: 20
EM cycle: 21
Log-likelihood: -0.05826 cycle: 21
EM cycle: 22
Log-likelihood: -0.05685 cycle: 22
EM cycle: 23
Log-likelihood: -0.05553 cycle: 23
EM cycle: 24
Log-likelihood: -0.05434 cycle: 24
EM cycle: 25
Log-likelihood: -0.05321 cycle: 25
EM cycle: 26
Log-likelihood: -0.05211 cycle: 26
EM cycle: 27
Log-likelihood: -0.05116 cycle: 27
EM cycle: 28
Log-likelihood: -0.05018 cycle: 28
EM cycle: 29
Log-likelihood: -0.04931 cycle: 29
EM cycle: 30
Log-likelihood: -0.04849 cycle: 30
EM cycle: 31
Log-likelihood: -0.04769 cycle: 31
EM cycle: 32
Log-likelihood: -0.04692 cycle: 32
EM cycle: 33
Log-likelihood: -0.04616 cycle: 33
EM cycle: 34
Log-likelihood: -0.04551 cycle: 34
EM cycle: 35
Log-likelihood: -0.04484 cycle: 35
EM cycle: 36
Log-likelihood: -0.04421 cycle: 36
EM cycle: 37
Log-likelihood: -0.04361 cycle: 37
EM cycle: 38
Log-likelihood: -0.04306 cycle: 38
EM cycle: 39
Log-likelihood: -0.04248 cycle: 39
EM cycle: 40
Log-likelihood: -0.04195 cycle: 40
EM cycle: 41
Log-likelihood: -0.04145 cycle: 41
EM cycle: 42
Log-likelihood: -0.04096 cycle: 42
EM cycle: 43
Log-likelihood: -0.04050 cycle: 43
EM cycle: 44
Log-likelihood: -0.04004 cycle: 44
EM cycle: 45
Log-likelihood: -0.03961 cycle: 45
EM cycle: 46
Log-likelihood: -0.03919 cycle: 46
EM cycle: 47
Log-likelihood: -0.03875 cycle: 47
EM cycle: 48
Log-likelihood: -0.03835 cycle: 48
EM cycle: 49
Log-likelihood: -0.03799 cycle: 49
EM cycle: 50
Log-likelihood: -0.03763 cycle: 50
EM cycle: 51
Log-likelihood: -0.03725 cycle: 51
EM cycle: 52
Log-likelihood: -0.03691 cycle: 52
EM cycle: 53
Log-likelihood: -0.03655 cycle: 53
EM cycle: 54
Log-likelihood: -0.03622 cycle: 54
EM cycle: 55
Log-likelihood: -0.03592 cycle: 55
EM cycle: 56
Log-likelihood: -0.03559 cycle: 56
EM cycle: 57
Log-likelihood: -0.03529 cycle: 57
EM cycle: 58
Log-likelihood: -0.03502 cycle: 58
EM completed.
Final Log-Likelihood: -0.03502
Name | Total (ms)
===========================
main | 67
init | 1
Bundle | 55
Bundle.init | 0
Bundle.explain | 50
Bundle.BDDCalc | 2
EM | 11
INFO (LEAP.java:214) - Current Log-Likelihood: -0.03502
Current Log-Likelihood: -0.03502
INFO (LEAP.java:302) - Log-Likelihood worsened. Removing Last Axioms...
Log-Likelihood worsened. Removing Last Axioms...
INFO (LEAP.java:202) - Adding axiom: learnedClass EquivalentTo (not (female)) and (hasChild some person)
Adding axiom: learnedClass EquivalentTo (not (female)) and (hasChild some person)
WARN (AbstractLEAP.java:428) - The axiom will make the KB inconsistent.
It will NOT be added
The axiom will make the KB inconsistent.
It will NOT be added
INFO (LEAP.java:207) - The axiom will make the KB inconsistent.
It will NOT be added
The axiom will make the KB inconsistent.
It will NOT be added
INFO (LEAP.java:208) - Trying with the next class expression
Trying with the next class expression
INFO (LEAP.java:202) - Adding axiom: learnedClass EquivalentTo male and (female or (hasChild some person))
Adding axiom: learnedClass EquivalentTo male and (female or (hasChild some person))
WARN (AbstractLEAP.java:428) - The axiom will make the KB inconsistent.
It will NOT be added
The axiom will make the KB inconsistent.
It will NOT be added
INFO (LEAP.java:207) - The axiom will make the KB inconsistent.
It will NOT be added
The axiom will make the KB inconsistent.
It will NOT be added
INFO (LEAP.java:208) - Trying with the next class expression
Trying with the next class expression
INFO (LEAP.java:202) - Adding axiom: learnedClass EquivalentTo male and (father or (hasChild some person))
Adding axiom: learnedClass EquivalentTo male and (father or (hasChild some person))
WARN (AbstractLEAP.java:428) - The axiom will make the KB inconsistent.
It will NOT be added
The axiom will make the KB inconsistent.
It will NOT be added
INFO (LEAP.java:207) - The axiom will make the KB inconsistent.
It will NOT be added
The axiom will make the KB inconsistent.
It will NOT be added
INFO (LEAP.java:208) - Trying with the next class expression
Trying with the next class expression
INFO (LEAP.java:202) - Adding axiom: learnedClass EquivalentTo male and (father or (hasChild some male))
Adding axiom: learnedClass EquivalentTo male and (father or (hasChild some male))
WARN (AbstractLEAP.java:428) - The axiom will make the KB inconsistent.
It will NOT be added
The axiom will make the KB inconsistent.
It will NOT be added
INFO (LEAP.java:207) - The axiom will make the KB inconsistent.
It will NOT be added
The axiom will make the KB inconsistent.
It will NOT be added
INFO (LEAP.java:208) - Trying with the next class expression
Trying with the next class expression
INFO (LEAP.java:202) - Adding axiom: learnedClass EquivalentTo male and (father or (hasChild some female))
Adding axiom: learnedClass EquivalentTo male and (father or (hasChild some female))
WARN (AbstractLEAP.java:428) - The axiom will make the KB inconsistent.
It will NOT be added
The axiom will make the KB inconsistent.
It will NOT be added
INFO (LEAP.java:207) - The axiom will make the KB inconsistent.
It will NOT be added
The axiom will make the KB inconsistent.
It will NOT be added
INFO (LEAP.java:208) - Trying with the next class expression
Trying with the next class expression
INFO (LEAP.java:202) - Adding axiom: learnedClass EquivalentTo male and (father or (hasChild some father))
Adding axiom: learnedClass EquivalentTo male and (father or (hasChild some father))
WARN (AbstractLEAP.java:428) - The axiom will make the KB inconsistent.
It will NOT be added
The axiom will make the KB inconsistent.
It will NOT be added
INFO (LEAP.java:207) - The axiom will make the KB inconsistent.
It will NOT be added
The axiom will make the KB inconsistent.
It will NOT be added
INFO (LEAP.java:208) - Trying with the next class expression
Trying with the next class expression
INFO (LEAP.java:108) - Greedy search finished
Greedy search finished
DEBUG (AbstractLEAP.java:330) - Replacing super class "dummyClass" with "classToDescribe"
Replacing super class "dummyClass" with "classToDescribe"
INFO (AbstractLEAP.java:393) - Learned Axiom: father EquivalentTo hasChild some person
Learned Axiom: father EquivalentTo hasChild some person
DEBUG (AbstractLEAP.java:406) - Replaced all the super classes
Replaced all the super classes
INFO (LEAP.java:126) - Saving the learned ontology
Saving the learned ontology
INFO (AbstractLEAP.java:188) - Main: 10288 ms
Main: 10288 ms
INFO (AbstractLEAP.java:189) - CELOE: 10002 ms
CELOE: 10002 ms
INFO (AbstractLEAP.java:200) - EDGE: 242 ms
EDGE: 242 ms
INFO (AbstractLEAP.java:200) - Bundle: 162 ms
Bundle: 162 ms
INFO (AbstractLEAP.java:200) - BDDCalc: 5 ms
BDDCalc: 5 ms
INFO (AbstractLEAP.java:200) - explain: 145 ms
explain: 145 ms
INFO (AbstractLEAP.java:200) - init: 0 ms
init: 0 ms
INFO (AbstractLEAP.java:200) - EM: 32 ms
EM: 32 ms
INFO (AbstractLEAP.java:200) - init: 38 ms
init: 38 ms
INFO (AbstractLEAP.java:208) - Other: 44 ms
Other: 44 ms
INFO (AbstractLEAP.java:209) - Program client: execution successfully terminated
Program client: execution successfully terminated
Test case 2 - SubClassOf axioms
Injecting object uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl@48eaf42f
Loading file META-INF/services/org.semanticweb.owlapi.model.OWLOntologyIRIMapper
No files found for META-INF/services/org.semanticweb.owlapi.model.OWLOntologyIRIMapper
Injecting values [[]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setIRIMappers(java.util.Set).
Injecting values [[org.semanticweb.owlapi.krss2.parser.KRSS2OWLParserFactory@2abc8034, org.semanticweb.owlapi.rdf.rdfxml.parser.RDFXMLParserFactory@c7f4457, org.semanticweb.owlapi.oboformat.OBOFormatOWLAPIParserFactory@12e12ac9, org.semanticweb.owlapi.rio.RioNQuadsParserFactory@554188ac, org.semanticweb.owlapi.rio.RioTurtleParserFactory@1c93b51e, org.semanticweb.owlapi.rio.RioRDFXMLParserFactory@2668c286, org.semanticweb.owlapi.rio.RioTrixParserFactory@7ea2412c, org.semanticweb.owlapi.owlxml.parser.OWLXMLParserFactory@420cd102, org.semanticweb.owlapi.rio.RioJsonParserFactory@7bc58891, org.semanticweb.owlapi.rio.RioNTriplesParserFactory@1f43cab7, org.semanticweb.owlapi.rdf.turtle.parser.TurtleOntologyParserFactory@467b0f6e, org.semanticweb.owlapi.manchestersyntax.parser.ManchesterOWLSyntaxOntologyParserFactory@7c0f28f8, org.semanticweb.owlapi.rio.RioJsonLDParserFactory@2091833, org.semanticweb.owlapi.rio.RioTrigParserFactory@7f353a0f, org.semanticweb.owlapi.rio.RioN3ParserFactory@6411504a, org.semanticweb.owlapi.rio.RioRDFaParserFactory@481558ce, org.semanticweb.owlapi.functional.parser.OWLFunctionalSyntaxOWLParserFactory@474179fa, org.semanticweb.owlapi.rio.RioBinaryRdfParserFactory@488f3dd1]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyParsers(java.util.Set).
Injecting values [[uk.ac.manchester.cs.owl.owlapi.OWLOntologyFactoryImpl@5e230fc6]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyFactories(java.util.Set).
Injecting values [[org.semanticweb.owlapi.rio.RioJsonStorerFactory@17043b04, org.semanticweb.owlapi.latex.renderer.LatexStorerFactory@7ccfdaef, org.semanticweb.owlapi.rio.RioBinaryRdfStorerFactory@7a8341c1, org.semanticweb.owlapi.rio.RioN3StorerFactory@511f5b1d, org.semanticweb.owlapi.rio.RioNQuadsStorerFactory@31f295b6, org.semanticweb.owlapi.rio.RioNTriplesStorerFactory@7a687d8d, org.semanticweb.owlapi.oboformat.OBOFormatStorerFactory@19bedeb8, org.semanticweb.owlapi.manchestersyntax.renderer.ManchesterSyntaxStorerFactory@664212ab, org.semanticweb.owlapi.krss2.renderer.KRSS2OWLSyntaxStorerFactory@2693c618, org.semanticweb.owlapi.owlxml.renderer.OWLXMLStorerFactory@33e434c8, org.semanticweb.owlapi.rdf.rdfxml.renderer.RDFXMLStorerFactory@22dc59b2, org.semanticweb.owlapi.functional.renderer.FunctionalSyntaxStorerFactory@546394ed, org.semanticweb.owlapi.rio.RioTrigStorerFactory@67eec8e1, org.semanticweb.owlapi.dlsyntax.renderer.DLSyntaxStorerFactory@32f5ecc4, org.semanticweb.owlapi.rio.RioJsonLDStorerFactory@ca8ef3a, org.semanticweb.owlapi.rdf.turtle.renderer.TurtleStorerFactory@3443e476, org.semanticweb.owlapi.dlsyntax.renderer.DLSyntaxHTMLStorerFactory@a6e4897, org.semanticweb.owlapi.rio.RioTrixStorerFactory@4214ae8f, org.semanticweb.owlapi.rio.RioTurtleStorerFactory@7ba93755, org.semanticweb.owlapi.rio.RioRDFXMLStorerFactory@4c82b5df]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyStorers(java.util.Set).
http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl, error message: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl, error message: Property 'entityExpansionLimit' is not recognized.
Total number of triples: 27
Loaded OntologyID(OntologyIRI(<http://example.com/father>) VersionIRI(<null>))
Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner)
Materializing TBox...
materialising concepts
[.....] 0%
[=....] 20%
[==...] 40%
[===..] 60%materialising object properties ...
[====.] 80%materialising datatype properties
finished materialising data properties.
...TBox materialised in 1 ms.
Injecting object uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl@7b25ab31
Loading file META-INF/services/org.semanticweb.owlapi.model.OWLOntologyIRIMapper
No files found for META-INF/services/org.semanticweb.owlapi.model.OWLOntologyIRIMapper
Injecting values [[]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setIRIMappers(java.util.Set).
Injecting values [[org.semanticweb.owlapi.manchestersyntax.parser.ManchesterOWLSyntaxOntologyParserFactory@7792d851, org.semanticweb.owlapi.rio.RioNQuadsParserFactory@494c8f29, org.semanticweb.owlapi.rio.RioRDFaParserFactory@1c57f6b2, org.semanticweb.owlapi.rio.RioTurtleParserFactory@36776c32, org.semanticweb.owlapi.rio.RioTrigParserFactory@66c9b52f, org.semanticweb.owlapi.rio.RioJsonLDParserFactory@68ddd415, org.semanticweb.owlapi.owlxml.parser.OWLXMLParserFactory@1235151c, org.semanticweb.owlapi.rio.RioBinaryRdfParserFactory@2001e48c, org.semanticweb.owlapi.oboformat.OBOFormatOWLAPIParserFactory@4cc65c2, org.semanticweb.owlapi.rio.RioN3ParserFactory@664632e9, org.semanticweb.owlapi.rdf.turtle.parser.TurtleOntologyParserFactory@7e1ffe70, org.semanticweb.owlapi.rio.RioTrixParserFactory@1536ea40, org.semanticweb.owlapi.krss2.parser.KRSS2OWLParserFactory@5cd96b41, org.semanticweb.owlapi.functional.parser.OWLFunctionalSyntaxOWLParserFactory@73041b7d, org.semanticweb.owlapi.rdf.rdfxml.parser.RDFXMLParserFactory@5a1f778, org.semanticweb.owlapi.rio.RioJsonParserFactory@306c7bf6, org.semanticweb.owlapi.rio.RioRDFXMLParserFactory@4b515eab, org.semanticweb.owlapi.rio.RioNTriplesParserFactory@4f379769]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyParsers(java.util.Set).
Injecting values [[uk.ac.manchester.cs.owl.owlapi.OWLOntologyFactoryImpl@574059d5]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyFactories(java.util.Set).
Injecting values [[org.semanticweb.owlapi.rio.RioJsonLDStorerFactory@67770b37, org.semanticweb.owlapi.rio.RioTrigStorerFactory@5099c59b, org.semanticweb.owlapi.rio.RioTrixStorerFactory@73c31181, org.semanticweb.owlapi.rdf.turtle.renderer.TurtleStorerFactory@4bc59b27, org.semanticweb.owlapi.krss2.renderer.KRSS2OWLSyntaxStorerFactory@472d0f4, org.semanticweb.owlapi.dlsyntax.renderer.DLSyntaxStorerFactory@6418e39e, org.semanticweb.owlapi.rio.RioNTriplesStorerFactory@5eb5da12, org.semanticweb.owlapi.rio.RioN3StorerFactory@5529ff44, org.semanticweb.owlapi.latex.renderer.LatexStorerFactory@4d7a64ca, org.semanticweb.owlapi.rio.RioBinaryRdfStorerFactory@6d672bd4, org.semanticweb.owlapi.rio.RioTurtleStorerFactory@3d620a1, org.semanticweb.owlapi.rdf.rdfxml.renderer.RDFXMLStorerFactory@4f486211, org.semanticweb.owlapi.rio.RioNQuadsStorerFactory@14447be, org.semanticweb.owlapi.rio.RioRDFXMLStorerFactory@4a50d04a, org.semanticweb.owlapi.dlsyntax.renderer.DLSyntaxHTMLStorerFactory@76ff68c5, org.semanticweb.owlapi.oboformat.OBOFormatStorerFactory@3635099, org.semanticweb.owlapi.rio.RioJsonStorerFactory@72906e, org.semanticweb.owlapi.owlxml.renderer.OWLXMLStorerFactory@51e3d37e, org.semanticweb.owlapi.functional.renderer.FunctionalSyntaxStorerFactory@3a479fda, org.semanticweb.owlapi.manchestersyntax.renderer.ManchesterSyntaxStorerFactory@8a6631b]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyStorers(java.util.Set).
DEBUG (EDGE.java:63) - Initializing EDGE
Initializing EDGE
classHierarchy: Thing
person
female
male
father
object properties: [hasChild]
Numeric Splits: {}
Debug logger: true
DEBUG (AbstractLEAP.java:129) - getting the individuals
getting the individuals
DEBUG (AbstractLEAP.java:166) - convert the individuals into assertional axioms
convert the individuals into assertional axioms
Injecting object uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl@3332c7a5
Loading file META-INF/services/org.semanticweb.owlapi.model.OWLOntologyIRIMapper
No files found for META-INF/services/org.semanticweb.owlapi.model.OWLOntologyIRIMapper
Injecting values [[]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setIRIMappers(java.util.Set).
Injecting values [[org.semanticweb.owlapi.rio.RioNQuadsParserFactory@6adc5b9c, org.semanticweb.owlapi.manchestersyntax.parser.ManchesterOWLSyntaxOntologyParserFactory@7945b206, org.semanticweb.owlapi.rio.RioJsonLDParserFactory@3e39baf0, org.semanticweb.owlapi.rio.RioTrixParserFactory@76d7881e, org.semanticweb.owlapi.rio.RioJsonParserFactory@83bb0f, org.semanticweb.owlapi.rio.RioNTriplesParserFactory@19c1820d, org.semanticweb.owlapi.rio.RioBinaryRdfParserFactory@2accaec2, org.semanticweb.owlapi.owlxml.parser.OWLXMLParserFactory@4b862408, org.semanticweb.owlapi.rdf.rdfxml.parser.RDFXMLParserFactory@6ddee60f, org.semanticweb.owlapi.oboformat.OBOFormatOWLAPIParserFactory@6e829e50, org.semanticweb.owlapi.rio.RioRDFXMLParserFactory@6b1b19cf, org.semanticweb.owlapi.krss2.parser.KRSS2OWLParserFactory@7d42542, org.semanticweb.owlapi.rdf.turtle.parser.TurtleOntologyParserFactory@4d09cade, org.semanticweb.owlapi.rio.RioTrigParserFactory@6393bf8b, org.semanticweb.owlapi.functional.parser.OWLFunctionalSyntaxOWLParserFactory@1f87607c, org.semanticweb.owlapi.rio.RioN3ParserFactory@25a94b55, org.semanticweb.owlapi.rio.RioRDFaParserFactory@40709f9, org.semanticweb.owlapi.rio.RioTurtleParserFactory@4aa31ffc]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyParsers(java.util.Set).
Injecting values [[uk.ac.manchester.cs.owl.owlapi.OWLOntologyFactoryImpl@4aa2877c]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyFactories(java.util.Set).
Injecting values [[org.semanticweb.owlapi.oboformat.OBOFormatStorerFactory@1150d471, org.semanticweb.owlapi.rio.RioNTriplesStorerFactory@373e6b9d, org.semanticweb.owlapi.rio.RioRDFXMLStorerFactory@65629ac6, org.semanticweb.owlapi.rio.RioJsonStorerFactory@500051c5, org.semanticweb.owlapi.rio.RioTurtleStorerFactory@10244722, org.semanticweb.owlapi.dlsyntax.renderer.DLSyntaxHTMLStorerFactory@3c952a33, org.semanticweb.owlapi.owlxml.renderer.OWLXMLStorerFactory@721d8ab5, org.semanticweb.owlapi.rio.RioTrigStorerFactory@56b8aaf1, org.semanticweb.owlapi.rdf.turtle.renderer.TurtleStorerFactory@7412a438, org.semanticweb.owlapi.rdf.rdfxml.renderer.RDFXMLStorerFactory@61615b4a, org.semanticweb.owlapi.latex.renderer.LatexStorerFactory@1e3ff233, org.semanticweb.owlapi.rio.RioTrixStorerFactory@5482bcac, org.semanticweb.owlapi.dlsyntax.renderer.DLSyntaxStorerFactory@70029d2d, org.semanticweb.owlapi.rio.RioJsonLDStorerFactory@2a8a3ada, org.semanticweb.owlapi.manchestersyntax.renderer.ManchesterSyntaxStorerFactory@1946384, org.semanticweb.owlapi.krss2.renderer.KRSS2OWLSyntaxStorerFactory@6ac4c3f7, org.semanticweb.owlapi.rio.RioNQuadsStorerFactory@4c19d42e, org.semanticweb.owlapi.rio.RioN3StorerFactory@ec7b5de, org.semanticweb.owlapi.rio.RioBinaryRdfStorerFactory@307e4c44, org.semanticweb.owlapi.functional.renderer.FunctionalSyntaxStorerFactory@33bb3f86]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyStorers(java.util.Set).
Injecting object uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl@709f0202
Loading file META-INF/services/org.semanticweb.owlapi.model.OWLOntologyIRIMapper
No files found for META-INF/services/org.semanticweb.owlapi.model.OWLOntologyIRIMapper
Injecting values [[]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setIRIMappers(java.util.Set).
Injecting values [[org.semanticweb.owlapi.rio.RioJsonLDParserFactory@14168e1, org.semanticweb.owlapi.rio.RioJsonParserFactory@16a5c7e4, org.semanticweb.owlapi.rio.RioN3ParserFactory@1e225820, org.semanticweb.owlapi.rio.RioTurtleParserFactory@6003ad65, org.semanticweb.owlapi.rdf.rdfxml.parser.RDFXMLParserFactory@526e8108, org.semanticweb.owlapi.rio.RioNTriplesParserFactory@2a2dc0a, org.semanticweb.owlapi.rio.RioRDFXMLParserFactory@36ef1d65, org.semanticweb.owlapi.rdf.turtle.parser.TurtleOntologyParserFactory@c02670f, org.semanticweb.owlapi.krss2.parser.KRSS2OWLParserFactory@60743cdb, org.semanticweb.owlapi.rio.RioNQuadsParserFactory@8aeab9e, org.semanticweb.owlapi.rio.RioTrixParserFactory@5f366587, org.semanticweb.owlapi.functional.parser.OWLFunctionalSyntaxOWLParserFactory@71179b6f, org.semanticweb.owlapi.manchestersyntax.parser.ManchesterOWLSyntaxOntologyParserFactory@2ec99035, org.semanticweb.owlapi.rio.RioRDFaParserFactory@3a00b15d, org.semanticweb.owlapi.rio.RioTrigParserFactory@4be0a27d, org.semanticweb.owlapi.owlxml.parser.OWLXMLParserFactory@13bdf540, org.semanticweb.owlapi.rio.RioBinaryRdfParserFactory@654e6a90, org.semanticweb.owlapi.oboformat.OBOFormatOWLAPIParserFactory@4dcbae55]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyParsers(java.util.Set).
Injecting values [[uk.ac.manchester.cs.owl.owlapi.OWLOntologyFactoryImpl@4a9860]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyFactories(java.util.Set).
Injecting values [[org.semanticweb.owlapi.rio.RioJsonLDStorerFactory@5ae1c281, org.semanticweb.owlapi.functional.renderer.FunctionalSyntaxStorerFactory@29a33620, org.semanticweb.owlapi.rio.RioJsonStorerFactory@4ac8768e, org.semanticweb.owlapi.rdf.rdfxml.renderer.RDFXMLStorerFactory@627ff1b8, org.semanticweb.owlapi.rdf.turtle.renderer.TurtleStorerFactory@5a90265a, org.semanticweb.owlapi.rio.RioTurtleStorerFactory@5cff6b74, org.semanticweb.owlapi.manchestersyntax.renderer.ManchesterSyntaxStorerFactory@ea04cab, org.semanticweb.owlapi.owlxml.renderer.OWLXMLStorerFactory@62b57479, org.semanticweb.owlapi.latex.renderer.LatexStorerFactory@6a32191e, org.semanticweb.owlapi.rio.RioTrigStorerFactory@1903b5d, org.semanticweb.owlapi.rio.RioNTriplesStorerFactory@3db432c2, org.semanticweb.owlapi.krss2.renderer.KRSS2OWLSyntaxStorerFactory@134f8ef6, org.semanticweb.owlapi.rio.RioN3StorerFactory@1e957e2f, org.semanticweb.owlapi.dlsyntax.renderer.DLSyntaxHTMLStorerFactory@66fbc5e7, org.semanticweb.owlapi.dlsyntax.renderer.DLSyntaxStorerFactory@9accff0, org.semanticweb.owlapi.oboformat.OBOFormatStorerFactory@52559a69, org.semanticweb.owlapi.rio.RioBinaryRdfStorerFactory@7ca16adc, org.semanticweb.owlapi.rio.RioRDFXMLStorerFactory@34414ffc, org.semanticweb.owlapi.rio.RioTrixStorerFactory@4041739c, org.semanticweb.owlapi.rio.RioNQuadsStorerFactory@691500ab]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyStorers(java.util.Set).
DEBUG (LEAP.java:71) - Starting structure learner LEAP
Starting structure learner LEAP
start class:Thing
more accurate (75.00%) class expression found after 0ms: Thing
computeM
BOOL DPs:[]
Numeric DPs:[]
most general properties:
`hasChild=1
m: {1=[person], 2=[not (father), not (female)], 3=[hasChild some Thing, hasChild only Thing], 4=[hasChild max 0 Thing]}
more accurate (100.00%) class expression found after 3ms: hasChild some person
m for person: {1=[female, male], 2=[not (father), not (female), not (male)], 3=[hasChild some Thing, hasChild only Thing], 4=[hasChild max 0 Thing]}
Algorithm terminated successfully (time: 10s 1ms, 10947 descriptions tested, 7892 nodes in the search tree).
number of retrievals: 11094
retrieval reasoning time: 90ms ( 0ms per retrieval)
number of instance checks: 56 (0 multiple)
instance check reasoning time: 0ms ( 0ms per instance check)
(complex) subsumption checks: 314 (0 multiple)
subsumption reasoning time: 11ms ( 0ms per subsumption check)
overall reasoning time: 102ms
solutions:
1: hasChild some person 100.00%
2: female or (hasChild some person) 100.00%
3: male and (hasChild some person) 100.00%
4: (not (male)) or (hasChild some person) 100.00%
5: (not (female)) and (hasChild some person) 100.00%
6: male and (female or (hasChild some person)) 100.00%
7: male and (father or (hasChild some person)) 100.00%
8: male and (father or (hasChild some male)) 100.00%
9: male and (father or (hasChild some female)) 100.00%
10: male and (father or (hasChild some father)) 100.00%
INFO (LEAP.java:99) - Start greedy search
Start greedy search
DEBUG (LEAP.java:169) - Initial Log-likelihood: -41.44653
Initial Log-likelihood: -41.44653
Creation of the learned ontology...
Successful creation of the learned ontology
Ontology created in 0.0 (ms)
INFO (LEAP.java:192) - Type of axiom to learn: subClassOf axioms
Type of axiom to learn: subClassOf axioms
INFO (LEAP.java:195) - number of axiom chunks: 10
number of axiom chunks: 10
INFO (LEAP.java:202) - Adding axiom: hasChild some person SubClassOf learnedClass
Adding axiom: hasChild some person SubClassOf learnedClass
INFO (LEAP.java:211) - Running parameter learner
Running parameter learner
# examples: 3
# positive examples: 3
# examples: 4
# negative examples: 1
Initializing...
Preparing Probability map...
Preparing Probability Map...
Random Seed set to: 0
Created 9 probabilistic axiom
Probability Map computed. Size: 9
Initializing...
Preparing Probability map...
Preparing Probability Map...
Random Seed set to: 0
Created 9 probabilistic axiom
Probability Map computed. Size: 9
Initialization completed
Start finding explanations for every example (Computing BDDs)...
Query 1 of 4 (25%)
Positive Example: stefan Type learnedClass
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({stefan})
Axiom: stefan type learnedClass
Explanation(s):
1) markus hasChild anna
hasChild domain person
stefan hasChild markus
hasChild some person subClassOf learnedClass
MUPS 1: [markus hasChild anna, hasChild Domain person, stefan hasChild markus, hasChild some person SubClassOf learnedClass]
Removing axiom: markus hasChild anna 0 more removed: []
2) stefan hasChild markus
hasChild range person
hasChild some person subClassOf learnedClass
MUPS 2: [stefan hasChild markus, hasChild Range person, hasChild some person SubClassOf learnedClass]
Removing axiom: stefan hasChild markus 1 more removed: [markus hasChild anna]
Stop - satisfiable
Restoring axiom: stefan hasChild markus
Removing axiom: hasChild some person SubClassOf learnedClass 1 more removed: [markus hasChild anna]
Stop - satisfiable
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: hasChild Range person 2 more removed: [markus hasChild anna, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Range person
Restoring axiom: markus hasChild anna
Removing axiom: stefan hasChild markus 1 more removed: [hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: stefan hasChild markus
Removing axiom: hasChild some person SubClassOf learnedClass 1 more removed: [hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: hasChild Domain person 1 more removed: [hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Domain person
Query 2 of 4 (50%)
Positive Example: martin Type learnedClass
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({martin})
Axiom: martin type learnedClass
Explanation(s):
1) martin hasChild heinz
hasChild range person
hasChild some person subClassOf learnedClass
MUPS 1: [martin hasChild heinz, hasChild Range person, hasChild some person SubClassOf learnedClass]
Removing axiom: martin hasChild heinz 0 more removed: []
Stop - satisfiable
Restoring axiom: martin hasChild heinz
Removing axiom: hasChild Range person 0 more removed: []
2) heinz type male
male subClassOf person
martin hasChild heinz
hasChild some person subClassOf learnedClass
MUPS 2: [heinz Type male, male SubClassOf person, martin hasChild heinz, hasChild some person SubClassOf learnedClass]
Removing axiom: martin hasChild heinz 1 more removed: [hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: martin hasChild heinz
Removing axiom: hasChild some person SubClassOf learnedClass 1 more removed: [hasChild Range person]
Stop - satisfiable
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: heinz Type male 2 more removed: [hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: heinz Type male
Removing axiom: male SubClassOf person 2 more removed: [hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: male SubClassOf person
Restoring axiom: hasChild Range person
Removing axiom: hasChild some person SubClassOf learnedClass 1 more removed: [hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: hasChild some person SubClassOf learnedClass
Query 3 of 4 (75%)
Positive Example: markus Type learnedClass
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({markus})
Axiom: markus type learnedClass
Explanation(s):
1) markus hasChild anna
hasChild range person
hasChild some person subClassOf learnedClass
MUPS 1: [markus hasChild anna, hasChild Range person, hasChild some person SubClassOf learnedClass]
Removing axiom: markus hasChild anna 0 more removed: []
Stop - satisfiable
Restoring axiom: markus hasChild anna
Removing axiom: hasChild Range person 0 more removed: []
2) markus hasChild anna
hasChild domain person
anna hasChild heinz
hasChild some person subClassOf learnedClass
MUPS 2: [markus hasChild anna, hasChild Domain person, anna hasChild heinz, hasChild some person SubClassOf learnedClass]
Removing axiom: markus hasChild anna 1 more removed: [hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: markus hasChild anna
Removing axiom: hasChild some person SubClassOf learnedClass 1 more removed: [hasChild Range person]
Stop - satisfiable
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: hasChild Domain person 2 more removed: [hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Domain person
Removing axiom: anna hasChild heinz 2 more removed: [hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: anna hasChild heinz
Restoring axiom: hasChild Range person
Removing axiom: hasChild some person SubClassOf learnedClass 1 more removed: [hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: hasChild some person SubClassOf learnedClass
Query 4 of 4 (100%)
Negative Example: heinz Type not (learnedClass)
Get 2147483647 explanation(s) for: (not (not (learnedClass))) and ({heinz})
Axiom: heinz type not learnedClass
Explanation: AXIOM IS NOT ENTAILED!
Trying the second method...
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({heinz})
Axiom: heinz type learnedClass
Explanation: AXIOM IS NOT ENTAILED!
Explanations founding completed (BDDs computed)
Start EM Algorithm
- n. of probabilistic axioms: 9
- n. of examples: 4
stefan Type learnedClass - prob: 0.33261 - tag: 1 - #vars: 3
martin Type learnedClass - prob: 0.31862 - tag: 2 - #vars: 3
markus Type learnedClass - prob: 0.33261 - tag: 3 - #vars: 3
heinz Type learnedClass - prob: 1.00000 - tag: 4 - #vars: 0
EM cycle: 0
EM cycle: 1
Log-likelihood: -3.34532 cycle: 1
EM cycle: 2
Log-likelihood: -0.03892 cycle: 2
EM cycle: 3
Log-likelihood: -0.03532 cycle: 3
EM cycle: 4
Log-likelihood: -0.03320 cycle: 4
EM cycle: 5
Log-likelihood: -0.03176 cycle: 5
EM cycle: 6
Log-likelihood: -0.03064 cycle: 6
EM cycle: 7
Log-likelihood: -0.02978 cycle: 7
EM cycle: 8
Log-likelihood: -0.02906 cycle: 8
EM cycle: 9
Log-likelihood: -0.02847 cycle: 9
EM cycle: 10
Log-likelihood: -0.02791 cycle: 10
EM cycle: 11
Log-likelihood: -0.02747 cycle: 11
EM cycle: 12
Log-likelihood: -0.02705 cycle: 12
EM cycle: 13
Log-likelihood: -0.02670 cycle: 13
EM cycle: 14
Log-likelihood: -0.02636 cycle: 14
EM cycle: 15
Log-likelihood: -0.02605 cycle: 15
EM cycle: 16
Log-likelihood: -0.02578 cycle: 16
EM completed.
Final Log-Likelihood: -0.02578
Name | Total (ms)
===========================
main | 32
init | 1
Bundle | 28
Bundle.init | 0
Bundle.explain | 28
Bundle.BDDCalc | 0
EM | 2
INFO (LEAP.java:214) - Current Log-Likelihood: -0.02578
Current Log-Likelihood: -0.02578
INFO (LEAP.java:254) - Log-Likelihood enhanced. Updating ontologies...
Log-Likelihood enhanced. Updating ontologies...
DEBUG (LEAP.java:318) - Updating ontology
Updating ontology
Creation of the learned ontology...
Successful creation of the learned ontology
Ontology created in 1.0 (ms)
DEBUG (LEAP.java:321) - Ontology Updated
Ontology Updated
INFO (LEAP.java:202) - Adding axiom: female or (hasChild some person) SubClassOf learnedClass
Adding axiom: female or (hasChild some person) SubClassOf learnedClass
INFO (LEAP.java:211) - Running parameter learner
Running parameter learner
Initializing...
Preparing Probability map...
Preparing Probability Map...
Random Seed set to: 0
Created 10 probabilistic axiom
Probability Map computed. Size: 10
Initialization completed
Start finding explanations for every example (Computing BDDs)...
Query 1 of 4 (25%)
Positive Example: stefan Type learnedClass
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({stefan})
Axiom: stefan type learnedClass
Explanation(s):
1) markus hasChild anna
hasChild domain person
stefan hasChild markus
hasChild some person subClassOf learnedClass
MUPS 1: [markus hasChild anna, hasChild Domain person, stefan hasChild markus, hasChild some person SubClassOf learnedClass]
Removing axiom: markus hasChild anna 0 more removed: []
2) stefan hasChild markus
hasChild range person
hasChild some person subClassOf learnedClass
MUPS 2: [stefan hasChild markus, hasChild Range person, hasChild some person SubClassOf learnedClass]
Removing axiom: stefan hasChild markus 1 more removed: [markus hasChild anna]
Stop - satisfiable
Restoring axiom: stefan hasChild markus
Removing axiom: hasChild some person SubClassOf learnedClass 1 more removed: [markus hasChild anna]
3) ( female
or hasChild some person
) subClassOf learnedClass
stefan hasChild markus
hasChild range person
MUPS 3: [female or (hasChild some person) SubClassOf learnedClass, stefan hasChild markus, hasChild Range person]
Removing axiom: stefan hasChild markus 2 more removed: [markus hasChild anna, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan hasChild markus
Removing axiom: hasChild Range person 2 more removed: [markus hasChild anna, hasChild some person SubClassOf learnedClass]
4) ( female
or hasChild some person
) subClassOf learnedClass
male subClassOf person
stefan hasChild markus
markus type male
MUPS 4: [female or (hasChild some person) SubClassOf learnedClass, male SubClassOf person, stefan hasChild markus, markus Type male]
Removing axiom: stefan hasChild markus 3 more removed: [markus hasChild anna, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan hasChild markus
Removing axiom: female or (hasChild some person) SubClassOf learnedClass 3 more removed: [markus hasChild anna, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: female or (hasChild some person) SubClassOf learnedClass
Removing axiom: male SubClassOf person 4 more removed: [markus hasChild anna, female or (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: male SubClassOf person
Removing axiom: markus Type male 5 more removed: [markus hasChild anna, female or (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus Type male
Restoring axiom: hasChild Range person
Removing axiom: female or (hasChild some person) SubClassOf learnedClass 5 more removed: [markus hasChild anna, female or (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: female or (hasChild some person) SubClassOf learnedClass
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: hasChild Range person 5 more removed: [markus hasChild anna, female or (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Range person
Restoring axiom: markus hasChild anna
Removing axiom: stefan hasChild markus 4 more removed: [female or (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: stefan hasChild markus
Removing axiom: hasChild some person SubClassOf learnedClass 4 more removed: [female or (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
5) markus hasChild anna
( female
or hasChild some person
) subClassOf learnedClass
hasChild domain person
stefan hasChild markus
MUPS 5: [markus hasChild anna, female or (hasChild some person) SubClassOf learnedClass, hasChild Domain person, stefan hasChild markus]
Removing axiom: stefan hasChild markus 4 more removed: [female or (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan hasChild markus
Removing axiom: female or (hasChild some person) SubClassOf learnedClass 4 more removed: [female or (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: female or (hasChild some person) SubClassOf learnedClass
Removing axiom: markus hasChild anna 4 more removed: [female or (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus hasChild anna
Removing axiom: hasChild Domain person 4 more removed: [female or (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Domain person
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: hasChild Domain person 5 more removed: [female or (hasChild some person) SubClassOf learnedClass, hasChild Domain person, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Domain person
Query 2 of 4 (50%)
Positive Example: martin Type learnedClass
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({martin})
Axiom: martin type learnedClass
Explanation(s):
1) martin hasChild heinz
hasChild range person
hasChild some person subClassOf learnedClass
MUPS 1: [martin hasChild heinz, hasChild Range person, hasChild some person SubClassOf learnedClass]
Removing axiom: martin hasChild heinz 0 more removed: []
Stop - satisfiable
Restoring axiom: martin hasChild heinz
Removing axiom: hasChild Range person 0 more removed: []
2) heinz type male
male subClassOf person
martin hasChild heinz
hasChild some person subClassOf learnedClass
MUPS 2: [heinz Type male, male SubClassOf person, martin hasChild heinz, hasChild some person SubClassOf learnedClass]
Removing axiom: martin hasChild heinz 1 more removed: [hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: martin hasChild heinz
Removing axiom: hasChild some person SubClassOf learnedClass 1 more removed: [hasChild Range person]
3) ( female
or hasChild some person
) subClassOf learnedClass
heinz type male
male subClassOf person
martin hasChild heinz
MUPS 3: [female or (hasChild some person) SubClassOf learnedClass, heinz Type male, male SubClassOf person, martin hasChild heinz]
Removing axiom: martin hasChild heinz 2 more removed: [hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: martin hasChild heinz
Removing axiom: heinz Type male 2 more removed: [hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: heinz Type male
Removing axiom: male SubClassOf person 2 more removed: [hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male SubClassOf person
Removing axiom: female or (hasChild some person) SubClassOf learnedClass 3 more removed: [male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: female or (hasChild some person) SubClassOf learnedClass
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: heinz Type male 4 more removed: [female or (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: heinz Type male
Removing axiom: male SubClassOf person 4 more removed: [female or (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: male SubClassOf person
Restoring axiom: hasChild Range person
Removing axiom: hasChild some person SubClassOf learnedClass 4 more removed: [female or (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild some person SubClassOf learnedClass
Query 3 of 4 (75%)
Positive Example: markus Type learnedClass
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({markus})
Axiom: markus type learnedClass
Explanation(s):
1) markus hasChild anna
hasChild range person
hasChild some person subClassOf learnedClass
MUPS 1: [markus hasChild anna, hasChild Range person, hasChild some person SubClassOf learnedClass]
Removing axiom: markus hasChild anna 0 more removed: []
Stop - satisfiable
Restoring axiom: markus hasChild anna
Removing axiom: hasChild Range person 0 more removed: []
2) markus hasChild anna
hasChild domain person
anna hasChild heinz
hasChild some person subClassOf learnedClass
MUPS 2: [markus hasChild anna, hasChild Domain person, anna hasChild heinz, hasChild some person SubClassOf learnedClass]
Removing axiom: markus hasChild anna 1 more removed: [hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: markus hasChild anna
Removing axiom: hasChild some person SubClassOf learnedClass 1 more removed: [hasChild Range person]
3) markus hasChild anna
( female
or hasChild some person
) subClassOf learnedClass
hasChild domain person
anna hasChild heinz
MUPS 3: [markus hasChild anna, female or (hasChild some person) SubClassOf learnedClass, hasChild Domain person, anna hasChild heinz]
Removing axiom: markus hasChild anna 2 more removed: [hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus hasChild anna
Removing axiom: hasChild Domain person 2 more removed: [hasChild Range person, hasChild some person SubClassOf learnedClass]
4) markus hasChild anna
female subClassOf person
( female
or hasChild some person
) subClassOf learnedClass
anna type female
MUPS 4: [markus hasChild anna, female SubClassOf person, female or (hasChild some person) SubClassOf learnedClass, anna Type female]
Removing axiom: markus hasChild anna 3 more removed: [hasChild Domain person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus hasChild anna
Removing axiom: female or (hasChild some person) SubClassOf learnedClass 3 more removed: [hasChild Domain person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: female or (hasChild some person) SubClassOf learnedClass
Removing axiom: female SubClassOf person 4 more removed: [female or (hasChild some person) SubClassOf learnedClass, hasChild Domain person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: female SubClassOf person
Removing axiom: anna Type female 5 more removed: [female or (hasChild some person) SubClassOf learnedClass, female SubClassOf person, hasChild Domain person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: anna Type female
Restoring axiom: hasChild Domain person
Removing axiom: anna hasChild heinz 5 more removed: [female or (hasChild some person) SubClassOf learnedClass, female SubClassOf person, hasChild Domain person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: anna hasChild heinz
Removing axiom: female or (hasChild some person) SubClassOf learnedClass 5 more removed: [female or (hasChild some person) SubClassOf learnedClass, female SubClassOf person, hasChild Domain person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: female or (hasChild some person) SubClassOf learnedClass
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: hasChild Domain person 5 more removed: [female or (hasChild some person) SubClassOf learnedClass, female SubClassOf person, hasChild Domain person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Domain person
Removing axiom: anna hasChild heinz 5 more removed: [female or (hasChild some person) SubClassOf learnedClass, female SubClassOf person, hasChild Domain person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: anna hasChild heinz
Restoring axiom: hasChild Range person
Removing axiom: hasChild some person SubClassOf learnedClass 5 more removed: [female or (hasChild some person) SubClassOf learnedClass, female SubClassOf person, hasChild Domain person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild some person SubClassOf learnedClass
Query 4 of 4 (100%)
Negative Example: heinz Type not (learnedClass)
Get 2147483647 explanation(s) for: (not (not (learnedClass))) and ({heinz})
Axiom: heinz type not learnedClass
Explanation: AXIOM IS NOT ENTAILED!
Trying the second method...
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({heinz})
Axiom: heinz type learnedClass
Explanation: AXIOM IS NOT ENTAILED!
Explanations founding completed (BDDs computed)
Start EM Algorithm
- n. of probabilistic axioms: 10
- n. of examples: 4
stefan Type learnedClass - prob: 0.58738 - tag: 1 - #vars: 5
martin Type learnedClass - prob: 0.50757 - tag: 2 - #vars: 4
markus Type learnedClass - prob: 0.56874 - tag: 3 - #vars: 5
heinz Type learnedClass - prob: 1.00000 - tag: 4 - #vars: 0
EM cycle: 0
EM cycle: 1
Log-likelihood: -1.77449 cycle: 1
EM cycle: 2
Log-likelihood: -0.56019 cycle: 2
EM cycle: 3
Log-likelihood: -0.40000 cycle: 3
EM cycle: 4
Log-likelihood: -0.32903 cycle: 4
EM cycle: 5
Log-likelihood: -0.28721 cycle: 5
EM cycle: 6
Log-likelihood: -0.25892 cycle: 6
EM cycle: 7
Log-likelihood: -0.23819 cycle: 7
EM cycle: 8
Log-likelihood: -0.22218 cycle: 8
EM cycle: 9
Log-likelihood: -0.20929 cycle: 9
EM cycle: 10
Log-likelihood: -0.19868 cycle: 10
EM cycle: 11
Log-likelihood: -0.18970 cycle: 11
EM cycle: 12
Log-likelihood: -0.18203 cycle: 12
EM cycle: 13
Log-likelihood: -0.17531 cycle: 13
EM cycle: 14
Log-likelihood: -0.16940 cycle: 14
EM cycle: 15
Log-likelihood: -0.16414 cycle: 15
EM cycle: 16
Log-likelihood: -0.15941 cycle: 16
EM cycle: 17
Log-likelihood: -0.15515 cycle: 17
EM cycle: 18
Log-likelihood: -0.15125 cycle: 18
EM cycle: 19
Log-likelihood: -0.14771 cycle: 19
EM cycle: 20
Log-likelihood: -0.14444 cycle: 20
EM cycle: 21
Log-likelihood: -0.14138 cycle: 21
EM cycle: 22
Log-likelihood: -0.13858 cycle: 22
EM cycle: 23
Log-likelihood: -0.13597 cycle: 23
EM cycle: 24
Log-likelihood: -0.13352 cycle: 24
EM cycle: 25
Log-likelihood: -0.13123 cycle: 25
EM cycle: 26
Log-likelihood: -0.12908 cycle: 26
EM cycle: 27
Log-likelihood: -0.12704 cycle: 27
EM cycle: 28
Log-likelihood: -0.12514 cycle: 28
EM cycle: 29
Log-likelihood: -0.12334 cycle: 29
EM cycle: 30
Log-likelihood: -0.12159 cycle: 30
EM cycle: 31
Log-likelihood: -0.11994 cycle: 31
EM cycle: 32
Log-likelihood: -0.11840 cycle: 32
EM cycle: 33
Log-likelihood: -0.11691 cycle: 33
EM cycle: 34
Log-likelihood: -0.11547 cycle: 34
EM cycle: 35
Log-likelihood: -0.11414 cycle: 35
EM cycle: 36
Log-likelihood: -0.11284 cycle: 36
EM cycle: 37
Log-likelihood: -0.11159 cycle: 37
EM cycle: 38
Log-likelihood: -0.11040 cycle: 38
EM cycle: 39
Log-likelihood: -0.10923 cycle: 39
EM cycle: 40
Log-likelihood: -0.10814 cycle: 40
EM cycle: 41
Log-likelihood: -0.10707 cycle: 41
EM cycle: 42
Log-likelihood: -0.10605 cycle: 42
EM cycle: 43
Log-likelihood: -0.10505 cycle: 43
EM cycle: 44
Log-likelihood: -0.10409 cycle: 44
EM cycle: 45
Log-likelihood: -0.10317 cycle: 45
EM cycle: 46
Log-likelihood: -0.10227 cycle: 46
EM cycle: 47
Log-likelihood: -0.10143 cycle: 47
EM cycle: 48
Log-likelihood: -0.10057 cycle: 48
EM cycle: 49
Log-likelihood: -0.09976 cycle: 49
EM cycle: 50
Log-likelihood: -0.09898 cycle: 50
EM cycle: 51
Log-likelihood: -0.09823 cycle: 51
EM cycle: 52
Log-likelihood: -0.09747 cycle: 52
EM cycle: 53
Log-likelihood: -0.09674 cycle: 53
EM cycle: 54
Log-likelihood: -0.09603 cycle: 54
EM cycle: 55
Log-likelihood: -0.09536 cycle: 55
EM cycle: 56
Log-likelihood: -0.09469 cycle: 56
EM cycle: 57
Log-likelihood: -0.09404 cycle: 57
EM cycle: 58
Log-likelihood: -0.09341 cycle: 58
EM cycle: 59
Log-likelihood: -0.09280 cycle: 59
EM cycle: 60
Log-likelihood: -0.09219 cycle: 60
EM cycle: 61
Log-likelihood: -0.09160 cycle: 61
EM cycle: 62
Log-likelihood: -0.09103 cycle: 62
EM cycle: 63
Log-likelihood: -0.09049 cycle: 63
EM cycle: 64
Log-likelihood: -0.08993 cycle: 64
EM cycle: 65
Log-likelihood: -0.08940 cycle: 65
EM cycle: 66
Log-likelihood: -0.08889 cycle: 66
EM cycle: 67
Log-likelihood: -0.08838 cycle: 67
EM cycle: 68
Log-likelihood: -0.08789 cycle: 68
EM cycle: 69
Log-likelihood: -0.08738 cycle: 69
EM cycle: 70
Log-likelihood: -0.08691 cycle: 70
EM cycle: 71
Log-likelihood: -0.08644 cycle: 71
EM cycle: 72
Log-likelihood: -0.08598 cycle: 72
EM cycle: 73
Log-likelihood: -0.08555 cycle: 73
EM cycle: 74
Log-likelihood: -0.08509 cycle: 74
EM cycle: 75
Log-likelihood: -0.08465 cycle: 75
EM cycle: 76
Log-likelihood: -0.08424 cycle: 76
EM cycle: 77
Log-likelihood: -0.08383 cycle: 77
EM cycle: 78
Log-likelihood: -0.08341 cycle: 78
EM cycle: 79
Log-likelihood: -0.08302 cycle: 79
EM cycle: 80
Log-likelihood: -0.08262 cycle: 80
EM cycle: 81
Log-likelihood: -0.08224 cycle: 81
EM cycle: 82
Log-likelihood: -0.08187 cycle: 82
EM cycle: 83
Log-likelihood: -0.08149 cycle: 83
EM cycle: 84
Log-likelihood: -0.08113 cycle: 84
EM cycle: 85
Log-likelihood: -0.08076 cycle: 85
EM cycle: 86
Log-likelihood: -0.08042 cycle: 86
EM cycle: 87
Log-likelihood: -0.08007 cycle: 87
EM cycle: 88
Log-likelihood: -0.07972 cycle: 88
EM cycle: 89
Log-likelihood: -0.07940 cycle: 89
EM cycle: 90
Log-likelihood: -0.07904 cycle: 90
EM cycle: 91
Log-likelihood: -0.07875 cycle: 91
EM cycle: 92
Log-likelihood: -0.07841 cycle: 92
EM cycle: 93
Log-likelihood: -0.07809 cycle: 93
EM cycle: 94
Log-likelihood: -0.07779 cycle: 94
EM cycle: 95
Log-likelihood: -0.07750 cycle: 95
EM cycle: 96
Log-likelihood: -0.07719 cycle: 96
EM cycle: 97
Log-likelihood: -0.07691 cycle: 97
EM completed.
Final Log-Likelihood: -0.07691
Name | Total (ms)
===========================
main | 61
init | 0
Bundle | 50
Bundle.init | 0
Bundle.explain | 44
Bundle.BDDCalc | 1
EM | 11
INFO (LEAP.java:214) - Current Log-Likelihood: -0.07691
Current Log-Likelihood: -0.07691
INFO (LEAP.java:302) - Log-Likelihood worsened. Removing Last Axioms...
Log-Likelihood worsened. Removing Last Axioms...
INFO (LEAP.java:202) - Adding axiom: male and (hasChild some person) SubClassOf learnedClass
Adding axiom: male and (hasChild some person) SubClassOf learnedClass
INFO (LEAP.java:211) - Running parameter learner
Running parameter learner
Initializing...
Preparing Probability map...
Preparing Probability Map...
Random Seed set to: 0
Created 10 probabilistic axiom
Probability Map computed. Size: 10
Initialization completed
Start finding explanations for every example (Computing BDDs)...
Query 1 of 4 (25%)
Positive Example: stefan Type learnedClass
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({stefan})
Axiom: stefan type learnedClass
Explanation(s):
1) markus hasChild anna
hasChild domain person
stefan hasChild markus
hasChild some person subClassOf learnedClass
MUPS 1: [markus hasChild anna, hasChild Domain person, stefan hasChild markus, hasChild some person SubClassOf learnedClass]
Removing axiom: markus hasChild anna 0 more removed: []
2) stefan hasChild markus
hasChild range person
hasChild some person subClassOf learnedClass
MUPS 2: [stefan hasChild markus, hasChild Range person, hasChild some person SubClassOf learnedClass]
Removing axiom: stefan hasChild markus 1 more removed: [markus hasChild anna]
Stop - satisfiable
Restoring axiom: stefan hasChild markus
Removing axiom: hasChild some person SubClassOf learnedClass 1 more removed: [markus hasChild anna]
3) stefan type male
( male
and hasChild some person
) subClassOf learnedClass
stefan hasChild markus
hasChild range person
MUPS 3: [stefan Type male, male and (hasChild some person) SubClassOf learnedClass, stefan hasChild markus, hasChild Range person]
Removing axiom: stefan hasChild markus 2 more removed: [markus hasChild anna, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan hasChild markus
Removing axiom: hasChild Range person 2 more removed: [markus hasChild anna, hasChild some person SubClassOf learnedClass]
4) stefan type male
( male
and hasChild some person
) subClassOf learnedClass
male subClassOf person
stefan hasChild markus
markus type male
MUPS 4: [stefan Type male, male and (hasChild some person) SubClassOf learnedClass, male SubClassOf person, stefan hasChild markus, markus Type male]
Removing axiom: stefan hasChild markus 3 more removed: [markus hasChild anna, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan hasChild markus
Removing axiom: stefan Type male 3 more removed: [markus hasChild anna, hasChild Range person, hasChild some person SubClassOf learnedClass]
5) father subClassOf male
( male
and hasChild some person
) subClassOf learnedClass
stefan type father
male subClassOf person
stefan hasChild markus
markus type male
MUPS 5: [father SubClassOf male, male and (hasChild some person) SubClassOf learnedClass, stefan Type father, male SubClassOf person, stefan hasChild markus, markus Type male]
Removing axiom: stefan hasChild markus 4 more removed: [stefan Type male, markus hasChild anna, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan hasChild markus
Removing axiom: male and (hasChild some person) SubClassOf learnedClass 4 more removed: [stefan Type male, markus hasChild anna, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male and (hasChild some person) SubClassOf learnedClass
Removing axiom: male SubClassOf person 5 more removed: [stefan Type male, markus hasChild anna, male and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: male SubClassOf person
Removing axiom: markus Type male 6 more removed: [stefan Type male, markus hasChild anna, male and (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus Type male
Removing axiom: father SubClassOf male 6 more removed: [stefan Type male, markus hasChild anna, male and (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: father SubClassOf male
Removing axiom: stefan Type father 7 more removed: [stefan Type male, markus hasChild anna, father SubClassOf male, male and (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan Type father
Restoring axiom: stefan Type male
Removing axiom: male and (hasChild some person) SubClassOf learnedClass 6 more removed: [markus hasChild anna, father SubClassOf male, male and (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male and (hasChild some person) SubClassOf learnedClass
Removing axiom: male SubClassOf person 6 more removed: [markus hasChild anna, father SubClassOf male, male and (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: male SubClassOf person
Removing axiom: markus Type male 6 more removed: [markus hasChild anna, father SubClassOf male, male and (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus Type male
Restoring axiom: hasChild Range person
Removing axiom: male and (hasChild some person) SubClassOf learnedClass 6 more removed: [markus hasChild anna, father SubClassOf male, male and (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: male and (hasChild some person) SubClassOf learnedClass
Removing axiom: stefan Type male 6 more removed: [markus hasChild anna, father SubClassOf male, male and (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan Type male
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: hasChild Range person 6 more removed: [markus hasChild anna, father SubClassOf male, male and (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Range person
Restoring axiom: markus hasChild anna
Removing axiom: stefan hasChild markus 5 more removed: [father SubClassOf male, male and (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: stefan hasChild markus
Removing axiom: hasChild some person SubClassOf learnedClass 5 more removed: [father SubClassOf male, male and (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
6) stefan type male
markus hasChild anna
( male
and hasChild some person
) subClassOf learnedClass
hasChild domain person
stefan hasChild markus
MUPS 6: [stefan Type male, markus hasChild anna, male and (hasChild some person) SubClassOf learnedClass, hasChild Domain person, stefan hasChild markus]
Removing axiom: stefan hasChild markus 5 more removed: [father SubClassOf male, male and (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan hasChild markus
Removing axiom: male and (hasChild some person) SubClassOf learnedClass 5 more removed: [father SubClassOf male, male and (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male and (hasChild some person) SubClassOf learnedClass
Removing axiom: stefan Type male 5 more removed: [father SubClassOf male, male and (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan Type male
Removing axiom: markus hasChild anna 5 more removed: [father SubClassOf male, male and (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus hasChild anna
Removing axiom: hasChild Domain person 5 more removed: [father SubClassOf male, male and (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Domain person
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: hasChild Domain person 6 more removed: [father SubClassOf male, male and (hasChild some person) SubClassOf learnedClass, hasChild Domain person, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Domain person
Query 2 of 4 (50%)
Positive Example: martin Type learnedClass
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({martin})
Axiom: martin type learnedClass
Explanation(s):
1) martin hasChild heinz
hasChild range person
hasChild some person subClassOf learnedClass
MUPS 1: [martin hasChild heinz, hasChild Range person, hasChild some person SubClassOf learnedClass]
Removing axiom: martin hasChild heinz 0 more removed: []
Stop - satisfiable
Restoring axiom: martin hasChild heinz
Removing axiom: hasChild Range person 0 more removed: []
2) heinz type male
male subClassOf person
martin hasChild heinz
hasChild some person subClassOf learnedClass
MUPS 2: [heinz Type male, male SubClassOf person, martin hasChild heinz, hasChild some person SubClassOf learnedClass]
Removing axiom: martin hasChild heinz 1 more removed: [hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: martin hasChild heinz
Removing axiom: hasChild some person SubClassOf learnedClass 1 more removed: [hasChild Range person]
3) martin type male
( male
and hasChild some person
) subClassOf learnedClass
heinz type male
male subClassOf person
martin hasChild heinz
MUPS 3: [martin Type male, male and (hasChild some person) SubClassOf learnedClass, heinz Type male, male SubClassOf person, martin hasChild heinz]
Removing axiom: martin hasChild heinz 2 more removed: [hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: martin hasChild heinz
Removing axiom: heinz Type male 2 more removed: [hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: heinz Type male
Removing axiom: male SubClassOf person 2 more removed: [hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male SubClassOf person
Removing axiom: martin Type male 3 more removed: [male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: martin Type male
Removing axiom: male and (hasChild some person) SubClassOf learnedClass 3 more removed: [male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: male and (hasChild some person) SubClassOf learnedClass
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: heinz Type male 4 more removed: [male and (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: heinz Type male
Removing axiom: male SubClassOf person 4 more removed: [male and (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: male SubClassOf person
Restoring axiom: hasChild Range person
Removing axiom: hasChild some person SubClassOf learnedClass 4 more removed: [male and (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild some person SubClassOf learnedClass
Query 3 of 4 (75%)
Positive Example: markus Type learnedClass
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({markus})
Axiom: markus type learnedClass
Explanation(s):
1) markus hasChild anna
hasChild range person
hasChild some person subClassOf learnedClass
MUPS 1: [markus hasChild anna, hasChild Range person, hasChild some person SubClassOf learnedClass]
Removing axiom: markus hasChild anna 0 more removed: []
Stop - satisfiable
Restoring axiom: markus hasChild anna
Removing axiom: hasChild Range person 0 more removed: []
2) markus hasChild anna
hasChild domain person
anna hasChild heinz
hasChild some person subClassOf learnedClass
MUPS 2: [markus hasChild anna, hasChild Domain person, anna hasChild heinz, hasChild some person SubClassOf learnedClass]
Removing axiom: markus hasChild anna 1 more removed: [hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: markus hasChild anna
Removing axiom: hasChild some person SubClassOf learnedClass 1 more removed: [hasChild Range person]
3) markus hasChild anna
( male
and hasChild some person
) subClassOf learnedClass
hasChild domain person
markus type male
anna hasChild heinz
MUPS 3: [markus hasChild anna, male and (hasChild some person) SubClassOf learnedClass, hasChild Domain person, markus Type male, anna hasChild heinz]
Removing axiom: markus hasChild anna 2 more removed: [hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus hasChild anna
Removing axiom: hasChild Domain person 2 more removed: [hasChild Range person, hasChild some person SubClassOf learnedClass]
4) markus hasChild anna
female subClassOf person
( male
and hasChild some person
) subClassOf learnedClass
markus type male
anna type female
MUPS 4: [markus hasChild anna, female SubClassOf person, male and (hasChild some person) SubClassOf learnedClass, markus Type male, anna Type female]
Removing axiom: markus hasChild anna 3 more removed: [hasChild Domain person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus hasChild anna
Removing axiom: male and (hasChild some person) SubClassOf learnedClass 3 more removed: [hasChild Domain person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male and (hasChild some person) SubClassOf learnedClass
Removing axiom: markus Type male 4 more removed: [male and (hasChild some person) SubClassOf learnedClass, hasChild Domain person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus Type male
Removing axiom: female SubClassOf person 4 more removed: [male and (hasChild some person) SubClassOf learnedClass, hasChild Domain person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: female SubClassOf person
Removing axiom: anna Type female 5 more removed: [male and (hasChild some person) SubClassOf learnedClass, female SubClassOf person, hasChild Domain person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: anna Type female
Restoring axiom: hasChild Domain person
Removing axiom: anna hasChild heinz 5 more removed: [male and (hasChild some person) SubClassOf learnedClass, female SubClassOf person, hasChild Domain person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: anna hasChild heinz
Removing axiom: male and (hasChild some person) SubClassOf learnedClass 5 more removed: [male and (hasChild some person) SubClassOf learnedClass, female SubClassOf person, hasChild Domain person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: male and (hasChild some person) SubClassOf learnedClass
Removing axiom: markus Type male 5 more removed: [male and (hasChild some person) SubClassOf learnedClass, female SubClassOf person, hasChild Domain person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus Type male
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: hasChild Domain person 5 more removed: [male and (hasChild some person) SubClassOf learnedClass, female SubClassOf person, hasChild Domain person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Domain person
Removing axiom: anna hasChild heinz 5 more removed: [male and (hasChild some person) SubClassOf learnedClass, female SubClassOf person, hasChild Domain person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: anna hasChild heinz
Restoring axiom: hasChild Range person
Removing axiom: hasChild some person SubClassOf learnedClass 5 more removed: [male and (hasChild some person) SubClassOf learnedClass, female SubClassOf person, hasChild Domain person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild some person SubClassOf learnedClass
Query 4 of 4 (100%)
Negative Example: heinz Type not (learnedClass)
Get 2147483647 explanation(s) for: (not (not (learnedClass))) and ({heinz})
Axiom: heinz type not learnedClass
Explanation: AXIOM IS NOT ENTAILED!
Trying the second method...
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({heinz})
Axiom: heinz type learnedClass
Explanation: AXIOM IS NOT ENTAILED!
Explanations founding completed (BDDs computed)
Start EM Algorithm
- n. of probabilistic axioms: 10
- n. of examples: 4
stefan Type learnedClass - prob: 0.58738 - tag: 1 - #vars: 6
martin Type learnedClass - prob: 0.50757 - tag: 2 - #vars: 4
markus Type learnedClass - prob: 0.56874 - tag: 3 - #vars: 5
heinz Type learnedClass - prob: 1.00000 - tag: 4 - #vars: 0
EM cycle: 0
EM cycle: 1
Log-likelihood: -1.77449 cycle: 1
EM cycle: 2
Log-likelihood: -0.56019 cycle: 2
EM cycle: 3
Log-likelihood: -0.40000 cycle: 3
EM cycle: 4
Log-likelihood: -0.32903 cycle: 4
EM cycle: 5
Log-likelihood: -0.28721 cycle: 5
EM cycle: 6
Log-likelihood: -0.25892 cycle: 6
EM cycle: 7
Log-likelihood: -0.23819 cycle: 7
EM cycle: 8
Log-likelihood: -0.22218 cycle: 8
EM cycle: 9
Log-likelihood: -0.20929 cycle: 9
EM cycle: 10
Log-likelihood: -0.19868 cycle: 10
EM cycle: 11
Log-likelihood: -0.18970 cycle: 11
EM cycle: 12
Log-likelihood: -0.18203 cycle: 12
EM cycle: 13
Log-likelihood: -0.17531 cycle: 13
EM cycle: 14
Log-likelihood: -0.16940 cycle: 14
EM cycle: 15
Log-likelihood: -0.16414 cycle: 15
EM cycle: 16
Log-likelihood: -0.15941 cycle: 16
EM cycle: 17
Log-likelihood: -0.15515 cycle: 17
EM cycle: 18
Log-likelihood: -0.15125 cycle: 18
EM cycle: 19
Log-likelihood: -0.14771 cycle: 19
EM cycle: 20
Log-likelihood: -0.14444 cycle: 20
EM cycle: 21
Log-likelihood: -0.14138 cycle: 21
EM cycle: 22
Log-likelihood: -0.13858 cycle: 22
EM cycle: 23
Log-likelihood: -0.13597 cycle: 23
EM cycle: 24
Log-likelihood: -0.13352 cycle: 24
EM cycle: 25
Log-likelihood: -0.13123 cycle: 25
EM cycle: 26
Log-likelihood: -0.12908 cycle: 26
EM cycle: 27
Log-likelihood: -0.12704 cycle: 27
EM cycle: 28
Log-likelihood: -0.12514 cycle: 28
EM cycle: 29
Log-likelihood: -0.12334 cycle: 29
EM cycle: 30
Log-likelihood: -0.12159 cycle: 30
EM cycle: 31
Log-likelihood: -0.11994 cycle: 31
EM cycle: 32
Log-likelihood: -0.11840 cycle: 32
EM cycle: 33
Log-likelihood: -0.11691 cycle: 33
EM cycle: 34
Log-likelihood: -0.11547 cycle: 34
EM cycle: 35
Log-likelihood: -0.11414 cycle: 35
EM cycle: 36
Log-likelihood: -0.11284 cycle: 36
EM cycle: 37
Log-likelihood: -0.11159 cycle: 37
EM cycle: 38
Log-likelihood: -0.11040 cycle: 38
EM cycle: 39
Log-likelihood: -0.10923 cycle: 39
EM cycle: 40
Log-likelihood: -0.10814 cycle: 40
EM cycle: 41
Log-likelihood: -0.10707 cycle: 41
EM cycle: 42
Log-likelihood: -0.10605 cycle: 42
EM cycle: 43
Log-likelihood: -0.10505 cycle: 43
EM cycle: 44
Log-likelihood: -0.10409 cycle: 44
EM cycle: 45
Log-likelihood: -0.10317 cycle: 45
EM cycle: 46
Log-likelihood: -0.10227 cycle: 46
EM cycle: 47
Log-likelihood: -0.10143 cycle: 47
EM cycle: 48
Log-likelihood: -0.10057 cycle: 48
EM cycle: 49
Log-likelihood: -0.09976 cycle: 49
EM cycle: 50
Log-likelihood: -0.09898 cycle: 50
EM cycle: 51
Log-likelihood: -0.09823 cycle: 51
EM cycle: 52
Log-likelihood: -0.09747 cycle: 52
EM cycle: 53
Log-likelihood: -0.09674 cycle: 53
EM cycle: 54
Log-likelihood: -0.09603 cycle: 54
EM cycle: 55
Log-likelihood: -0.09536 cycle: 55
EM cycle: 56
Log-likelihood: -0.09469 cycle: 56
EM cycle: 57
Log-likelihood: -0.09404 cycle: 57
EM cycle: 58
Log-likelihood: -0.09341 cycle: 58
EM cycle: 59
Log-likelihood: -0.09280 cycle: 59
EM cycle: 60
Log-likelihood: -0.09219 cycle: 60
EM cycle: 61
Log-likelihood: -0.09160 cycle: 61
EM cycle: 62
Log-likelihood: -0.09103 cycle: 62
EM cycle: 63
Log-likelihood: -0.09049 cycle: 63
EM cycle: 64
Log-likelihood: -0.08993 cycle: 64
EM cycle: 65
Log-likelihood: -0.08940 cycle: 65
EM cycle: 66
Log-likelihood: -0.08889 cycle: 66
EM cycle: 67
Log-likelihood: -0.08838 cycle: 67
EM cycle: 68
Log-likelihood: -0.08789 cycle: 68
EM cycle: 69
Log-likelihood: -0.08738 cycle: 69
EM cycle: 70
Log-likelihood: -0.08691 cycle: 70
EM cycle: 71
Log-likelihood: -0.08644 cycle: 71
EM cycle: 72
Log-likelihood: -0.08598 cycle: 72
EM cycle: 73
Log-likelihood: -0.08555 cycle: 73
EM cycle: 74
Log-likelihood: -0.08509 cycle: 74
EM cycle: 75
Log-likelihood: -0.08465 cycle: 75
EM cycle: 76
Log-likelihood: -0.08424 cycle: 76
EM cycle: 77
Log-likelihood: -0.08383 cycle: 77
EM cycle: 78
Log-likelihood: -0.08341 cycle: 78
EM cycle: 79
Log-likelihood: -0.08302 cycle: 79
EM cycle: 80
Log-likelihood: -0.08262 cycle: 80
EM cycle: 81
Log-likelihood: -0.08224 cycle: 81
EM cycle: 82
Log-likelihood: -0.08187 cycle: 82
EM cycle: 83
Log-likelihood: -0.08149 cycle: 83
EM cycle: 84
Log-likelihood: -0.08113 cycle: 84
EM cycle: 85
Log-likelihood: -0.08076 cycle: 85
EM cycle: 86
Log-likelihood: -0.08042 cycle: 86
EM cycle: 87
Log-likelihood: -0.08007 cycle: 87
EM cycle: 88
Log-likelihood: -0.07972 cycle: 88
EM cycle: 89
Log-likelihood: -0.07940 cycle: 89
EM cycle: 90
Log-likelihood: -0.07904 cycle: 90
EM cycle: 91
Log-likelihood: -0.07875 cycle: 91
EM cycle: 92
Log-likelihood: -0.07841 cycle: 92
EM cycle: 93
Log-likelihood: -0.07809 cycle: 93
EM cycle: 94
Log-likelihood: -0.07779 cycle: 94
EM cycle: 95
Log-likelihood: -0.07750 cycle: 95
EM cycle: 96
Log-likelihood: -0.07719 cycle: 96
EM cycle: 97
Log-likelihood: -0.07691 cycle: 97
EM completed.
Final Log-Likelihood: -0.07691
Name | Total (ms)
===========================
main | 66
init | 0
Bundle | 55
Bundle.init | 0
Bundle.explain | 51
Bundle.BDDCalc | 1
EM | 10
INFO (LEAP.java:214) - Current Log-Likelihood: -0.07691
Current Log-Likelihood: -0.07691
INFO (LEAP.java:302) - Log-Likelihood worsened. Removing Last Axioms...
Log-Likelihood worsened. Removing Last Axioms...
INFO (LEAP.java:202) - Adding axiom: (not (male)) or (hasChild some person) SubClassOf learnedClass
Adding axiom: (not (male)) or (hasChild some person) SubClassOf learnedClass
INFO (LEAP.java:211) - Running parameter learner
Running parameter learner
Initializing...
Preparing Probability map...
Preparing Probability Map...
Random Seed set to: 0
Created 10 probabilistic axiom
Probability Map computed. Size: 10
Initialization completed
Start finding explanations for every example (Computing BDDs)...
Query 1 of 4 (25%)
Positive Example: stefan Type learnedClass
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({stefan})
Axiom: stefan type learnedClass
Explanation(s):
1) markus hasChild anna
hasChild domain person
stefan hasChild markus
hasChild some person subClassOf learnedClass
MUPS 1: [markus hasChild anna, hasChild Domain person, stefan hasChild markus, hasChild some person SubClassOf learnedClass]
Removing axiom: markus hasChild anna 0 more removed: []
2) stefan hasChild markus
hasChild range person
hasChild some person subClassOf learnedClass
MUPS 2: [stefan hasChild markus, hasChild Range person, hasChild some person SubClassOf learnedClass]
Removing axiom: stefan hasChild markus 1 more removed: [markus hasChild anna]
Stop - satisfiable
Restoring axiom: stefan hasChild markus
Removing axiom: hasChild some person SubClassOf learnedClass 1 more removed: [markus hasChild anna]
3) ( not male
or hasChild some person
) subClassOf learnedClass
stefan hasChild markus
hasChild range person
MUPS 3: [(not (male)) or (hasChild some person) SubClassOf learnedClass, stefan hasChild markus, hasChild Range person]
Removing axiom: stefan hasChild markus 2 more removed: [markus hasChild anna, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan hasChild markus
Removing axiom: hasChild Range person 2 more removed: [markus hasChild anna, hasChild some person SubClassOf learnedClass]
4) ( not male
or hasChild some person
) subClassOf learnedClass
male subClassOf person
stefan hasChild markus
markus type male
MUPS 4: [(not (male)) or (hasChild some person) SubClassOf learnedClass, male SubClassOf person, stefan hasChild markus, markus Type male]
Removing axiom: stefan hasChild markus 3 more removed: [markus hasChild anna, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan hasChild markus
Removing axiom: (not (male)) or (hasChild some person) SubClassOf learnedClass 3 more removed: [markus hasChild anna, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: (not (male)) or (hasChild some person) SubClassOf learnedClass
Removing axiom: male SubClassOf person 4 more removed: [markus hasChild anna, (not (male)) or (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: male SubClassOf person
Removing axiom: markus Type male 5 more removed: [markus hasChild anna, (not (male)) or (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus Type male
Restoring axiom: hasChild Range person
Removing axiom: (not (male)) or (hasChild some person) SubClassOf learnedClass 5 more removed: [markus hasChild anna, (not (male)) or (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: (not (male)) or (hasChild some person) SubClassOf learnedClass
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: hasChild Range person 5 more removed: [markus hasChild anna, (not (male)) or (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Range person
Restoring axiom: markus hasChild anna
Removing axiom: stefan hasChild markus 4 more removed: [(not (male)) or (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: stefan hasChild markus
Removing axiom: hasChild some person SubClassOf learnedClass 4 more removed: [(not (male)) or (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
5) markus hasChild anna
hasChild domain person
( not male
or hasChild some person
) subClassOf learnedClass
stefan hasChild markus
MUPS 5: [markus hasChild anna, hasChild Domain person, (not (male)) or (hasChild some person) SubClassOf learnedClass, stefan hasChild markus]
Removing axiom: stefan hasChild markus 4 more removed: [(not (male)) or (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan hasChild markus
Removing axiom: (not (male)) or (hasChild some person) SubClassOf learnedClass 4 more removed: [(not (male)) or (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: (not (male)) or (hasChild some person) SubClassOf learnedClass
Removing axiom: markus hasChild anna 4 more removed: [(not (male)) or (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus hasChild anna
Removing axiom: hasChild Domain person 4 more removed: [(not (male)) or (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Domain person
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: hasChild Domain person 5 more removed: [hasChild Domain person, (not (male)) or (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Domain person
Query 2 of 4 (50%)
Positive Example: martin Type learnedClass
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({martin})
Axiom: martin type learnedClass
Explanation(s):
1) martin hasChild heinz
hasChild range person
hasChild some person subClassOf learnedClass
MUPS 1: [martin hasChild heinz, hasChild Range person, hasChild some person SubClassOf learnedClass]
Removing axiom: martin hasChild heinz 0 more removed: []
Stop - satisfiable
Restoring axiom: martin hasChild heinz
Removing axiom: hasChild Range person 0 more removed: []
2) heinz type male
male subClassOf person
martin hasChild heinz
hasChild some person subClassOf learnedClass
MUPS 2: [heinz Type male, male SubClassOf person, martin hasChild heinz, hasChild some person SubClassOf learnedClass]
Removing axiom: martin hasChild heinz 1 more removed: [hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: martin hasChild heinz
Removing axiom: hasChild some person SubClassOf learnedClass 1 more removed: [hasChild Range person]
3) heinz type male
( not male
or hasChild some person
) subClassOf learnedClass
male subClassOf person
martin hasChild heinz
MUPS 3: [heinz Type male, (not (male)) or (hasChild some person) SubClassOf learnedClass, male SubClassOf person, martin hasChild heinz]
Removing axiom: martin hasChild heinz 2 more removed: [hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: martin hasChild heinz
Removing axiom: heinz Type male 2 more removed: [hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: heinz Type male
Removing axiom: male SubClassOf person 2 more removed: [hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male SubClassOf person
Removing axiom: (not (male)) or (hasChild some person) SubClassOf learnedClass 3 more removed: [male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: (not (male)) or (hasChild some person) SubClassOf learnedClass
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: heinz Type male 4 more removed: [(not (male)) or (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: heinz Type male
Removing axiom: male SubClassOf person 4 more removed: [(not (male)) or (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: male SubClassOf person
Restoring axiom: hasChild Range person
Removing axiom: hasChild some person SubClassOf learnedClass 4 more removed: [(not (male)) or (hasChild some person) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild some person SubClassOf learnedClass
Query 3 of 4 (75%)
Positive Example: markus Type learnedClass
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({markus})
Axiom: markus type learnedClass
Explanation(s):
1) markus hasChild anna
hasChild range person
hasChild some person subClassOf learnedClass
MUPS 1: [markus hasChild anna, hasChild Range person, hasChild some person SubClassOf learnedClass]
Removing axiom: markus hasChild anna 0 more removed: []
Stop - satisfiable
Restoring axiom: markus hasChild anna
Removing axiom: hasChild Range person 0 more removed: []
2) markus hasChild anna
hasChild domain person
anna hasChild heinz
hasChild some person subClassOf learnedClass
MUPS 2: [markus hasChild anna, hasChild Domain person, anna hasChild heinz, hasChild some person SubClassOf learnedClass]
Removing axiom: markus hasChild anna 1 more removed: [hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: markus hasChild anna
Removing axiom: hasChild some person SubClassOf learnedClass 1 more removed: [hasChild Range person]
3) markus hasChild anna
hasChild domain person
( not male
or hasChild some person
) subClassOf learnedClass
anna hasChild heinz
MUPS 3: [markus hasChild anna, hasChild Domain person, (not (male)) or (hasChild some person) SubClassOf learnedClass, anna hasChild heinz]
Removing axiom: markus hasChild anna 2 more removed: [hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus hasChild anna
Removing axiom: hasChild Domain person 2 more removed: [hasChild Range person, hasChild some person SubClassOf learnedClass]
4) markus hasChild anna
female subClassOf person
( not male
or hasChild some person
) subClassOf learnedClass
anna type female
MUPS 4: [markus hasChild anna, female SubClassOf person, (not (male)) or (hasChild some person) SubClassOf learnedClass, anna Type female]
Removing axiom: markus hasChild anna 3 more removed: [hasChild Domain person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus hasChild anna
Removing axiom: (not (male)) or (hasChild some person) SubClassOf learnedClass 3 more removed: [hasChild Domain person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: (not (male)) or (hasChild some person) SubClassOf learnedClass
Removing axiom: female SubClassOf person 4 more removed: [hasChild Domain person, (not (male)) or (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: female SubClassOf person
Removing axiom: anna Type female 5 more removed: [female SubClassOf person, hasChild Domain person, (not (male)) or (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: anna Type female
Restoring axiom: hasChild Domain person
Removing axiom: anna hasChild heinz 5 more removed: [female SubClassOf person, hasChild Domain person, (not (male)) or (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: anna hasChild heinz
Removing axiom: (not (male)) or (hasChild some person) SubClassOf learnedClass 5 more removed: [female SubClassOf person, hasChild Domain person, (not (male)) or (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: (not (male)) or (hasChild some person) SubClassOf learnedClass
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: hasChild Domain person 5 more removed: [female SubClassOf person, hasChild Domain person, (not (male)) or (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Domain person
Removing axiom: anna hasChild heinz 5 more removed: [female SubClassOf person, hasChild Domain person, (not (male)) or (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: anna hasChild heinz
Restoring axiom: hasChild Range person
Removing axiom: hasChild some person SubClassOf learnedClass 5 more removed: [female SubClassOf person, hasChild Domain person, (not (male)) or (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild some person SubClassOf learnedClass
Query 4 of 4 (100%)
Negative Example: heinz Type not (learnedClass)
Get 2147483647 explanation(s) for: (not (not (learnedClass))) and ({heinz})
Axiom: heinz type not learnedClass
Explanation: AXIOM IS NOT ENTAILED!
Trying the second method...
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({heinz})
Axiom: heinz type learnedClass
Explanation: AXIOM IS NOT ENTAILED!
Explanations founding completed (BDDs computed)
Start EM Algorithm
- n. of probabilistic axioms: 10
- n. of examples: 4
stefan Type learnedClass - prob: 0.58738 - tag: 1 - #vars: 5
martin Type learnedClass - prob: 0.50757 - tag: 2 - #vars: 4
markus Type learnedClass - prob: 0.56874 - tag: 3 - #vars: 5
heinz Type learnedClass - prob: 1.00000 - tag: 4 - #vars: 0
EM cycle: 0
EM cycle: 1
Log-likelihood: -1.77449 cycle: 1
EM cycle: 2
Log-likelihood: -0.56019 cycle: 2
EM cycle: 3
Log-likelihood: -0.40000 cycle: 3
EM cycle: 4
Log-likelihood: -0.32903 cycle: 4
EM cycle: 5
Log-likelihood: -0.28721 cycle: 5
EM cycle: 6
Log-likelihood: -0.25892 cycle: 6
EM cycle: 7
Log-likelihood: -0.23819 cycle: 7
EM cycle: 8
Log-likelihood: -0.22218 cycle: 8
EM cycle: 9
Log-likelihood: -0.20929 cycle: 9
EM cycle: 10
Log-likelihood: -0.19868 cycle: 10
EM cycle: 11
Log-likelihood: -0.18970 cycle: 11
EM cycle: 12
Log-likelihood: -0.18203 cycle: 12
EM cycle: 13
Log-likelihood: -0.17531 cycle: 13
EM cycle: 14
Log-likelihood: -0.16940 cycle: 14
EM cycle: 15
Log-likelihood: -0.16414 cycle: 15
EM cycle: 16
Log-likelihood: -0.15941 cycle: 16
EM cycle: 17
Log-likelihood: -0.15515 cycle: 17
EM cycle: 18
Log-likelihood: -0.15125 cycle: 18
EM cycle: 19
Log-likelihood: -0.14771 cycle: 19
EM cycle: 20
Log-likelihood: -0.14444 cycle: 20
EM cycle: 21
Log-likelihood: -0.14138 cycle: 21
EM cycle: 22
Log-likelihood: -0.13858 cycle: 22
EM cycle: 23
Log-likelihood: -0.13597 cycle: 23
EM cycle: 24
Log-likelihood: -0.13352 cycle: 24
EM cycle: 25
Log-likelihood: -0.13123 cycle: 25
EM cycle: 26
Log-likelihood: -0.12908 cycle: 26
EM cycle: 27
Log-likelihood: -0.12704 cycle: 27
EM cycle: 28
Log-likelihood: -0.12514 cycle: 28
EM cycle: 29
Log-likelihood: -0.12334 cycle: 29
EM cycle: 30
Log-likelihood: -0.12159 cycle: 30
EM cycle: 31
Log-likelihood: -0.11994 cycle: 31
EM cycle: 32
Log-likelihood: -0.11840 cycle: 32
EM cycle: 33
Log-likelihood: -0.11691 cycle: 33
EM cycle: 34
Log-likelihood: -0.11547 cycle: 34
EM cycle: 35
Log-likelihood: -0.11414 cycle: 35
EM cycle: 36
Log-likelihood: -0.11284 cycle: 36
EM cycle: 37
Log-likelihood: -0.11159 cycle: 37
EM cycle: 38
Log-likelihood: -0.11040 cycle: 38
EM cycle: 39
Log-likelihood: -0.10923 cycle: 39
EM cycle: 40
Log-likelihood: -0.10814 cycle: 40
EM cycle: 41
Log-likelihood: -0.10707 cycle: 41
EM cycle: 42
Log-likelihood: -0.10605 cycle: 42
EM cycle: 43
Log-likelihood: -0.10505 cycle: 43
EM cycle: 44
Log-likelihood: -0.10409 cycle: 44
EM cycle: 45
Log-likelihood: -0.10317 cycle: 45
EM cycle: 46
Log-likelihood: -0.10227 cycle: 46
EM cycle: 47
Log-likelihood: -0.10143 cycle: 47
EM cycle: 48
Log-likelihood: -0.10057 cycle: 48
EM cycle: 49
Log-likelihood: -0.09976 cycle: 49
EM cycle: 50
Log-likelihood: -0.09898 cycle: 50
EM cycle: 51
Log-likelihood: -0.09823 cycle: 51
EM cycle: 52
Log-likelihood: -0.09747 cycle: 52
EM cycle: 53
Log-likelihood: -0.09674 cycle: 53
EM cycle: 54
Log-likelihood: -0.09603 cycle: 54
EM cycle: 55
Log-likelihood: -0.09536 cycle: 55
EM cycle: 56
Log-likelihood: -0.09469 cycle: 56
EM cycle: 57
Log-likelihood: -0.09404 cycle: 57
EM cycle: 58
Log-likelihood: -0.09341 cycle: 58
EM cycle: 59
Log-likelihood: -0.09280 cycle: 59
EM cycle: 60
Log-likelihood: -0.09219 cycle: 60
EM cycle: 61
Log-likelihood: -0.09160 cycle: 61
EM cycle: 62
Log-likelihood: -0.09103 cycle: 62
EM cycle: 63
Log-likelihood: -0.09049 cycle: 63
EM cycle: 64
Log-likelihood: -0.08993 cycle: 64
EM cycle: 65
Log-likelihood: -0.08940 cycle: 65
EM cycle: 66
Log-likelihood: -0.08889 cycle: 66
EM cycle: 67
Log-likelihood: -0.08838 cycle: 67
EM cycle: 68
Log-likelihood: -0.08789 cycle: 68
EM cycle: 69
Log-likelihood: -0.08738 cycle: 69
EM cycle: 70
Log-likelihood: -0.08691 cycle: 70
EM cycle: 71
Log-likelihood: -0.08644 cycle: 71
EM cycle: 72
Log-likelihood: -0.08598 cycle: 72
EM cycle: 73
Log-likelihood: -0.08555 cycle: 73
EM cycle: 74
Log-likelihood: -0.08509 cycle: 74
EM cycle: 75
Log-likelihood: -0.08465 cycle: 75
EM cycle: 76
Log-likelihood: -0.08424 cycle: 76
EM cycle: 77
Log-likelihood: -0.08383 cycle: 77
EM cycle: 78
Log-likelihood: -0.08341 cycle: 78
EM cycle: 79
Log-likelihood: -0.08302 cycle: 79
EM cycle: 80
Log-likelihood: -0.08262 cycle: 80
EM cycle: 81
Log-likelihood: -0.08224 cycle: 81
EM cycle: 82
Log-likelihood: -0.08187 cycle: 82
EM cycle: 83
Log-likelihood: -0.08149 cycle: 83
EM cycle: 84
Log-likelihood: -0.08113 cycle: 84
EM cycle: 85
Log-likelihood: -0.08076 cycle: 85
EM cycle: 86
Log-likelihood: -0.08042 cycle: 86
EM cycle: 87
Log-likelihood: -0.08007 cycle: 87
EM cycle: 88
Log-likelihood: -0.07972 cycle: 88
EM cycle: 89
Log-likelihood: -0.07940 cycle: 89
EM cycle: 90
Log-likelihood: -0.07904 cycle: 90
EM cycle: 91
Log-likelihood: -0.07875 cycle: 91
EM cycle: 92
Log-likelihood: -0.07841 cycle: 92
EM cycle: 93
Log-likelihood: -0.07809 cycle: 93
EM cycle: 94
Log-likelihood: -0.07779 cycle: 94
EM cycle: 95
Log-likelihood: -0.07750 cycle: 95
EM cycle: 96
Log-likelihood: -0.07719 cycle: 96
EM cycle: 97
Log-likelihood: -0.07691 cycle: 97
EM completed.
Final Log-Likelihood: -0.07691
Name | Total (ms)
===========================
main | 55
init | 0
Bundle | 46
Bundle.init | 0
Bundle.explain | 43
Bundle.BDDCalc | 0
EM | 9
INFO (LEAP.java:214) - Current Log-Likelihood: -0.07691
Current Log-Likelihood: -0.07691
INFO (LEAP.java:302) - Log-Likelihood worsened. Removing Last Axioms...
Log-Likelihood worsened. Removing Last Axioms...
INFO (LEAP.java:202) - Adding axiom: (not (female)) and (hasChild some person) SubClassOf learnedClass
Adding axiom: (not (female)) and (hasChild some person) SubClassOf learnedClass
INFO (LEAP.java:211) - Running parameter learner
Running parameter learner
Initializing...
Preparing Probability map...
Preparing Probability Map...
Random Seed set to: 0
Created 10 probabilistic axiom
Probability Map computed. Size: 10
Initialization completed
Start finding explanations for every example (Computing BDDs)...
Query 1 of 4 (25%)
Positive Example: stefan Type learnedClass
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({stefan})
Axiom: stefan type learnedClass
Explanation(s):
1) stefan type male
markus hasChild anna
hasChild domain person
female disjointWith male
stefan hasChild markus
( not female
and hasChild some person
) subClassOf learnedClass
MUPS 1: [stefan Type male, markus hasChild anna, hasChild Domain person, female DisjointWith male, stefan hasChild markus, (not (female)) and (hasChild some person) SubClassOf learnedClass]
Removing axiom: stefan Type male 0 more removed: []
2) markus hasChild anna
father subClassOf male
hasChild domain person
stefan type father
female disjointWith male
stefan hasChild markus
( not female
and hasChild some person
) subClassOf learnedClass
MUPS 2: [markus hasChild anna, father SubClassOf male, hasChild Domain person, stefan Type father, female DisjointWith male, stefan hasChild markus, (not (female)) and (hasChild some person) SubClassOf learnedClass]
Removing axiom: markus hasChild anna 1 more removed: [stefan Type male]
3) father subClassOf male
stefan type father
female disjointWith male
stefan hasChild markus
( not female
and hasChild some person
) subClassOf learnedClass
hasChild range person
MUPS 3: [father SubClassOf male, stefan Type father, female DisjointWith male, stefan hasChild markus, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person]
Removing axiom: female DisjointWith male 2 more removed: [stefan Type male, markus hasChild anna]
4) stefan hasChild markus
hasChild range person
hasChild some person subClassOf learnedClass
MUPS 4: [stefan hasChild markus, hasChild Range person, hasChild some person SubClassOf learnedClass]
Removing axiom: stefan hasChild markus 3 more removed: [stefan Type male, markus hasChild anna, female DisjointWith male]
Stop - satisfiable
Restoring axiom: stefan hasChild markus
Removing axiom: hasChild Range person 3 more removed: [stefan Type male, markus hasChild anna, female DisjointWith male]
5) male subClassOf person
stefan hasChild markus
markus type male
hasChild some person subClassOf learnedClass
MUPS 5: [male SubClassOf person, stefan hasChild markus, markus Type male, hasChild some person SubClassOf learnedClass]
Removing axiom: stefan hasChild markus 4 more removed: [stefan Type male, markus hasChild anna, female DisjointWith male, hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: stefan hasChild markus
Removing axiom: hasChild some person SubClassOf learnedClass 4 more removed: [stefan Type male, markus hasChild anna, female DisjointWith male, hasChild Range person]
Stop - satisfiable
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: male SubClassOf person 5 more removed: [stefan Type male, markus hasChild anna, female DisjointWith male, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: male SubClassOf person
Removing axiom: markus Type male 6 more removed: [stefan Type male, markus hasChild anna, female DisjointWith male, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus Type male
Restoring axiom: hasChild Range person
Removing axiom: hasChild some person SubClassOf learnedClass 6 more removed: [stefan Type male, markus hasChild anna, female DisjointWith male, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild some person SubClassOf learnedClass
Restoring axiom: female DisjointWith male
Removing axiom: stefan hasChild markus 6 more removed: [stefan Type male, markus hasChild anna, female DisjointWith male, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan hasChild markus
Removing axiom: (not (female)) and (hasChild some person) SubClassOf learnedClass 6 more removed: [stefan Type male, markus hasChild anna, female DisjointWith male, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: (not (female)) and (hasChild some person) SubClassOf learnedClass
Removing axiom: father SubClassOf male 7 more removed: [stefan Type male, markus hasChild anna, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: father SubClassOf male
Removing axiom: stefan Type father 8 more removed: [stefan Type male, markus hasChild anna, father SubClassOf male, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan Type father
Removing axiom: hasChild Range person 8 more removed: [stefan Type male, markus hasChild anna, father SubClassOf male, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Range person
Restoring axiom: markus hasChild anna
Removing axiom: stefan hasChild markus 7 more removed: [stefan Type male, father SubClassOf male, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: stefan hasChild markus
Removing axiom: female DisjointWith male 7 more removed: [stefan Type male, father SubClassOf male, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
6) markus hasChild anna
hasChild domain person
stefan hasChild markus
hasChild some person subClassOf learnedClass
MUPS 6: [markus hasChild anna, hasChild Domain person, stefan hasChild markus, hasChild some person SubClassOf learnedClass]
Removing axiom: stefan hasChild markus 7 more removed: [stefan Type male, father SubClassOf male, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan hasChild markus
Removing axiom: markus hasChild anna 7 more removed: [stefan Type male, father SubClassOf male, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus hasChild anna
Removing axiom: hasChild Domain person 7 more removed: [stefan Type male, father SubClassOf male, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
MUPS 6: [stefan hasChild markus, hasChild Range person, hasChild some person SubClassOf learnedClass]
Removing axiom: stefan hasChild markus 8 more removed: [stefan Type male, father SubClassOf male, hasChild Domain person, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan hasChild markus
Removing axiom: hasChild some person SubClassOf learnedClass 8 more removed: [stefan Type male, father SubClassOf male, hasChild Domain person, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: hasChild Range person 8 more removed: [stefan Type male, father SubClassOf male, hasChild Domain person, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Range person
Restoring axiom: hasChild Domain person
Removing axiom: hasChild some person SubClassOf learnedClass 8 more removed: [stefan Type male, father SubClassOf male, hasChild Domain person, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild some person SubClassOf learnedClass
Restoring axiom: female DisjointWith male
Removing axiom: (not (female)) and (hasChild some person) SubClassOf learnedClass 8 more removed: [stefan Type male, father SubClassOf male, hasChild Domain person, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: (not (female)) and (hasChild some person) SubClassOf learnedClass
Removing axiom: hasChild Domain person 8 more removed: [stefan Type male, father SubClassOf male, hasChild Domain person, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Domain person
Removing axiom: father SubClassOf male 8 more removed: [stefan Type male, father SubClassOf male, hasChild Domain person, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: father SubClassOf male
Removing axiom: stefan Type father 8 more removed: [stefan Type male, father SubClassOf male, hasChild Domain person, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan Type father
Restoring axiom: stefan Type male
Removing axiom: stefan hasChild markus 7 more removed: [father SubClassOf male, hasChild Domain person, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: stefan hasChild markus
Removing axiom: markus hasChild anna 7 more removed: [father SubClassOf male, hasChild Domain person, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
7) stefan type male
female disjointWith male
stefan hasChild markus
( not female
and hasChild some person
) subClassOf learnedClass
hasChild range person
MUPS 7: [stefan Type male, female DisjointWith male, stefan hasChild markus, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person]
Removing axiom: stefan hasChild markus 8 more removed: [father SubClassOf male, markus hasChild anna, hasChild Domain person, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan hasChild markus
Removing axiom: female DisjointWith male 8 more removed: [father SubClassOf male, markus hasChild anna, hasChild Domain person, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
MUPS 7: [stefan hasChild markus, hasChild Range person, hasChild some person SubClassOf learnedClass]
Removing axiom: stefan hasChild markus 8 more removed: [father SubClassOf male, markus hasChild anna, hasChild Domain person, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan hasChild markus
Removing axiom: hasChild Range person 8 more removed: [father SubClassOf male, markus hasChild anna, hasChild Domain person, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
MUPS 7: [male SubClassOf person, stefan hasChild markus, markus Type male, hasChild some person SubClassOf learnedClass]
Removing axiom: stefan hasChild markus 8 more removed: [father SubClassOf male, markus hasChild anna, hasChild Domain person, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan hasChild markus
Removing axiom: hasChild some person SubClassOf learnedClass 8 more removed: [father SubClassOf male, markus hasChild anna, hasChild Domain person, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: male SubClassOf person 8 more removed: [father SubClassOf male, markus hasChild anna, hasChild Domain person, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: male SubClassOf person
Removing axiom: markus Type male 8 more removed: [father SubClassOf male, markus hasChild anna, hasChild Domain person, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus Type male
Restoring axiom: hasChild Range person
Removing axiom: hasChild some person SubClassOf learnedClass 8 more removed: [father SubClassOf male, markus hasChild anna, hasChild Domain person, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild some person SubClassOf learnedClass
Restoring axiom: female DisjointWith male
Removing axiom: (not (female)) and (hasChild some person) SubClassOf learnedClass 8 more removed: [father SubClassOf male, markus hasChild anna, hasChild Domain person, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: (not (female)) and (hasChild some person) SubClassOf learnedClass
Removing axiom: hasChild Range person 8 more removed: [father SubClassOf male, markus hasChild anna, hasChild Domain person, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Range person
Removing axiom: stefan Type male 8 more removed: [father SubClassOf male, markus hasChild anna, hasChild Domain person, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan Type male
Restoring axiom: markus hasChild anna
Removing axiom: female DisjointWith male 7 more removed: [father SubClassOf male, hasChild Domain person, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
MUPS 7: [markus hasChild anna, hasChild Domain person, stefan hasChild markus, hasChild some person SubClassOf learnedClass]
Removing axiom: stefan hasChild markus 7 more removed: [father SubClassOf male, hasChild Domain person, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan hasChild markus
Removing axiom: markus hasChild anna 7 more removed: [father SubClassOf male, hasChild Domain person, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus hasChild anna
Removing axiom: hasChild Domain person 7 more removed: [father SubClassOf male, hasChild Domain person, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
MUPS 7: [stefan hasChild markus, hasChild Range person, hasChild some person SubClassOf learnedClass]
Removing axiom: stefan hasChild markus 7 more removed: [father SubClassOf male, hasChild Domain person, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan hasChild markus
Removing axiom: hasChild Range person 7 more removed: [father SubClassOf male, hasChild Domain person, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
MUPS 7: [male SubClassOf person, stefan hasChild markus, markus Type male, hasChild some person SubClassOf learnedClass]
Removing axiom: stefan hasChild markus 7 more removed: [father SubClassOf male, hasChild Domain person, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan hasChild markus
Removing axiom: hasChild some person SubClassOf learnedClass 7 more removed: [father SubClassOf male, hasChild Domain person, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: male SubClassOf person 7 more removed: [father SubClassOf male, hasChild Domain person, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: male SubClassOf person
Removing axiom: markus Type male 7 more removed: [father SubClassOf male, hasChild Domain person, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus Type male
Restoring axiom: hasChild Range person
Removing axiom: hasChild some person SubClassOf learnedClass 7 more removed: [father SubClassOf male, hasChild Domain person, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild some person SubClassOf learnedClass
Restoring axiom: hasChild Domain person
Removing axiom: hasChild some person SubClassOf learnedClass 7 more removed: [father SubClassOf male, hasChild Domain person, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild some person SubClassOf learnedClass
Restoring axiom: female DisjointWith male
Removing axiom: (not (female)) and (hasChild some person) SubClassOf learnedClass 7 more removed: [father SubClassOf male, hasChild Domain person, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: (not (female)) and (hasChild some person) SubClassOf learnedClass
Removing axiom: hasChild Domain person 7 more removed: [father SubClassOf male, hasChild Domain person, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Domain person
Query 2 of 4 (50%)
Positive Example: martin Type learnedClass
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({martin})
Axiom: martin type learnedClass
Explanation(s):
1) martin type male
female disjointWith male
martin hasChild heinz
( not female
and hasChild some person
) subClassOf learnedClass
hasChild range person
MUPS 1: [martin Type male, female DisjointWith male, martin hasChild heinz, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person]
Removing axiom: martin Type male 0 more removed: []
2) father subClassOf male
female disjointWith male
martin hasChild heinz
( not female
and hasChild some person
) subClassOf learnedClass
hasChild range person
martin type father
MUPS 2: [father SubClassOf male, female DisjointWith male, martin hasChild heinz, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, martin Type father]
Removing axiom: female DisjointWith male 1 more removed: [martin Type male]
3) martin hasChild heinz
hasChild range person
hasChild some person subClassOf learnedClass
MUPS 3: [martin hasChild heinz, hasChild Range person, hasChild some person SubClassOf learnedClass]
Removing axiom: martin hasChild heinz 2 more removed: [martin Type male, female DisjointWith male]
Stop - satisfiable
Restoring axiom: martin hasChild heinz
Removing axiom: hasChild Range person 2 more removed: [martin Type male, female DisjointWith male]
4) heinz type male
male subClassOf person
martin hasChild heinz
hasChild some person subClassOf learnedClass
MUPS 4: [heinz Type male, male SubClassOf person, martin hasChild heinz, hasChild some person SubClassOf learnedClass]
Removing axiom: martin hasChild heinz 3 more removed: [martin Type male, female DisjointWith male, hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: martin hasChild heinz
Removing axiom: hasChild some person SubClassOf learnedClass 3 more removed: [martin Type male, female DisjointWith male, hasChild Range person]
Stop - satisfiable
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: heinz Type male 4 more removed: [martin Type male, female DisjointWith male, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: heinz Type male
Removing axiom: male SubClassOf person 4 more removed: [martin Type male, female DisjointWith male, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: male SubClassOf person
Restoring axiom: hasChild Range person
Removing axiom: hasChild some person SubClassOf learnedClass 5 more removed: [martin Type male, female DisjointWith male, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild some person SubClassOf learnedClass
Restoring axiom: female DisjointWith male
Removing axiom: martin hasChild heinz 5 more removed: [martin Type male, female DisjointWith male, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: martin hasChild heinz
Removing axiom: hasChild Range person 5 more removed: [martin Type male, female DisjointWith male, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Range person
Removing axiom: (not (female)) and (hasChild some person) SubClassOf learnedClass 5 more removed: [martin Type male, female DisjointWith male, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: (not (female)) and (hasChild some person) SubClassOf learnedClass
Removing axiom: father SubClassOf male 6 more removed: [martin Type male, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: father SubClassOf male
Removing axiom: martin Type father 7 more removed: [martin Type male, father SubClassOf male, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: martin Type father
Restoring axiom: martin Type male
Removing axiom: martin hasChild heinz 6 more removed: [father SubClassOf male, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: martin hasChild heinz
Removing axiom: hasChild Range person 6 more removed: [father SubClassOf male, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
5) martin type male
heinz type male
female disjointWith male
male subClassOf person
martin hasChild heinz
( not female
and hasChild some person
) subClassOf learnedClass
MUPS 5: [martin Type male, heinz Type male, female DisjointWith male, male SubClassOf person, martin hasChild heinz, (not (female)) and (hasChild some person) SubClassOf learnedClass]
Removing axiom: martin hasChild heinz 6 more removed: [father SubClassOf male, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: martin hasChild heinz
Removing axiom: female DisjointWith male 6 more removed: [father SubClassOf male, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
MUPS 5: [heinz Type male, male SubClassOf person, martin hasChild heinz, hasChild some person SubClassOf learnedClass]
Removing axiom: martin hasChild heinz 6 more removed: [father SubClassOf male, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: martin hasChild heinz
Removing axiom: heinz Type male 6 more removed: [father SubClassOf male, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: heinz Type male
Removing axiom: male SubClassOf person 6 more removed: [father SubClassOf male, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male SubClassOf person
Removing axiom: hasChild some person SubClassOf learnedClass 6 more removed: [father SubClassOf male, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild some person SubClassOf learnedClass
Restoring axiom: female DisjointWith male
Removing axiom: (not (female)) and (hasChild some person) SubClassOf learnedClass 6 more removed: [father SubClassOf male, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: (not (female)) and (hasChild some person) SubClassOf learnedClass
Removing axiom: martin Type male 6 more removed: [father SubClassOf male, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: martin Type male
Removing axiom: heinz Type male 6 more removed: [father SubClassOf male, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: heinz Type male
Removing axiom: male SubClassOf person 6 more removed: [father SubClassOf male, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: male SubClassOf person
Restoring axiom: hasChild Range person
Removing axiom: female DisjointWith male 6 more removed: [father SubClassOf male, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: female DisjointWith male
Removing axiom: (not (female)) and (hasChild some person) SubClassOf learnedClass 6 more removed: [father SubClassOf male, female DisjointWith male, male SubClassOf person, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: (not (female)) and (hasChild some person) SubClassOf learnedClass
Query 3 of 4 (75%)
Positive Example: markus Type learnedClass
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({markus})
Axiom: markus type learnedClass
Explanation(s):
1) markus hasChild anna
female disjointWith male
( not female
and hasChild some person
) subClassOf learnedClass
markus type male
hasChild range person
MUPS 1: [markus hasChild anna, female DisjointWith male, (not (female)) and (hasChild some person) SubClassOf learnedClass, markus Type male, hasChild Range person]
Removing axiom: markus hasChild anna 0 more removed: []
Stop - satisfiable
Restoring axiom: markus hasChild anna
Removing axiom: female DisjointWith male 0 more removed: []
2) markus hasChild anna
hasChild range person
hasChild some person subClassOf learnedClass
MUPS 2: [markus hasChild anna, hasChild Range person, hasChild some person SubClassOf learnedClass]
Removing axiom: markus hasChild anna 1 more removed: [female DisjointWith male]
Stop - satisfiable (early termination)
Restoring axiom: markus hasChild anna
Removing axiom: hasChild Range person 1 more removed: [female DisjointWith male]
3) markus hasChild anna
hasChild domain person
anna hasChild heinz
hasChild some person subClassOf learnedClass
MUPS 3: [markus hasChild anna, hasChild Domain person, anna hasChild heinz, hasChild some person SubClassOf learnedClass]
Removing axiom: markus hasChild anna 2 more removed: [female DisjointWith male, hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: markus hasChild anna
Removing axiom: hasChild some person SubClassOf learnedClass 2 more removed: [female DisjointWith male, hasChild Range person]
Stop - satisfiable
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: hasChild Domain person 3 more removed: [female DisjointWith male, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Domain person
Removing axiom: anna hasChild heinz 4 more removed: [hasChild Domain person, female DisjointWith male, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: anna hasChild heinz
Restoring axiom: hasChild Range person
Removing axiom: hasChild some person SubClassOf learnedClass 4 more removed: [hasChild Domain person, female DisjointWith male, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild some person SubClassOf learnedClass
Restoring axiom: female DisjointWith male
Removing axiom: hasChild Range person 4 more removed: [hasChild Domain person, female DisjointWith male, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Range person
Removing axiom: (not (female)) and (hasChild some person) SubClassOf learnedClass 4 more removed: [hasChild Domain person, female DisjointWith male, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: (not (female)) and (hasChild some person) SubClassOf learnedClass
Removing axiom: markus Type male 5 more removed: [hasChild Domain person, female DisjointWith male, (not (female)) and (hasChild some person) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus Type male
Query 4 of 4 (100%)
Negative Example: heinz Type not (learnedClass)
Get 2147483647 explanation(s) for: (not (not (learnedClass))) and ({heinz})
Axiom: heinz type not learnedClass
Explanation: AXIOM IS NOT ENTAILED!
Trying the second method...
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({heinz})
Axiom: heinz type learnedClass
Explanation: AXIOM IS NOT ENTAILED!
Explanations founding completed (BDDs computed)
Start EM Algorithm
- n. of probabilistic axioms: 10
- n. of examples: 4
stefan Type learnedClass - prob: 0.58453 - tag: 1 - #vars: 7
martin Type learnedClass - prob: 0.57445 - tag: 2 - #vars: 6
markus Type learnedClass - prob: 0.57237 - tag: 3 - #vars: 5
heinz Type learnedClass - prob: 1.00000 - tag: 4 - #vars: 0
EM cycle: 0
EM cycle: 1
Log-likelihood: -1.64927 cycle: 1
EM cycle: 2
Log-likelihood: -0.52366 cycle: 2
EM cycle: 3
Log-likelihood: -0.37929 cycle: 3
EM cycle: 4
Log-likelihood: -0.31548 cycle: 4
EM cycle: 5
Log-likelihood: -0.27787 cycle: 5
EM cycle: 6
Log-likelihood: -0.25243 cycle: 6
EM cycle: 7
Log-likelihood: -0.23381 cycle: 7
EM cycle: 8
Log-likelihood: -0.21937 cycle: 8
EM cycle: 9
Log-likelihood: -0.20779 cycle: 9
EM cycle: 10
Log-likelihood: -0.19819 cycle: 10
EM cycle: 11
Log-likelihood: -0.19014 cycle: 11
EM cycle: 12
Log-likelihood: -0.18319 cycle: 12
EM cycle: 13
Log-likelihood: -0.17713 cycle: 13
EM cycle: 14
Log-likelihood: -0.17179 cycle: 14
EM cycle: 15
Log-likelihood: -0.16704 cycle: 15
EM cycle: 16
Log-likelihood: -0.16276 cycle: 16
EM cycle: 17
Log-likelihood: -0.15889 cycle: 17
EM cycle: 18
Log-likelihood: -0.15537 cycle: 18
EM cycle: 19
Log-likelihood: -0.15217 cycle: 19
EM cycle: 20
Log-likelihood: -0.14917 cycle: 20
EM cycle: 21
Log-likelihood: -0.14641 cycle: 21
EM cycle: 22
Log-likelihood: -0.14387 cycle: 22
EM cycle: 23
Log-likelihood: -0.14148 cycle: 23
EM cycle: 24
Log-likelihood: -0.13925 cycle: 24
EM cycle: 25
Log-likelihood: -0.13716 cycle: 25
EM cycle: 26
Log-likelihood: -0.13519 cycle: 26
EM cycle: 27
Log-likelihood: -0.13337 cycle: 27
EM cycle: 28
Log-likelihood: -0.13160 cycle: 28
EM cycle: 29
Log-likelihood: -0.12997 cycle: 29
EM cycle: 30
Log-likelihood: -0.12838 cycle: 30
EM cycle: 31
Log-likelihood: -0.12685 cycle: 31
EM cycle: 32
Log-likelihood: -0.12545 cycle: 32
EM cycle: 33
Log-likelihood: -0.12409 cycle: 33
EM cycle: 34
Log-likelihood: -0.12281 cycle: 34
EM cycle: 35
Log-likelihood: -0.12152 cycle: 35
EM cycle: 36
Log-likelihood: -0.12034 cycle: 36
EM cycle: 37
Log-likelihood: -0.11919 cycle: 37
EM cycle: 38
Log-likelihood: -0.11810 cycle: 38
EM cycle: 39
Log-likelihood: -0.11706 cycle: 39
EM cycle: 40
Log-likelihood: -0.11602 cycle: 40
EM cycle: 41
Log-likelihood: -0.11506 cycle: 41
EM cycle: 42
Log-likelihood: -0.11412 cycle: 42
EM cycle: 43
Log-likelihood: -0.11318 cycle: 43
EM cycle: 44
Log-likelihood: -0.11229 cycle: 44
EM cycle: 45
Log-likelihood: -0.11145 cycle: 45
EM cycle: 46
Log-likelihood: -0.11065 cycle: 46
EM cycle: 47
Log-likelihood: -0.10984 cycle: 47
EM cycle: 48
Log-likelihood: -0.10906 cycle: 48
EM cycle: 49
Log-likelihood: -0.10830 cycle: 49
EM cycle: 50
Log-likelihood: -0.10756 cycle: 50
EM cycle: 51
Log-likelihood: -0.10688 cycle: 51
EM cycle: 52
Log-likelihood: -0.10620 cycle: 52
EM cycle: 53
Log-likelihood: -0.10551 cycle: 53
EM cycle: 54
Log-likelihood: -0.10486 cycle: 54
EM cycle: 55
Log-likelihood: -0.10422 cycle: 55
EM cycle: 56
Log-likelihood: -0.10362 cycle: 56
EM cycle: 57
Log-likelihood: -0.10303 cycle: 57
EM cycle: 58
Log-likelihood: -0.10242 cycle: 58
EM cycle: 59
Log-likelihood: -0.10187 cycle: 59
EM cycle: 60
Log-likelihood: -0.10131 cycle: 60
EM cycle: 61
Log-likelihood: -0.10076 cycle: 61
EM cycle: 62
Log-likelihood: -0.10022 cycle: 62
EM cycle: 63
Log-likelihood: -0.09968 cycle: 63
EM cycle: 64
Log-likelihood: -0.09919 cycle: 64
EM cycle: 65
Log-likelihood: -0.09870 cycle: 65
EM cycle: 66
Log-likelihood: -0.09821 cycle: 66
EM cycle: 67
Log-likelihood: -0.09773 cycle: 67
EM cycle: 68
Log-likelihood: -0.09728 cycle: 68
EM cycle: 69
Log-likelihood: -0.09680 cycle: 69
EM cycle: 70
Log-likelihood: -0.09639 cycle: 70
EM cycle: 71
Log-likelihood: -0.09592 cycle: 71
EM cycle: 72
Log-likelihood: -0.09550 cycle: 72
EM cycle: 73
Log-likelihood: -0.09507 cycle: 73
EM cycle: 74
Log-likelihood: -0.09469 cycle: 74
EM cycle: 75
Log-likelihood: -0.09427 cycle: 75
EM cycle: 76
Log-likelihood: -0.09386 cycle: 76
EM cycle: 77
Log-likelihood: -0.09351 cycle: 77
EM cycle: 78
Log-likelihood: -0.09312 cycle: 78
EM cycle: 79
Log-likelihood: -0.09273 cycle: 79
EM cycle: 80
Log-likelihood: -0.09235 cycle: 80
EM cycle: 81
Log-likelihood: -0.09202 cycle: 81
EM cycle: 82
Log-likelihood: -0.09165 cycle: 82
EM cycle: 83
Log-likelihood: -0.09131 cycle: 83
EM cycle: 84
Log-likelihood: -0.09094 cycle: 84
EM cycle: 85
Log-likelihood: -0.09062 cycle: 85
EM cycle: 86
Log-likelihood: -0.09030 cycle: 86
EM cycle: 87
Log-likelihood: -0.08999 cycle: 87
EM cycle: 88
Log-likelihood: -0.08965 cycle: 88
EM cycle: 89
Log-likelihood: -0.08931 cycle: 89
EM cycle: 90
Log-likelihood: -0.08902 cycle: 90
EM cycle: 91
Log-likelihood: -0.08874 cycle: 91
EM completed.
Final Log-Likelihood: -0.08874
Name | Total (ms)
===========================
main | 107
init | 0
Bundle | 97
Bundle.init | 0
Bundle.explain | 94
Bundle.BDDCalc | 0
EM | 10
INFO (LEAP.java:214) - Current Log-Likelihood: -0.08874
Current Log-Likelihood: -0.08874
INFO (LEAP.java:302) - Log-Likelihood worsened. Removing Last Axioms...
Log-Likelihood worsened. Removing Last Axioms...
INFO (LEAP.java:202) - Adding axiom: male and (female or (hasChild some person)) SubClassOf learnedClass
Adding axiom: male and (female or (hasChild some person)) SubClassOf learnedClass
INFO (LEAP.java:211) - Running parameter learner
Running parameter learner
Initializing...
Preparing Probability map...
Preparing Probability Map...
Random Seed set to: 0
Created 10 probabilistic axiom
Probability Map computed. Size: 10
Initialization completed
Start finding explanations for every example (Computing BDDs)...
Query 1 of 4 (25%)
Positive Example: stefan Type learnedClass
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({stefan})
Axiom: stefan type learnedClass
Explanation(s):
1) markus hasChild anna
hasChild domain person
stefan hasChild markus
hasChild some person subClassOf learnedClass
MUPS 1: [markus hasChild anna, hasChild Domain person, stefan hasChild markus, hasChild some person SubClassOf learnedClass]
Removing axiom: markus hasChild anna 0 more removed: []
2) stefan hasChild markus
hasChild range person
hasChild some person subClassOf learnedClass
MUPS 2: [stefan hasChild markus, hasChild Range person, hasChild some person SubClassOf learnedClass]
Removing axiom: stefan hasChild markus 1 more removed: [markus hasChild anna]
Stop - satisfiable
Restoring axiom: stefan hasChild markus
Removing axiom: hasChild some person SubClassOf learnedClass 1 more removed: [markus hasChild anna]
3) ( male
and ( female
or hasChild some person
)
) subClassOf learnedClass
stefan type male
stefan hasChild markus
hasChild range person
MUPS 3: [male and (female or (hasChild some person)) SubClassOf learnedClass, stefan Type male, stefan hasChild markus, hasChild Range person]
Removing axiom: stefan hasChild markus 2 more removed: [markus hasChild anna, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan hasChild markus
Removing axiom: hasChild Range person 2 more removed: [markus hasChild anna, hasChild some person SubClassOf learnedClass]
4) ( male
and ( female
or hasChild some person
)
) subClassOf learnedClass
stefan type male
male subClassOf person
stefan hasChild markus
markus type male
MUPS 4: [male and (female or (hasChild some person)) SubClassOf learnedClass, stefan Type male, male SubClassOf person, stefan hasChild markus, markus Type male]
Removing axiom: stefan hasChild markus 3 more removed: [markus hasChild anna, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan hasChild markus
Removing axiom: male and (female or (hasChild some person)) SubClassOf learnedClass 3 more removed: [markus hasChild anna, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male and (female or (hasChild some person)) SubClassOf learnedClass
Removing axiom: stefan Type male 4 more removed: [male and (female or (hasChild some person)) SubClassOf learnedClass, markus hasChild anna, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan Type male
Removing axiom: male SubClassOf person 4 more removed: [male and (female or (hasChild some person)) SubClassOf learnedClass, markus hasChild anna, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: male SubClassOf person
Removing axiom: markus Type male 5 more removed: [male and (female or (hasChild some person)) SubClassOf learnedClass, markus hasChild anna, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus Type male
Restoring axiom: hasChild Range person
Removing axiom: male and (female or (hasChild some person)) SubClassOf learnedClass 5 more removed: [male and (female or (hasChild some person)) SubClassOf learnedClass, markus hasChild anna, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: male and (female or (hasChild some person)) SubClassOf learnedClass
Removing axiom: stefan Type male 5 more removed: [male and (female or (hasChild some person)) SubClassOf learnedClass, markus hasChild anna, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan Type male
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: hasChild Range person 5 more removed: [male and (female or (hasChild some person)) SubClassOf learnedClass, markus hasChild anna, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Range person
Restoring axiom: markus hasChild anna
Removing axiom: stefan hasChild markus 4 more removed: [male and (female or (hasChild some person)) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: stefan hasChild markus
Removing axiom: hasChild some person SubClassOf learnedClass 4 more removed: [male and (female or (hasChild some person)) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
5) ( male
and ( female
or hasChild some person
)
) subClassOf learnedClass
stefan type male
markus hasChild anna
hasChild domain person
stefan hasChild markus
MUPS 5: [male and (female or (hasChild some person)) SubClassOf learnedClass, stefan Type male, markus hasChild anna, hasChild Domain person, stefan hasChild markus]
Removing axiom: stefan hasChild markus 4 more removed: [male and (female or (hasChild some person)) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan hasChild markus
Removing axiom: male and (female or (hasChild some person)) SubClassOf learnedClass 4 more removed: [male and (female or (hasChild some person)) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male and (female or (hasChild some person)) SubClassOf learnedClass
Removing axiom: stefan Type male 4 more removed: [male and (female or (hasChild some person)) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan Type male
Removing axiom: markus hasChild anna 4 more removed: [male and (female or (hasChild some person)) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus hasChild anna
Removing axiom: hasChild Domain person 4 more removed: [male and (female or (hasChild some person)) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Domain person
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: hasChild Domain person 5 more removed: [male and (female or (hasChild some person)) SubClassOf learnedClass, hasChild Domain person, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Domain person
Query 2 of 4 (50%)
Positive Example: martin Type learnedClass
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({martin})
Axiom: martin type learnedClass
Explanation(s):
1) martin hasChild heinz
hasChild range person
hasChild some person subClassOf learnedClass
MUPS 1: [martin hasChild heinz, hasChild Range person, hasChild some person SubClassOf learnedClass]
Removing axiom: martin hasChild heinz 0 more removed: []
Stop - satisfiable
Restoring axiom: martin hasChild heinz
Removing axiom: hasChild Range person 0 more removed: []
2) heinz type male
male subClassOf person
martin hasChild heinz
hasChild some person subClassOf learnedClass
MUPS 2: [heinz Type male, male SubClassOf person, martin hasChild heinz, hasChild some person SubClassOf learnedClass]
Removing axiom: martin hasChild heinz 1 more removed: [hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: martin hasChild heinz
Removing axiom: hasChild some person SubClassOf learnedClass 1 more removed: [hasChild Range person]
3) ( male
and ( female
or hasChild some person
)
) subClassOf learnedClass
martin type male
heinz type male
male subClassOf person
martin hasChild heinz
MUPS 3: [male and (female or (hasChild some person)) SubClassOf learnedClass, martin Type male, heinz Type male, male SubClassOf person, martin hasChild heinz]
Removing axiom: martin hasChild heinz 2 more removed: [hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: martin hasChild heinz
Removing axiom: heinz Type male 2 more removed: [hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: heinz Type male
Removing axiom: male SubClassOf person 2 more removed: [hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male SubClassOf person
Removing axiom: male and (female or (hasChild some person)) SubClassOf learnedClass 3 more removed: [male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: male and (female or (hasChild some person)) SubClassOf learnedClass
Removing axiom: martin Type male 4 more removed: [male and (female or (hasChild some person)) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: martin Type male
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: heinz Type male 4 more removed: [male and (female or (hasChild some person)) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: heinz Type male
Removing axiom: male SubClassOf person 4 more removed: [male and (female or (hasChild some person)) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: male SubClassOf person
Restoring axiom: hasChild Range person
Removing axiom: hasChild some person SubClassOf learnedClass 4 more removed: [male and (female or (hasChild some person)) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild some person SubClassOf learnedClass
Query 3 of 4 (75%)
Positive Example: markus Type learnedClass
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({markus})
Axiom: markus type learnedClass
Explanation(s):
1) markus hasChild anna
hasChild range person
hasChild some person subClassOf learnedClass
MUPS 1: [markus hasChild anna, hasChild Range person, hasChild some person SubClassOf learnedClass]
Removing axiom: markus hasChild anna 0 more removed: []
Stop - satisfiable
Restoring axiom: markus hasChild anna
Removing axiom: hasChild Range person 0 more removed: []
2) markus hasChild anna
hasChild domain person
anna hasChild heinz
hasChild some person subClassOf learnedClass
MUPS 2: [markus hasChild anna, hasChild Domain person, anna hasChild heinz, hasChild some person SubClassOf learnedClass]
Removing axiom: markus hasChild anna 1 more removed: [hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: markus hasChild anna
Removing axiom: hasChild some person SubClassOf learnedClass 1 more removed: [hasChild Range person]
3) ( male
and ( female
or hasChild some person
)
) subClassOf learnedClass
markus hasChild anna
hasChild domain person
markus type male
anna hasChild heinz
MUPS 3: [male and (female or (hasChild some person)) SubClassOf learnedClass, markus hasChild anna, hasChild Domain person, markus Type male, anna hasChild heinz]
Removing axiom: markus hasChild anna 2 more removed: [hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus hasChild anna
Removing axiom: hasChild Domain person 2 more removed: [hasChild Range person, hasChild some person SubClassOf learnedClass]
4) ( male
and ( female
or hasChild some person
)
) subClassOf learnedClass
markus hasChild anna
female subClassOf person
markus type male
anna type female
MUPS 4: [male and (female or (hasChild some person)) SubClassOf learnedClass, markus hasChild anna, female SubClassOf person, markus Type male, anna Type female]
Removing axiom: markus hasChild anna 3 more removed: [hasChild Domain person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus hasChild anna
Removing axiom: male and (female or (hasChild some person)) SubClassOf learnedClass 3 more removed: [hasChild Domain person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male and (female or (hasChild some person)) SubClassOf learnedClass
Removing axiom: markus Type male 4 more removed: [male and (female or (hasChild some person)) SubClassOf learnedClass, hasChild Domain person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus Type male
Removing axiom: female SubClassOf person 4 more removed: [male and (female or (hasChild some person)) SubClassOf learnedClass, hasChild Domain person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: female SubClassOf person
Removing axiom: anna Type female 5 more removed: [male and (female or (hasChild some person)) SubClassOf learnedClass, female SubClassOf person, hasChild Domain person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: anna Type female
Restoring axiom: hasChild Domain person
Removing axiom: anna hasChild heinz 5 more removed: [male and (female or (hasChild some person)) SubClassOf learnedClass, female SubClassOf person, hasChild Domain person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: anna hasChild heinz
Removing axiom: male and (female or (hasChild some person)) SubClassOf learnedClass 5 more removed: [male and (female or (hasChild some person)) SubClassOf learnedClass, female SubClassOf person, hasChild Domain person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: male and (female or (hasChild some person)) SubClassOf learnedClass
Removing axiom: markus Type male 5 more removed: [male and (female or (hasChild some person)) SubClassOf learnedClass, female SubClassOf person, hasChild Domain person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus Type male
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: hasChild Domain person 5 more removed: [male and (female or (hasChild some person)) SubClassOf learnedClass, female SubClassOf person, hasChild Domain person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Domain person
Removing axiom: anna hasChild heinz 5 more removed: [male and (female or (hasChild some person)) SubClassOf learnedClass, female SubClassOf person, hasChild Domain person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: anna hasChild heinz
Restoring axiom: hasChild Range person
Removing axiom: hasChild some person SubClassOf learnedClass 5 more removed: [male and (female or (hasChild some person)) SubClassOf learnedClass, female SubClassOf person, hasChild Domain person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild some person SubClassOf learnedClass
Query 4 of 4 (100%)
Negative Example: heinz Type not (learnedClass)
Get 2147483647 explanation(s) for: (not (not (learnedClass))) and ({heinz})
Axiom: heinz type not learnedClass
Explanation: AXIOM IS NOT ENTAILED!
Trying the second method...
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({heinz})
Axiom: heinz type learnedClass
Explanation: AXIOM IS NOT ENTAILED!
Explanations founding completed (BDDs computed)
Start EM Algorithm
- n. of probabilistic axioms: 10
- n. of examples: 4
stefan Type learnedClass - prob: 0.58738 - tag: 1 - #vars: 5
martin Type learnedClass - prob: 0.50757 - tag: 2 - #vars: 4
markus Type learnedClass - prob: 0.56874 - tag: 3 - #vars: 5
heinz Type learnedClass - prob: 1.00000 - tag: 4 - #vars: 0
EM cycle: 0
EM cycle: 1
Log-likelihood: -1.77449 cycle: 1
EM cycle: 2
Log-likelihood: -0.56019 cycle: 2
EM cycle: 3
Log-likelihood: -0.40000 cycle: 3
EM cycle: 4
Log-likelihood: -0.32903 cycle: 4
EM cycle: 5
Log-likelihood: -0.28721 cycle: 5
EM cycle: 6
Log-likelihood: -0.25892 cycle: 6
EM cycle: 7
Log-likelihood: -0.23819 cycle: 7
EM cycle: 8
Log-likelihood: -0.22218 cycle: 8
EM cycle: 9
Log-likelihood: -0.20929 cycle: 9
EM cycle: 10
Log-likelihood: -0.19868 cycle: 10
EM cycle: 11
Log-likelihood: -0.18970 cycle: 11
EM cycle: 12
Log-likelihood: -0.18203 cycle: 12
EM cycle: 13
Log-likelihood: -0.17531 cycle: 13
EM cycle: 14
Log-likelihood: -0.16940 cycle: 14
EM cycle: 15
Log-likelihood: -0.16414 cycle: 15
EM cycle: 16
Log-likelihood: -0.15941 cycle: 16
EM cycle: 17
Log-likelihood: -0.15515 cycle: 17
EM cycle: 18
Log-likelihood: -0.15125 cycle: 18
EM cycle: 19
Log-likelihood: -0.14771 cycle: 19
EM cycle: 20
Log-likelihood: -0.14444 cycle: 20
EM cycle: 21
Log-likelihood: -0.14138 cycle: 21
EM cycle: 22
Log-likelihood: -0.13858 cycle: 22
EM cycle: 23
Log-likelihood: -0.13597 cycle: 23
EM cycle: 24
Log-likelihood: -0.13352 cycle: 24
EM cycle: 25
Log-likelihood: -0.13123 cycle: 25
EM cycle: 26
Log-likelihood: -0.12908 cycle: 26
EM cycle: 27
Log-likelihood: -0.12704 cycle: 27
EM cycle: 28
Log-likelihood: -0.12514 cycle: 28
EM cycle: 29
Log-likelihood: -0.12334 cycle: 29
EM cycle: 30
Log-likelihood: -0.12159 cycle: 30
EM cycle: 31
Log-likelihood: -0.11994 cycle: 31
EM cycle: 32
Log-likelihood: -0.11840 cycle: 32
EM cycle: 33
Log-likelihood: -0.11691 cycle: 33
EM cycle: 34
Log-likelihood: -0.11547 cycle: 34
EM cycle: 35
Log-likelihood: -0.11414 cycle: 35
EM cycle: 36
Log-likelihood: -0.11284 cycle: 36
EM cycle: 37
Log-likelihood: -0.11159 cycle: 37
EM cycle: 38
Log-likelihood: -0.11040 cycle: 38
EM cycle: 39
Log-likelihood: -0.10923 cycle: 39
EM cycle: 40
Log-likelihood: -0.10814 cycle: 40
EM cycle: 41
Log-likelihood: -0.10707 cycle: 41
EM cycle: 42
Log-likelihood: -0.10605 cycle: 42
EM cycle: 43
Log-likelihood: -0.10505 cycle: 43
EM cycle: 44
Log-likelihood: -0.10409 cycle: 44
EM cycle: 45
Log-likelihood: -0.10317 cycle: 45
EM cycle: 46
Log-likelihood: -0.10227 cycle: 46
EM cycle: 47
Log-likelihood: -0.10143 cycle: 47
EM cycle: 48
Log-likelihood: -0.10057 cycle: 48
EM cycle: 49
Log-likelihood: -0.09976 cycle: 49
EM cycle: 50
Log-likelihood: -0.09898 cycle: 50
EM cycle: 51
Log-likelihood: -0.09823 cycle: 51
EM cycle: 52
Log-likelihood: -0.09747 cycle: 52
EM cycle: 53
Log-likelihood: -0.09674 cycle: 53
EM cycle: 54
Log-likelihood: -0.09603 cycle: 54
EM cycle: 55
Log-likelihood: -0.09536 cycle: 55
EM cycle: 56
Log-likelihood: -0.09469 cycle: 56
EM cycle: 57
Log-likelihood: -0.09404 cycle: 57
EM cycle: 58
Log-likelihood: -0.09341 cycle: 58
EM cycle: 59
Log-likelihood: -0.09280 cycle: 59
EM cycle: 60
Log-likelihood: -0.09219 cycle: 60
EM cycle: 61
Log-likelihood: -0.09160 cycle: 61
EM cycle: 62
Log-likelihood: -0.09103 cycle: 62
EM cycle: 63
Log-likelihood: -0.09049 cycle: 63
EM cycle: 64
Log-likelihood: -0.08993 cycle: 64
EM cycle: 65
Log-likelihood: -0.08940 cycle: 65
EM cycle: 66
Log-likelihood: -0.08889 cycle: 66
EM cycle: 67
Log-likelihood: -0.08838 cycle: 67
EM cycle: 68
Log-likelihood: -0.08789 cycle: 68
EM cycle: 69
Log-likelihood: -0.08738 cycle: 69
EM cycle: 70
Log-likelihood: -0.08691 cycle: 70
EM cycle: 71
Log-likelihood: -0.08644 cycle: 71
EM cycle: 72
Log-likelihood: -0.08598 cycle: 72
EM cycle: 73
Log-likelihood: -0.08555 cycle: 73
EM cycle: 74
Log-likelihood: -0.08509 cycle: 74
EM cycle: 75
Log-likelihood: -0.08465 cycle: 75
EM cycle: 76
Log-likelihood: -0.08424 cycle: 76
EM cycle: 77
Log-likelihood: -0.08383 cycle: 77
EM cycle: 78
Log-likelihood: -0.08341 cycle: 78
EM cycle: 79
Log-likelihood: -0.08302 cycle: 79
EM cycle: 80
Log-likelihood: -0.08262 cycle: 80
EM cycle: 81
Log-likelihood: -0.08224 cycle: 81
EM cycle: 82
Log-likelihood: -0.08187 cycle: 82
EM cycle: 83
Log-likelihood: -0.08149 cycle: 83
EM cycle: 84
Log-likelihood: -0.08113 cycle: 84
EM cycle: 85
Log-likelihood: -0.08076 cycle: 85
EM cycle: 86
Log-likelihood: -0.08042 cycle: 86
EM cycle: 87
Log-likelihood: -0.08007 cycle: 87
EM cycle: 88
Log-likelihood: -0.07972 cycle: 88
EM cycle: 89
Log-likelihood: -0.07940 cycle: 89
EM cycle: 90
Log-likelihood: -0.07904 cycle: 90
EM cycle: 91
Log-likelihood: -0.07875 cycle: 91
EM cycle: 92
Log-likelihood: -0.07841 cycle: 92
EM cycle: 93
Log-likelihood: -0.07809 cycle: 93
EM cycle: 94
Log-likelihood: -0.07779 cycle: 94
EM cycle: 95
Log-likelihood: -0.07750 cycle: 95
EM cycle: 96
Log-likelihood: -0.07719 cycle: 96
EM cycle: 97
Log-likelihood: -0.07691 cycle: 97
EM completed.
Final Log-Likelihood: -0.07691
Name | Total (ms)
===========================
main | 57
init | 0
Bundle | 47
Bundle.init | 0
Bundle.explain | 43
Bundle.BDDCalc | 0
EM | 10
INFO (LEAP.java:214) - Current Log-Likelihood: -0.07691
Current Log-Likelihood: -0.07691
INFO (LEAP.java:302) - Log-Likelihood worsened. Removing Last Axioms...
Log-Likelihood worsened. Removing Last Axioms...
INFO (LEAP.java:202) - Adding axiom: male and (father or (hasChild some person)) SubClassOf learnedClass
Adding axiom: male and (father or (hasChild some person)) SubClassOf learnedClass
INFO (LEAP.java:211) - Running parameter learner
Running parameter learner
Initializing...
Preparing Probability map...
Preparing Probability Map...
Random Seed set to: 0
Created 10 probabilistic axiom
Probability Map computed. Size: 10
Initialization completed
Start finding explanations for every example (Computing BDDs)...
Query 1 of 4 (25%)
Positive Example: stefan Type learnedClass
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({stefan})
Axiom: stefan type learnedClass
Explanation(s):
1) markus hasChild anna
hasChild domain person
stefan hasChild markus
hasChild some person subClassOf learnedClass
MUPS 1: [markus hasChild anna, hasChild Domain person, stefan hasChild markus, hasChild some person SubClassOf learnedClass]
Removing axiom: markus hasChild anna 0 more removed: []
2) stefan hasChild markus
hasChild range person
hasChild some person subClassOf learnedClass
MUPS 2: [stefan hasChild markus, hasChild Range person, hasChild some person SubClassOf learnedClass]
Removing axiom: stefan hasChild markus 1 more removed: [markus hasChild anna]
3) stefan type male
stefan type father
( male
and ( father
or hasChild some person
)
) subClassOf learnedClass
MUPS 3: [stefan Type male, stefan Type father, male and (father or (hasChild some person)) SubClassOf learnedClass]
Removing axiom: stefan Type male 2 more removed: [markus hasChild anna, stefan hasChild markus]
4) father subClassOf male
stefan type father
( male
and ( father
or hasChild some person
)
) subClassOf learnedClass
MUPS 4: [father SubClassOf male, stefan Type father, male and (father or (hasChild some person)) SubClassOf learnedClass]
Removing axiom: stefan Type father 3 more removed: [stefan Type male, markus hasChild anna, stefan hasChild markus]
Stop - satisfiable
Restoring axiom: stefan Type father
Removing axiom: male and (father or (hasChild some person)) SubClassOf learnedClass 3 more removed: [stefan Type male, markus hasChild anna, stefan hasChild markus]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some person)) SubClassOf learnedClass
Removing axiom: father SubClassOf male 4 more removed: [stefan Type male, markus hasChild anna, stefan hasChild markus, male and (father or (hasChild some person)) SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: father SubClassOf male
Restoring axiom: stefan Type male
Removing axiom: stefan Type father 4 more removed: [markus hasChild anna, father SubClassOf male, stefan hasChild markus, male and (father or (hasChild some person)) SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: stefan Type father
Removing axiom: male and (father or (hasChild some person)) SubClassOf learnedClass 4 more removed: [markus hasChild anna, father SubClassOf male, stefan hasChild markus, male and (father or (hasChild some person)) SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some person)) SubClassOf learnedClass
Restoring axiom: stefan hasChild markus
Removing axiom: hasChild some person SubClassOf learnedClass 3 more removed: [markus hasChild anna, father SubClassOf male, male and (father or (hasChild some person)) SubClassOf learnedClass]
MUPS 4: [stefan Type male, stefan Type father, male and (father or (hasChild some person)) SubClassOf learnedClass]
Removing axiom: stefan Type father 4 more removed: [markus hasChild anna, father SubClassOf male, male and (father or (hasChild some person)) SubClassOf learnedClass, hasChild some person SubClassOf learnedClass]
5) stefan type male
stefan hasChild markus
hasChild range person
( male
and ( father
or hasChild some person
)
) subClassOf learnedClass
MUPS 5: [stefan Type male, stefan hasChild markus, hasChild Range person, male and (father or (hasChild some person)) SubClassOf learnedClass]
Removing axiom: stefan hasChild markus 5 more removed: [markus hasChild anna, father SubClassOf male, stefan Type father, male and (father or (hasChild some person)) SubClassOf learnedClass, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan hasChild markus
Removing axiom: male and (father or (hasChild some person)) SubClassOf learnedClass 5 more removed: [markus hasChild anna, father SubClassOf male, stefan Type father, male and (father or (hasChild some person)) SubClassOf learnedClass, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some person)) SubClassOf learnedClass
Removing axiom: stefan Type male 5 more removed: [markus hasChild anna, father SubClassOf male, stefan Type father, male and (father or (hasChild some person)) SubClassOf learnedClass, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan Type male
Removing axiom: hasChild Range person 5 more removed: [markus hasChild anna, father SubClassOf male, stefan Type father, male and (father or (hasChild some person)) SubClassOf learnedClass, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Range person
Restoring axiom: stefan Type father
Removing axiom: male and (father or (hasChild some person)) SubClassOf learnedClass 5 more removed: [markus hasChild anna, father SubClassOf male, male and (father or (hasChild some person)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some person)) SubClassOf learnedClass
Removing axiom: stefan Type male 5 more removed: [markus hasChild anna, father SubClassOf male, male and (father or (hasChild some person)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan Type male
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: hasChild Range person 5 more removed: [markus hasChild anna, father SubClassOf male, male and (father or (hasChild some person)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Range person
Restoring axiom: markus hasChild anna
Removing axiom: stefan hasChild markus 4 more removed: [father SubClassOf male, male and (father or (hasChild some person)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
MUPS 5: [stefan Type male, stefan Type father, male and (father or (hasChild some person)) SubClassOf learnedClass]
Removing axiom: male and (father or (hasChild some person)) SubClassOf learnedClass 5 more removed: [father SubClassOf male, stefan hasChild markus, male and (father or (hasChild some person)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some person)) SubClassOf learnedClass
Removing axiom: stefan Type male 5 more removed: [father SubClassOf male, stefan hasChild markus, male and (father or (hasChild some person)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan Type male
Removing axiom: stefan Type father 5 more removed: [father SubClassOf male, stefan hasChild markus, male and (father or (hasChild some person)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan Type father
Restoring axiom: stefan hasChild markus
Removing axiom: hasChild some person SubClassOf learnedClass 4 more removed: [father SubClassOf male, male and (father or (hasChild some person)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
MUPS 5: [stefan Type male, stefan Type father, male and (father or (hasChild some person)) SubClassOf learnedClass]
Removing axiom: male and (father or (hasChild some person)) SubClassOf learnedClass 4 more removed: [father SubClassOf male, male and (father or (hasChild some person)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some person)) SubClassOf learnedClass
Removing axiom: stefan Type male 4 more removed: [father SubClassOf male, male and (father or (hasChild some person)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan Type male
Removing axiom: stefan Type father 4 more removed: [father SubClassOf male, male and (father or (hasChild some person)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan Type father
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: hasChild Domain person 4 more removed: [father SubClassOf male, male and (father or (hasChild some person)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Domain person
Query 2 of 4 (50%)
Positive Example: martin Type learnedClass
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({martin})
Axiom: martin type learnedClass
Explanation(s):
1) martin hasChild heinz
hasChild range person
hasChild some person subClassOf learnedClass
MUPS 1: [martin hasChild heinz, hasChild Range person, hasChild some person SubClassOf learnedClass]
Removing axiom: martin hasChild heinz 0 more removed: []
2) martin type male
( male
and ( father
or hasChild some person
)
) subClassOf learnedClass
martin type father
MUPS 2: [martin Type male, male and (father or (hasChild some person)) SubClassOf learnedClass, martin Type father]
Removing axiom: martin Type male 1 more removed: [martin hasChild heinz]
3) father subClassOf male
( male
and ( father
or hasChild some person
)
) subClassOf learnedClass
martin type father
MUPS 3: [father SubClassOf male, male and (father or (hasChild some person)) SubClassOf learnedClass, martin Type father]
Removing axiom: male and (father or (hasChild some person)) SubClassOf learnedClass 2 more removed: [martin Type male, martin hasChild heinz]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some person)) SubClassOf learnedClass
Removing axiom: martin Type father 3 more removed: [martin Type male, martin hasChild heinz, male and (father or (hasChild some person)) SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: martin Type father
Removing axiom: father SubClassOf male 3 more removed: [martin Type male, martin hasChild heinz, male and (father or (hasChild some person)) SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: father SubClassOf male
Restoring axiom: martin Type male
Removing axiom: male and (father or (hasChild some person)) SubClassOf learnedClass 3 more removed: [father SubClassOf male, martin hasChild heinz, male and (father or (hasChild some person)) SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some person)) SubClassOf learnedClass
Removing axiom: martin Type father 3 more removed: [father SubClassOf male, martin hasChild heinz, male and (father or (hasChild some person)) SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: martin Type father
Restoring axiom: martin hasChild heinz
Removing axiom: hasChild Range person 2 more removed: [father SubClassOf male, male and (father or (hasChild some person)) SubClassOf learnedClass]
4) heinz type male
male subClassOf person
martin hasChild heinz
hasChild some person subClassOf learnedClass
MUPS 4: [heinz Type male, male SubClassOf person, martin hasChild heinz, hasChild some person SubClassOf learnedClass]
Removing axiom: martin hasChild heinz 3 more removed: [father SubClassOf male, male and (father or (hasChild some person)) SubClassOf learnedClass, hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: martin hasChild heinz
Removing axiom: hasChild some person SubClassOf learnedClass 3 more removed: [father SubClassOf male, male and (father or (hasChild some person)) SubClassOf learnedClass, hasChild Range person]
MUPS 4: [martin Type male, male and (father or (hasChild some person)) SubClassOf learnedClass, martin Type father]
Removing axiom: male and (father or (hasChild some person)) SubClassOf learnedClass 4 more removed: [father SubClassOf male, male and (father or (hasChild some person)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some person)) SubClassOf learnedClass
Removing axiom: martin Type father 4 more removed: [father SubClassOf male, male and (father or (hasChild some person)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: martin Type father
Removing axiom: martin Type male 4 more removed: [father SubClassOf male, male and (father or (hasChild some person)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: martin Type male
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: heinz Type male 4 more removed: [father SubClassOf male, male and (father or (hasChild some person)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: heinz Type male
Removing axiom: male SubClassOf person 4 more removed: [father SubClassOf male, male and (father or (hasChild some person)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: male SubClassOf person
Restoring axiom: hasChild Range person
Removing axiom: hasChild some person SubClassOf learnedClass 5 more removed: [father SubClassOf male, male SubClassOf person, male and (father or (hasChild some person)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild some person SubClassOf learnedClass
Query 3 of 4 (75%)
Positive Example: markus Type learnedClass
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({markus})
Axiom: markus type learnedClass
Explanation(s):
1) markus hasChild anna
hasChild range person
hasChild some person subClassOf learnedClass
MUPS 1: [markus hasChild anna, hasChild Range person, hasChild some person SubClassOf learnedClass]
Removing axiom: markus hasChild anna 0 more removed: []
2) markus type father
markus type male
( male
and ( father
or hasChild some person
)
) subClassOf learnedClass
MUPS 2: [markus Type father, markus Type male, male and (father or (hasChild some person)) SubClassOf learnedClass]
Removing axiom: markus Type father 1 more removed: [markus hasChild anna]
Stop - satisfiable
Restoring axiom: markus Type father
Removing axiom: markus Type male 1 more removed: [markus hasChild anna]
3) father subClassOf male
markus type father
( male
and ( father
or hasChild some person
)
) subClassOf learnedClass
MUPS 3: [father SubClassOf male, markus Type father, male and (father or (hasChild some person)) SubClassOf learnedClass]
Removing axiom: markus Type father 2 more removed: [markus hasChild anna, markus Type male]
Stop - satisfiable (early termination)
Restoring axiom: markus Type father
Removing axiom: male and (father or (hasChild some person)) SubClassOf learnedClass 2 more removed: [markus hasChild anna, markus Type male]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some person)) SubClassOf learnedClass
Removing axiom: father SubClassOf male 3 more removed: [markus hasChild anna, markus Type male, male and (father or (hasChild some person)) SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: father SubClassOf male
Restoring axiom: markus Type male
Removing axiom: male and (father or (hasChild some person)) SubClassOf learnedClass 3 more removed: [markus hasChild anna, father SubClassOf male, male and (father or (hasChild some person)) SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some person)) SubClassOf learnedClass
Restoring axiom: markus hasChild anna
Removing axiom: hasChild Range person 2 more removed: [father SubClassOf male, male and (father or (hasChild some person)) SubClassOf learnedClass]
4) markus hasChild anna
hasChild domain person
anna hasChild heinz
hasChild some person subClassOf learnedClass
MUPS 4: [markus hasChild anna, hasChild Domain person, anna hasChild heinz, hasChild some person SubClassOf learnedClass]
Removing axiom: markus hasChild anna 3 more removed: [father SubClassOf male, male and (father or (hasChild some person)) SubClassOf learnedClass, hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: markus hasChild anna
Removing axiom: hasChild some person SubClassOf learnedClass 3 more removed: [father SubClassOf male, male and (father or (hasChild some person)) SubClassOf learnedClass, hasChild Range person]
MUPS 4: [markus Type father, markus Type male, male and (father or (hasChild some person)) SubClassOf learnedClass]
Removing axiom: markus Type father 4 more removed: [father SubClassOf male, male and (father or (hasChild some person)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
5) markus hasChild anna
hasChild domain person
markus type male
( male
and ( father
or hasChild some person
)
) subClassOf learnedClass
anna hasChild heinz
MUPS 5: [markus hasChild anna, hasChild Domain person, markus Type male, male and (father or (hasChild some person)) SubClassOf learnedClass, anna hasChild heinz]
Removing axiom: markus hasChild anna 5 more removed: [father SubClassOf male, markus Type father, male and (father or (hasChild some person)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus hasChild anna
Removing axiom: male and (father or (hasChild some person)) SubClassOf learnedClass 5 more removed: [father SubClassOf male, markus Type father, male and (father or (hasChild some person)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some person)) SubClassOf learnedClass
Removing axiom: hasChild Domain person 5 more removed: [father SubClassOf male, markus Type father, male and (father or (hasChild some person)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Domain person
Removing axiom: markus Type male 6 more removed: [father SubClassOf male, hasChild Domain person, markus Type father, male and (father or (hasChild some person)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus Type male
Removing axiom: anna hasChild heinz 6 more removed: [father SubClassOf male, hasChild Domain person, markus Type father, male and (father or (hasChild some person)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: anna hasChild heinz
Restoring axiom: markus Type father
Removing axiom: male and (father or (hasChild some person)) SubClassOf learnedClass 5 more removed: [father SubClassOf male, hasChild Domain person, male and (father or (hasChild some person)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some person)) SubClassOf learnedClass
Removing axiom: markus Type male 5 more removed: [father SubClassOf male, hasChild Domain person, male and (father or (hasChild some person)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus Type male
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: hasChild Domain person 5 more removed: [father SubClassOf male, hasChild Domain person, male and (father or (hasChild some person)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Domain person
Removing axiom: anna hasChild heinz 5 more removed: [father SubClassOf male, hasChild Domain person, male and (father or (hasChild some person)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: anna hasChild heinz
Restoring axiom: hasChild Range person
Removing axiom: hasChild some person SubClassOf learnedClass 5 more removed: [father SubClassOf male, hasChild Domain person, male and (father or (hasChild some person)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild some person SubClassOf learnedClass
Query 4 of 4 (100%)
Negative Example: heinz Type not (learnedClass)
Get 2147483647 explanation(s) for: (not (not (learnedClass))) and ({heinz})
Axiom: heinz type not learnedClass
Explanation: AXIOM IS NOT ENTAILED!
Trying the second method...
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({heinz})
Axiom: heinz type learnedClass
Explanation: AXIOM IS NOT ENTAILED!
Explanations founding completed (BDDs computed)
Start EM Algorithm
- n. of probabilistic axioms: 10
- n. of examples: 4
stefan Type learnedClass - prob: 0.58824 - tag: 1 - #vars: 5
martin Type learnedClass - prob: 0.58459 - tag: 2 - #vars: 5
markus Type learnedClass - prob: 0.58824 - tag: 3 - #vars: 5
heinz Type learnedClass - prob: 1.00000 - tag: 4 - #vars: 0
EM cycle: 0
EM cycle: 1
Log-likelihood: -1.59810 cycle: 1
EM cycle: 2
Log-likelihood: -0.50132 cycle: 2
EM cycle: 3
Log-likelihood: -0.36236 cycle: 3
EM cycle: 4
Log-likelihood: -0.30119 cycle: 4
EM cycle: 5
Log-likelihood: -0.26528 cycle: 5
EM cycle: 6
Log-likelihood: -0.24101 cycle: 6
EM cycle: 7
Log-likelihood: -0.22327 cycle: 7
EM cycle: 8
Log-likelihood: -0.20956 cycle: 8
EM cycle: 9
Log-likelihood: -0.19857 cycle: 9
EM cycle: 10
Log-likelihood: -0.18949 cycle: 10
EM cycle: 11
Log-likelihood: -0.18182 cycle: 11
EM cycle: 12
Log-likelihood: -0.17527 cycle: 12
EM cycle: 13
Log-likelihood: -0.16952 cycle: 13
EM cycle: 14
Log-likelihood: -0.16447 cycle: 14
EM cycle: 15
Log-likelihood: -0.15996 cycle: 15
EM cycle: 16
Log-likelihood: -0.15594 cycle: 16
EM cycle: 17
Log-likelihood: -0.15229 cycle: 17
EM cycle: 18
Log-likelihood: -0.14894 cycle: 18
EM cycle: 19
Log-likelihood: -0.14589 cycle: 19
EM cycle: 20
Log-likelihood: -0.14308 cycle: 20
EM cycle: 21
Log-likelihood: -0.14049 cycle: 21
EM cycle: 22
Log-likelihood: -0.13810 cycle: 22
EM cycle: 23
Log-likelihood: -0.13587 cycle: 23
EM cycle: 24
Log-likelihood: -0.13373 cycle: 24
EM cycle: 25
Log-likelihood: -0.13179 cycle: 25
EM cycle: 26
Log-likelihood: -0.12997 cycle: 26
EM cycle: 27
Log-likelihood: -0.12819 cycle: 27
EM cycle: 28
Log-likelihood: -0.12653 cycle: 28
EM cycle: 29
Log-likelihood: -0.12498 cycle: 29
EM cycle: 30
Log-likelihood: -0.12350 cycle: 30
EM cycle: 31
Log-likelihood: -0.12210 cycle: 31
EM cycle: 32
Log-likelihood: -0.12076 cycle: 32
EM cycle: 33
Log-likelihood: -0.11949 cycle: 33
EM cycle: 34
Log-likelihood: -0.11828 cycle: 34
EM cycle: 35
Log-likelihood: -0.11706 cycle: 35
EM cycle: 36
Log-likelihood: -0.11596 cycle: 36
EM cycle: 37
Log-likelihood: -0.11493 cycle: 37
EM cycle: 38
Log-likelihood: -0.11388 cycle: 38
EM cycle: 39
Log-likelihood: -0.11288 cycle: 39
EM cycle: 40
Log-likelihood: -0.11194 cycle: 40
EM cycle: 41
Log-likelihood: -0.11100 cycle: 41
EM cycle: 42
Log-likelihood: -0.11012 cycle: 42
EM cycle: 43
Log-likelihood: -0.10926 cycle: 43
EM cycle: 44
Log-likelihood: -0.10844 cycle: 44
EM cycle: 45
Log-likelihood: -0.10765 cycle: 45
EM cycle: 46
Log-likelihood: -0.10688 cycle: 46
EM cycle: 47
Log-likelihood: -0.10611 cycle: 47
EM cycle: 48
Log-likelihood: -0.10538 cycle: 48
EM cycle: 49
Log-likelihood: -0.10469 cycle: 49
EM cycle: 50
Log-likelihood: -0.10402 cycle: 50
EM cycle: 51
Log-likelihood: -0.10336 cycle: 51
EM cycle: 52
Log-likelihood: -0.10271 cycle: 52
EM cycle: 53
Log-likelihood: -0.10210 cycle: 53
EM cycle: 54
Log-likelihood: -0.10147 cycle: 54
EM cycle: 55
Log-likelihood: -0.10086 cycle: 55
EM cycle: 56
Log-likelihood: -0.10031 cycle: 56
EM cycle: 57
Log-likelihood: -0.09974 cycle: 57
EM cycle: 58
Log-likelihood: -0.09921 cycle: 58
EM cycle: 59
Log-likelihood: -0.09865 cycle: 59
EM cycle: 60
Log-likelihood: -0.09814 cycle: 60
EM cycle: 61
Log-likelihood: -0.09762 cycle: 61
EM cycle: 62
Log-likelihood: -0.09712 cycle: 62
EM cycle: 63
Log-likelihood: -0.09663 cycle: 63
EM cycle: 64
Log-likelihood: -0.09618 cycle: 64
EM cycle: 65
Log-likelihood: -0.09573 cycle: 65
EM cycle: 66
Log-likelihood: -0.09524 cycle: 66
EM cycle: 67
Log-likelihood: -0.09480 cycle: 67
EM cycle: 68
Log-likelihood: -0.09437 cycle: 68
EM cycle: 69
Log-likelihood: -0.09395 cycle: 69
EM cycle: 70
Log-likelihood: -0.09353 cycle: 70
EM cycle: 71
Log-likelihood: -0.09313 cycle: 71
EM cycle: 72
Log-likelihood: -0.09274 cycle: 72
EM cycle: 73
Log-likelihood: -0.09234 cycle: 73
EM cycle: 74
Log-likelihood: -0.09196 cycle: 74
EM cycle: 75
Log-likelihood: -0.09156 cycle: 75
EM cycle: 76
Log-likelihood: -0.09121 cycle: 76
EM cycle: 77
Log-likelihood: -0.09084 cycle: 77
EM cycle: 78
Log-likelihood: -0.09049 cycle: 78
EM cycle: 79
Log-likelihood: -0.09016 cycle: 79
EM cycle: 80
Log-likelihood: -0.08980 cycle: 80
EM cycle: 81
Log-likelihood: -0.08945 cycle: 81
EM cycle: 82
Log-likelihood: -0.08914 cycle: 82
EM cycle: 83
Log-likelihood: -0.08881 cycle: 83
EM cycle: 84
Log-likelihood: -0.08847 cycle: 84
EM cycle: 85
Log-likelihood: -0.08817 cycle: 85
EM cycle: 86
Log-likelihood: -0.08787 cycle: 86
EM cycle: 87
Log-likelihood: -0.08756 cycle: 87
EM cycle: 88
Log-likelihood: -0.08726 cycle: 88
EM cycle: 89
Log-likelihood: -0.08697 cycle: 89
EM cycle: 90
Log-likelihood: -0.08665 cycle: 90
EM cycle: 91
Log-likelihood: -0.08637 cycle: 91
EM completed.
Final Log-Likelihood: -0.08637
Name | Total (ms)
===========================
main | 67
init | 0
Bundle | 58
Bundle.init | 0
Bundle.explain | 53
Bundle.BDDCalc | 0
EM | 9
INFO (LEAP.java:214) - Current Log-Likelihood: -0.08637
Current Log-Likelihood: -0.08637
INFO (LEAP.java:302) - Log-Likelihood worsened. Removing Last Axioms...
Log-Likelihood worsened. Removing Last Axioms...
INFO (LEAP.java:202) - Adding axiom: male and (father or (hasChild some male)) SubClassOf learnedClass
Adding axiom: male and (father or (hasChild some male)) SubClassOf learnedClass
INFO (LEAP.java:211) - Running parameter learner
Running parameter learner
Initializing...
Preparing Probability map...
Preparing Probability Map...
Random Seed set to: 0
Created 10 probabilistic axiom
Probability Map computed. Size: 10
Initialization completed
Start finding explanations for every example (Computing BDDs)...
Query 1 of 4 (25%)
Positive Example: stefan Type learnedClass
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({stefan})
Axiom: stefan type learnedClass
Explanation(s):
1) markus hasChild anna
hasChild domain person
stefan hasChild markus
hasChild some person subClassOf learnedClass
MUPS 1: [markus hasChild anna, hasChild Domain person, stefan hasChild markus, hasChild some person SubClassOf learnedClass]
Removing axiom: markus hasChild anna 0 more removed: []
2) stefan hasChild markus
hasChild range person
hasChild some person subClassOf learnedClass
MUPS 2: [stefan hasChild markus, hasChild Range person, hasChild some person SubClassOf learnedClass]
Removing axiom: stefan hasChild markus 1 more removed: [markus hasChild anna]
3) stefan type male
( male
and ( father
or hasChild some male
)
) subClassOf learnedClass
stefan type father
MUPS 3: [stefan Type male, male and (father or (hasChild some male)) SubClassOf learnedClass, stefan Type father]
Removing axiom: stefan Type male 2 more removed: [markus hasChild anna, stefan hasChild markus]
4) father subClassOf male
( male
and ( father
or hasChild some male
)
) subClassOf learnedClass
stefan type father
MUPS 4: [father SubClassOf male, male and (father or (hasChild some male)) SubClassOf learnedClass, stefan Type father]
Removing axiom: male and (father or (hasChild some male)) SubClassOf learnedClass 3 more removed: [stefan Type male, markus hasChild anna, stefan hasChild markus]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some male)) SubClassOf learnedClass
Removing axiom: stefan Type father 4 more removed: [stefan Type male, markus hasChild anna, male and (father or (hasChild some male)) SubClassOf learnedClass, stefan hasChild markus]
Stop - satisfiable (early termination)
Restoring axiom: stefan Type father
Removing axiom: father SubClassOf male 4 more removed: [stefan Type male, markus hasChild anna, male and (father or (hasChild some male)) SubClassOf learnedClass, stefan hasChild markus]
Stop - satisfiable (early termination)
Restoring axiom: father SubClassOf male
Restoring axiom: stefan Type male
Removing axiom: male and (father or (hasChild some male)) SubClassOf learnedClass 4 more removed: [markus hasChild anna, male and (father or (hasChild some male)) SubClassOf learnedClass, father SubClassOf male, stefan hasChild markus]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some male)) SubClassOf learnedClass
Removing axiom: stefan Type father 4 more removed: [markus hasChild anna, male and (father or (hasChild some male)) SubClassOf learnedClass, father SubClassOf male, stefan hasChild markus]
Stop - satisfiable (early termination)
Restoring axiom: stefan Type father
Restoring axiom: stefan hasChild markus
Removing axiom: hasChild some person SubClassOf learnedClass 3 more removed: [markus hasChild anna, male and (father or (hasChild some male)) SubClassOf learnedClass, father SubClassOf male]
MUPS 4: [stefan Type male, male and (father or (hasChild some male)) SubClassOf learnedClass, stefan Type father]
Removing axiom: male and (father or (hasChild some male)) SubClassOf learnedClass 4 more removed: [markus hasChild anna, male and (father or (hasChild some male)) SubClassOf learnedClass, father SubClassOf male, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some male)) SubClassOf learnedClass
Removing axiom: stefan Type father 4 more removed: [markus hasChild anna, male and (father or (hasChild some male)) SubClassOf learnedClass, father SubClassOf male, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan Type father
Removing axiom: stefan Type male 4 more removed: [markus hasChild anna, male and (father or (hasChild some male)) SubClassOf learnedClass, father SubClassOf male, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan Type male
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: hasChild Range person 4 more removed: [markus hasChild anna, male and (father or (hasChild some male)) SubClassOf learnedClass, father SubClassOf male, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Range person
Restoring axiom: markus hasChild anna
Removing axiom: stefan hasChild markus 4 more removed: [male and (father or (hasChild some male)) SubClassOf learnedClass, father SubClassOf male, hasChild Range person, hasChild some person SubClassOf learnedClass]
MUPS 4: [stefan Type male, male and (father or (hasChild some male)) SubClassOf learnedClass, stefan Type father]
Removing axiom: male and (father or (hasChild some male)) SubClassOf learnedClass 5 more removed: [male and (father or (hasChild some male)) SubClassOf learnedClass, father SubClassOf male, stefan hasChild markus, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some male)) SubClassOf learnedClass
Removing axiom: stefan Type father 5 more removed: [male and (father or (hasChild some male)) SubClassOf learnedClass, father SubClassOf male, stefan hasChild markus, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan Type father
Removing axiom: stefan Type male 5 more removed: [male and (father or (hasChild some male)) SubClassOf learnedClass, father SubClassOf male, stefan hasChild markus, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan Type male
Restoring axiom: stefan hasChild markus
Removing axiom: hasChild some person SubClassOf learnedClass 4 more removed: [male and (father or (hasChild some male)) SubClassOf learnedClass, father SubClassOf male, hasChild Range person, hasChild some person SubClassOf learnedClass]
MUPS 4: [stefan Type male, male and (father or (hasChild some male)) SubClassOf learnedClass, stefan Type father]
Removing axiom: male and (father or (hasChild some male)) SubClassOf learnedClass 4 more removed: [male and (father or (hasChild some male)) SubClassOf learnedClass, father SubClassOf male, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some male)) SubClassOf learnedClass
Removing axiom: stefan Type father 4 more removed: [male and (father or (hasChild some male)) SubClassOf learnedClass, father SubClassOf male, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan Type father
Removing axiom: stefan Type male 4 more removed: [male and (father or (hasChild some male)) SubClassOf learnedClass, father SubClassOf male, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan Type male
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: hasChild Domain person 4 more removed: [male and (father or (hasChild some male)) SubClassOf learnedClass, father SubClassOf male, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Domain person
Query 2 of 4 (50%)
Positive Example: martin Type learnedClass
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({martin})
Axiom: martin type learnedClass
Explanation(s):
1) martin hasChild heinz
hasChild range person
hasChild some person subClassOf learnedClass
MUPS 1: [martin hasChild heinz, hasChild Range person, hasChild some person SubClassOf learnedClass]
Removing axiom: martin hasChild heinz 0 more removed: []
2) martin type male
( male
and ( father
or hasChild some male
)
) subClassOf learnedClass
martin type father
MUPS 2: [martin Type male, male and (father or (hasChild some male)) SubClassOf learnedClass, martin Type father]
Removing axiom: martin Type male 1 more removed: [martin hasChild heinz]
3) father subClassOf male
( male
and ( father
or hasChild some male
)
) subClassOf learnedClass
martin type father
MUPS 3: [father SubClassOf male, male and (father or (hasChild some male)) SubClassOf learnedClass, martin Type father]
Removing axiom: male and (father or (hasChild some male)) SubClassOf learnedClass 2 more removed: [martin Type male, martin hasChild heinz]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some male)) SubClassOf learnedClass
Removing axiom: martin Type father 3 more removed: [martin Type male, male and (father or (hasChild some male)) SubClassOf learnedClass, martin hasChild heinz]
Stop - satisfiable (early termination)
Restoring axiom: martin Type father
Removing axiom: father SubClassOf male 3 more removed: [martin Type male, male and (father or (hasChild some male)) SubClassOf learnedClass, martin hasChild heinz]
Stop - satisfiable (early termination)
Restoring axiom: father SubClassOf male
Restoring axiom: martin Type male
Removing axiom: male and (father or (hasChild some male)) SubClassOf learnedClass 3 more removed: [male and (father or (hasChild some male)) SubClassOf learnedClass, father SubClassOf male, martin hasChild heinz]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some male)) SubClassOf learnedClass
Removing axiom: martin Type father 3 more removed: [male and (father or (hasChild some male)) SubClassOf learnedClass, father SubClassOf male, martin hasChild heinz]
Stop - satisfiable (early termination)
Restoring axiom: martin Type father
Restoring axiom: martin hasChild heinz
Removing axiom: hasChild Range person 2 more removed: [male and (father or (hasChild some male)) SubClassOf learnedClass, father SubClassOf male]
4) heinz type male
male subClassOf person
martin hasChild heinz
hasChild some person subClassOf learnedClass
MUPS 4: [heinz Type male, male SubClassOf person, martin hasChild heinz, hasChild some person SubClassOf learnedClass]
Removing axiom: martin hasChild heinz 3 more removed: [male and (father or (hasChild some male)) SubClassOf learnedClass, father SubClassOf male, hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: martin hasChild heinz
Removing axiom: hasChild some person SubClassOf learnedClass 3 more removed: [male and (father or (hasChild some male)) SubClassOf learnedClass, father SubClassOf male, hasChild Range person]
MUPS 4: [martin Type male, male and (father or (hasChild some male)) SubClassOf learnedClass, martin Type father]
Removing axiom: male and (father or (hasChild some male)) SubClassOf learnedClass 4 more removed: [male and (father or (hasChild some male)) SubClassOf learnedClass, father SubClassOf male, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some male)) SubClassOf learnedClass
Removing axiom: martin Type father 4 more removed: [male and (father or (hasChild some male)) SubClassOf learnedClass, father SubClassOf male, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: martin Type father
Removing axiom: martin Type male 4 more removed: [male and (father or (hasChild some male)) SubClassOf learnedClass, father SubClassOf male, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: martin Type male
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: heinz Type male 4 more removed: [male and (father or (hasChild some male)) SubClassOf learnedClass, father SubClassOf male, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: heinz Type male
Removing axiom: male SubClassOf person 4 more removed: [male and (father or (hasChild some male)) SubClassOf learnedClass, father SubClassOf male, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: male SubClassOf person
Restoring axiom: hasChild Range person
Removing axiom: hasChild some person SubClassOf learnedClass 5 more removed: [male and (father or (hasChild some male)) SubClassOf learnedClass, father SubClassOf male, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild some person SubClassOf learnedClass
Query 3 of 4 (75%)
Positive Example: markus Type learnedClass
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({markus})
Axiom: markus type learnedClass
Explanation(s):
1) markus hasChild anna
hasChild range person
hasChild some person subClassOf learnedClass
MUPS 1: [markus hasChild anna, hasChild Range person, hasChild some person SubClassOf learnedClass]
Removing axiom: markus hasChild anna 0 more removed: []
2) ( male
and ( father
or hasChild some male
)
) subClassOf learnedClass
markus type father
markus type male
MUPS 2: [male and (father or (hasChild some male)) SubClassOf learnedClass, markus Type father, markus Type male]
Removing axiom: male and (father or (hasChild some male)) SubClassOf learnedClass 1 more removed: [markus hasChild anna]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some male)) SubClassOf learnedClass
Removing axiom: markus Type father 2 more removed: [markus hasChild anna, male and (father or (hasChild some male)) SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus Type father
Removing axiom: markus Type male 2 more removed: [markus hasChild anna, male and (father or (hasChild some male)) SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus Type male
Restoring axiom: markus hasChild anna
Removing axiom: hasChild Range person 1 more removed: [male and (father or (hasChild some male)) SubClassOf learnedClass]
3) markus hasChild anna
hasChild domain person
anna hasChild heinz
hasChild some person subClassOf learnedClass
MUPS 3: [markus hasChild anna, hasChild Domain person, anna hasChild heinz, hasChild some person SubClassOf learnedClass]
Removing axiom: markus hasChild anna 2 more removed: [male and (father or (hasChild some male)) SubClassOf learnedClass, hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: markus hasChild anna
Removing axiom: hasChild some person SubClassOf learnedClass 2 more removed: [male and (father or (hasChild some male)) SubClassOf learnedClass, hasChild Range person]
MUPS 3: [male and (father or (hasChild some male)) SubClassOf learnedClass, markus Type father, markus Type male]
Removing axiom: male and (father or (hasChild some male)) SubClassOf learnedClass 3 more removed: [male and (father or (hasChild some male)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some male)) SubClassOf learnedClass
Removing axiom: markus Type father 3 more removed: [male and (father or (hasChild some male)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus Type father
Removing axiom: markus Type male 3 more removed: [male and (father or (hasChild some male)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus Type male
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: hasChild Domain person 3 more removed: [male and (father or (hasChild some male)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Domain person
Removing axiom: anna hasChild heinz 4 more removed: [male and (father or (hasChild some male)) SubClassOf learnedClass, hasChild Domain person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: anna hasChild heinz
Restoring axiom: hasChild Range person
Removing axiom: hasChild some person SubClassOf learnedClass 4 more removed: [male and (father or (hasChild some male)) SubClassOf learnedClass, hasChild Domain person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild some person SubClassOf learnedClass
Query 4 of 4 (100%)
Negative Example: heinz Type not (learnedClass)
Get 2147483647 explanation(s) for: (not (not (learnedClass))) and ({heinz})
Axiom: heinz type not learnedClass
Explanation: AXIOM IS NOT ENTAILED!
Trying the second method...
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({heinz})
Axiom: heinz type learnedClass
Explanation: AXIOM IS NOT ENTAILED!
Explanations founding completed (BDDs computed)
Start EM Algorithm
- n. of probabilistic axioms: 10
- n. of examples: 4
stefan Type learnedClass - prob: 0.58824 - tag: 1 - #vars: 5
martin Type learnedClass - prob: 0.58459 - tag: 2 - #vars: 5
markus Type learnedClass - prob: 0.58824 - tag: 3 - #vars: 4
heinz Type learnedClass - prob: 1.00000 - tag: 4 - #vars: 0
EM cycle: 0
EM cycle: 1
Log-likelihood: -1.59810 cycle: 1
EM cycle: 2
Log-likelihood: -0.50132 cycle: 2
EM cycle: 3
Log-likelihood: -0.36236 cycle: 3
EM cycle: 4
Log-likelihood: -0.30119 cycle: 4
EM cycle: 5
Log-likelihood: -0.26528 cycle: 5
EM cycle: 6
Log-likelihood: -0.24101 cycle: 6
EM cycle: 7
Log-likelihood: -0.22327 cycle: 7
EM cycle: 8
Log-likelihood: -0.20956 cycle: 8
EM cycle: 9
Log-likelihood: -0.19857 cycle: 9
EM cycle: 10
Log-likelihood: -0.18949 cycle: 10
EM cycle: 11
Log-likelihood: -0.18182 cycle: 11
EM cycle: 12
Log-likelihood: -0.17527 cycle: 12
EM cycle: 13
Log-likelihood: -0.16952 cycle: 13
EM cycle: 14
Log-likelihood: -0.16447 cycle: 14
EM cycle: 15
Log-likelihood: -0.15996 cycle: 15
EM cycle: 16
Log-likelihood: -0.15594 cycle: 16
EM cycle: 17
Log-likelihood: -0.15229 cycle: 17
EM cycle: 18
Log-likelihood: -0.14894 cycle: 18
EM cycle: 19
Log-likelihood: -0.14589 cycle: 19
EM cycle: 20
Log-likelihood: -0.14308 cycle: 20
EM cycle: 21
Log-likelihood: -0.14049 cycle: 21
EM cycle: 22
Log-likelihood: -0.13810 cycle: 22
EM cycle: 23
Log-likelihood: -0.13587 cycle: 23
EM cycle: 24
Log-likelihood: -0.13373 cycle: 24
EM cycle: 25
Log-likelihood: -0.13179 cycle: 25
EM cycle: 26
Log-likelihood: -0.12997 cycle: 26
EM cycle: 27
Log-likelihood: -0.12819 cycle: 27
EM cycle: 28
Log-likelihood: -0.12653 cycle: 28
EM cycle: 29
Log-likelihood: -0.12498 cycle: 29
EM cycle: 30
Log-likelihood: -0.12350 cycle: 30
EM cycle: 31
Log-likelihood: -0.12210 cycle: 31
EM cycle: 32
Log-likelihood: -0.12076 cycle: 32
EM cycle: 33
Log-likelihood: -0.11949 cycle: 33
EM cycle: 34
Log-likelihood: -0.11828 cycle: 34
EM cycle: 35
Log-likelihood: -0.11706 cycle: 35
EM cycle: 36
Log-likelihood: -0.11596 cycle: 36
EM cycle: 37
Log-likelihood: -0.11493 cycle: 37
EM cycle: 38
Log-likelihood: -0.11388 cycle: 38
EM cycle: 39
Log-likelihood: -0.11288 cycle: 39
EM cycle: 40
Log-likelihood: -0.11194 cycle: 40
EM cycle: 41
Log-likelihood: -0.11100 cycle: 41
EM cycle: 42
Log-likelihood: -0.11012 cycle: 42
EM cycle: 43
Log-likelihood: -0.10926 cycle: 43
EM cycle: 44
Log-likelihood: -0.10844 cycle: 44
EM cycle: 45
Log-likelihood: -0.10765 cycle: 45
EM cycle: 46
Log-likelihood: -0.10688 cycle: 46
EM cycle: 47
Log-likelihood: -0.10611 cycle: 47
EM cycle: 48
Log-likelihood: -0.10538 cycle: 48
EM cycle: 49
Log-likelihood: -0.10469 cycle: 49
EM cycle: 50
Log-likelihood: -0.10402 cycle: 50
EM cycle: 51
Log-likelihood: -0.10336 cycle: 51
EM cycle: 52
Log-likelihood: -0.10271 cycle: 52
EM cycle: 53
Log-likelihood: -0.10210 cycle: 53
EM cycle: 54
Log-likelihood: -0.10147 cycle: 54
EM cycle: 55
Log-likelihood: -0.10086 cycle: 55
EM cycle: 56
Log-likelihood: -0.10031 cycle: 56
EM cycle: 57
Log-likelihood: -0.09974 cycle: 57
EM cycle: 58
Log-likelihood: -0.09921 cycle: 58
EM cycle: 59
Log-likelihood: -0.09865 cycle: 59
EM cycle: 60
Log-likelihood: -0.09814 cycle: 60
EM cycle: 61
Log-likelihood: -0.09762 cycle: 61
EM cycle: 62
Log-likelihood: -0.09712 cycle: 62
EM cycle: 63
Log-likelihood: -0.09663 cycle: 63
EM cycle: 64
Log-likelihood: -0.09618 cycle: 64
EM cycle: 65
Log-likelihood: -0.09573 cycle: 65
EM cycle: 66
Log-likelihood: -0.09524 cycle: 66
EM cycle: 67
Log-likelihood: -0.09480 cycle: 67
EM cycle: 68
Log-likelihood: -0.09437 cycle: 68
EM cycle: 69
Log-likelihood: -0.09395 cycle: 69
EM cycle: 70
Log-likelihood: -0.09353 cycle: 70
EM cycle: 71
Log-likelihood: -0.09313 cycle: 71
EM cycle: 72
Log-likelihood: -0.09274 cycle: 72
EM cycle: 73
Log-likelihood: -0.09234 cycle: 73
EM cycle: 74
Log-likelihood: -0.09196 cycle: 74
EM cycle: 75
Log-likelihood: -0.09156 cycle: 75
EM cycle: 76
Log-likelihood: -0.09121 cycle: 76
EM cycle: 77
Log-likelihood: -0.09084 cycle: 77
EM cycle: 78
Log-likelihood: -0.09049 cycle: 78
EM cycle: 79
Log-likelihood: -0.09016 cycle: 79
EM cycle: 80
Log-likelihood: -0.08980 cycle: 80
EM cycle: 81
Log-likelihood: -0.08945 cycle: 81
EM cycle: 82
Log-likelihood: -0.08914 cycle: 82
EM cycle: 83
Log-likelihood: -0.08881 cycle: 83
EM cycle: 84
Log-likelihood: -0.08847 cycle: 84
EM cycle: 85
Log-likelihood: -0.08817 cycle: 85
EM cycle: 86
Log-likelihood: -0.08787 cycle: 86
EM cycle: 87
Log-likelihood: -0.08756 cycle: 87
EM cycle: 88
Log-likelihood: -0.08726 cycle: 88
EM cycle: 89
Log-likelihood: -0.08697 cycle: 89
EM cycle: 90
Log-likelihood: -0.08665 cycle: 90
EM cycle: 91
Log-likelihood: -0.08637 cycle: 91
EM completed.
Final Log-Likelihood: -0.08637
Name | Total (ms)
===========================
main | 55
init | 1
Bundle | 45
Bundle.init | 0
Bundle.explain | 41
Bundle.BDDCalc | 1
EM | 9
INFO (LEAP.java:214) - Current Log-Likelihood: -0.08637
Current Log-Likelihood: -0.08637
INFO (LEAP.java:302) - Log-Likelihood worsened. Removing Last Axioms...
Log-Likelihood worsened. Removing Last Axioms...
INFO (LEAP.java:202) - Adding axiom: male and (father or (hasChild some female)) SubClassOf learnedClass
Adding axiom: male and (father or (hasChild some female)) SubClassOf learnedClass
INFO (LEAP.java:211) - Running parameter learner
Running parameter learner
Initializing...
Preparing Probability map...
Preparing Probability Map...
Random Seed set to: 0
Created 10 probabilistic axiom
Probability Map computed. Size: 10
Initialization completed
Start finding explanations for every example (Computing BDDs)...
Query 1 of 4 (25%)
Positive Example: stefan Type learnedClass
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({stefan})
Axiom: stefan type learnedClass
Explanation(s):
1) markus hasChild anna
hasChild domain person
stefan hasChild markus
hasChild some person subClassOf learnedClass
MUPS 1: [markus hasChild anna, hasChild Domain person, stefan hasChild markus, hasChild some person SubClassOf learnedClass]
Removing axiom: markus hasChild anna 0 more removed: []
2) stefan hasChild markus
hasChild range person
hasChild some person subClassOf learnedClass
MUPS 2: [stefan hasChild markus, hasChild Range person, hasChild some person SubClassOf learnedClass]
Removing axiom: stefan hasChild markus 1 more removed: [markus hasChild anna]
3) stefan type male
stefan type father
( male
and ( father
or hasChild some female
)
) subClassOf learnedClass
MUPS 3: [stefan Type male, stefan Type father, male and (father or (hasChild some female)) SubClassOf learnedClass]
Removing axiom: stefan Type male 2 more removed: [markus hasChild anna, stefan hasChild markus]
4) father subClassOf male
stefan type father
( male
and ( father
or hasChild some female
)
) subClassOf learnedClass
MUPS 4: [father SubClassOf male, stefan Type father, male and (father or (hasChild some female)) SubClassOf learnedClass]
Removing axiom: stefan Type father 3 more removed: [stefan Type male, markus hasChild anna, stefan hasChild markus]
Stop - satisfiable
Restoring axiom: stefan Type father
Removing axiom: male and (father or (hasChild some female)) SubClassOf learnedClass 3 more removed: [stefan Type male, markus hasChild anna, stefan hasChild markus]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some female)) SubClassOf learnedClass
Removing axiom: father SubClassOf male 4 more removed: [stefan Type male, markus hasChild anna, stefan hasChild markus, male and (father or (hasChild some female)) SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: father SubClassOf male
Restoring axiom: stefan Type male
Removing axiom: stefan Type father 4 more removed: [markus hasChild anna, father SubClassOf male, stefan hasChild markus, male and (father or (hasChild some female)) SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: stefan Type father
Removing axiom: male and (father or (hasChild some female)) SubClassOf learnedClass 4 more removed: [markus hasChild anna, father SubClassOf male, stefan hasChild markus, male and (father or (hasChild some female)) SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some female)) SubClassOf learnedClass
Restoring axiom: stefan hasChild markus
Removing axiom: hasChild some person SubClassOf learnedClass 3 more removed: [markus hasChild anna, father SubClassOf male, male and (father or (hasChild some female)) SubClassOf learnedClass]
MUPS 4: [stefan Type male, stefan Type father, male and (father or (hasChild some female)) SubClassOf learnedClass]
Removing axiom: stefan Type father 4 more removed: [markus hasChild anna, father SubClassOf male, male and (father or (hasChild some female)) SubClassOf learnedClass, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: stefan Type father
Removing axiom: male and (father or (hasChild some female)) SubClassOf learnedClass 4 more removed: [markus hasChild anna, father SubClassOf male, male and (father or (hasChild some female)) SubClassOf learnedClass, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some female)) SubClassOf learnedClass
Removing axiom: stefan Type male 4 more removed: [markus hasChild anna, father SubClassOf male, male and (father or (hasChild some female)) SubClassOf learnedClass, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan Type male
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: hasChild Range person 4 more removed: [markus hasChild anna, father SubClassOf male, male and (father or (hasChild some female)) SubClassOf learnedClass, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Range person
Restoring axiom: markus hasChild anna
Removing axiom: stefan hasChild markus 4 more removed: [father SubClassOf male, hasChild Range person, male and (father or (hasChild some female)) SubClassOf learnedClass, hasChild some person SubClassOf learnedClass]
MUPS 4: [stefan Type male, stefan Type father, male and (father or (hasChild some female)) SubClassOf learnedClass]
Removing axiom: stefan Type father 5 more removed: [father SubClassOf male, stefan hasChild markus, hasChild Range person, male and (father or (hasChild some female)) SubClassOf learnedClass, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: stefan Type father
Removing axiom: male and (father or (hasChild some female)) SubClassOf learnedClass 5 more removed: [father SubClassOf male, stefan hasChild markus, hasChild Range person, male and (father or (hasChild some female)) SubClassOf learnedClass, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some female)) SubClassOf learnedClass
Removing axiom: stefan Type male 5 more removed: [father SubClassOf male, stefan hasChild markus, hasChild Range person, male and (father or (hasChild some female)) SubClassOf learnedClass, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan Type male
Restoring axiom: stefan hasChild markus
Removing axiom: hasChild some person SubClassOf learnedClass 4 more removed: [father SubClassOf male, hasChild Range person, male and (father or (hasChild some female)) SubClassOf learnedClass, hasChild some person SubClassOf learnedClass]
MUPS 4: [stefan Type male, stefan Type father, male and (father or (hasChild some female)) SubClassOf learnedClass]
Removing axiom: stefan Type father 4 more removed: [father SubClassOf male, hasChild Range person, male and (father or (hasChild some female)) SubClassOf learnedClass, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: stefan Type father
Removing axiom: male and (father or (hasChild some female)) SubClassOf learnedClass 4 more removed: [father SubClassOf male, hasChild Range person, male and (father or (hasChild some female)) SubClassOf learnedClass, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some female)) SubClassOf learnedClass
Removing axiom: stefan Type male 4 more removed: [father SubClassOf male, hasChild Range person, male and (father or (hasChild some female)) SubClassOf learnedClass, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan Type male
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: hasChild Domain person 4 more removed: [father SubClassOf male, hasChild Range person, male and (father or (hasChild some female)) SubClassOf learnedClass, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Domain person
Query 2 of 4 (50%)
Positive Example: martin Type learnedClass
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({martin})
Axiom: martin type learnedClass
Explanation(s):
1) martin hasChild heinz
hasChild range person
hasChild some person subClassOf learnedClass
MUPS 1: [martin hasChild heinz, hasChild Range person, hasChild some person SubClassOf learnedClass]
Removing axiom: martin hasChild heinz 0 more removed: []
2) martin type male
martin type father
( male
and ( father
or hasChild some female
)
) subClassOf learnedClass
MUPS 2: [martin Type male, martin Type father, male and (father or (hasChild some female)) SubClassOf learnedClass]
Removing axiom: martin Type male 1 more removed: [martin hasChild heinz]
3) father subClassOf male
martin type father
( male
and ( father
or hasChild some female
)
) subClassOf learnedClass
MUPS 3: [father SubClassOf male, martin Type father, male and (father or (hasChild some female)) SubClassOf learnedClass]
Removing axiom: martin Type father 2 more removed: [martin Type male, martin hasChild heinz]
Stop - satisfiable
Restoring axiom: martin Type father
Removing axiom: male and (father or (hasChild some female)) SubClassOf learnedClass 2 more removed: [martin Type male, martin hasChild heinz]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some female)) SubClassOf learnedClass
Removing axiom: father SubClassOf male 3 more removed: [martin Type male, martin hasChild heinz, male and (father or (hasChild some female)) SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: father SubClassOf male
Restoring axiom: martin Type male
Removing axiom: martin Type father 3 more removed: [father SubClassOf male, martin hasChild heinz, male and (father or (hasChild some female)) SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: martin Type father
Removing axiom: male and (father or (hasChild some female)) SubClassOf learnedClass 3 more removed: [father SubClassOf male, martin hasChild heinz, male and (father or (hasChild some female)) SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some female)) SubClassOf learnedClass
Restoring axiom: martin hasChild heinz
Removing axiom: hasChild Range person 2 more removed: [father SubClassOf male, male and (father or (hasChild some female)) SubClassOf learnedClass]
4) heinz type male
male subClassOf person
martin hasChild heinz
hasChild some person subClassOf learnedClass
MUPS 4: [heinz Type male, male SubClassOf person, martin hasChild heinz, hasChild some person SubClassOf learnedClass]
Removing axiom: martin hasChild heinz 3 more removed: [father SubClassOf male, hasChild Range person, male and (father or (hasChild some female)) SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: martin hasChild heinz
Removing axiom: hasChild some person SubClassOf learnedClass 3 more removed: [father SubClassOf male, hasChild Range person, male and (father or (hasChild some female)) SubClassOf learnedClass]
MUPS 4: [martin Type male, martin Type father, male and (father or (hasChild some female)) SubClassOf learnedClass]
Removing axiom: martin Type father 4 more removed: [father SubClassOf male, hasChild Range person, male and (father or (hasChild some female)) SubClassOf learnedClass, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: martin Type father
Removing axiom: male and (father or (hasChild some female)) SubClassOf learnedClass 4 more removed: [father SubClassOf male, hasChild Range person, male and (father or (hasChild some female)) SubClassOf learnedClass, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some female)) SubClassOf learnedClass
Removing axiom: martin Type male 4 more removed: [father SubClassOf male, hasChild Range person, male and (father or (hasChild some female)) SubClassOf learnedClass, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: martin Type male
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: heinz Type male 4 more removed: [father SubClassOf male, hasChild Range person, male and (father or (hasChild some female)) SubClassOf learnedClass, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: heinz Type male
Removing axiom: male SubClassOf person 4 more removed: [father SubClassOf male, hasChild Range person, male and (father or (hasChild some female)) SubClassOf learnedClass, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: male SubClassOf person
Restoring axiom: hasChild Range person
Removing axiom: hasChild some person SubClassOf learnedClass 5 more removed: [father SubClassOf male, male SubClassOf person, hasChild Range person, male and (father or (hasChild some female)) SubClassOf learnedClass, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild some person SubClassOf learnedClass
Query 3 of 4 (75%)
Positive Example: markus Type learnedClass
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({markus})
Axiom: markus type learnedClass
Explanation(s):
1) markus hasChild anna
hasChild range person
hasChild some person subClassOf learnedClass
MUPS 1: [markus hasChild anna, hasChild Range person, hasChild some person SubClassOf learnedClass]
Removing axiom: markus hasChild anna 0 more removed: []
2) markus type father
markus type male
( male
and ( father
or hasChild some female
)
) subClassOf learnedClass
MUPS 2: [markus Type father, markus Type male, male and (father or (hasChild some female)) SubClassOf learnedClass]
Removing axiom: markus Type father 1 more removed: [markus hasChild anna]
Stop - satisfiable
Restoring axiom: markus Type father
Removing axiom: markus Type male 1 more removed: [markus hasChild anna]
3) father subClassOf male
markus type father
( male
and ( father
or hasChild some female
)
) subClassOf learnedClass
MUPS 3: [father SubClassOf male, markus Type father, male and (father or (hasChild some female)) SubClassOf learnedClass]
Removing axiom: markus Type father 2 more removed: [markus hasChild anna, markus Type male]
Stop - satisfiable (early termination)
Restoring axiom: markus Type father
Removing axiom: male and (father or (hasChild some female)) SubClassOf learnedClass 2 more removed: [markus hasChild anna, markus Type male]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some female)) SubClassOf learnedClass
Removing axiom: father SubClassOf male 3 more removed: [markus hasChild anna, markus Type male, male and (father or (hasChild some female)) SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: father SubClassOf male
Restoring axiom: markus Type male
Removing axiom: male and (father or (hasChild some female)) SubClassOf learnedClass 3 more removed: [markus hasChild anna, father SubClassOf male, male and (father or (hasChild some female)) SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some female)) SubClassOf learnedClass
Restoring axiom: markus hasChild anna
Removing axiom: hasChild Range person 2 more removed: [father SubClassOf male, male and (father or (hasChild some female)) SubClassOf learnedClass]
4) markus hasChild anna
hasChild domain person
anna hasChild heinz
hasChild some person subClassOf learnedClass
MUPS 4: [markus hasChild anna, hasChild Domain person, anna hasChild heinz, hasChild some person SubClassOf learnedClass]
Removing axiom: markus hasChild anna 3 more removed: [father SubClassOf male, hasChild Range person, male and (father or (hasChild some female)) SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus hasChild anna
Removing axiom: hasChild some person SubClassOf learnedClass 3 more removed: [father SubClassOf male, hasChild Range person, male and (father or (hasChild some female)) SubClassOf learnedClass]
MUPS 4: [markus Type father, markus Type male, male and (father or (hasChild some female)) SubClassOf learnedClass]
Removing axiom: markus Type father 4 more removed: [father SubClassOf male, hasChild Range person, male and (father or (hasChild some female)) SubClassOf learnedClass, hasChild some person SubClassOf learnedClass]
5) markus hasChild anna
markus type male
anna type female
( male
and ( father
or hasChild some female
)
) subClassOf learnedClass
MUPS 5: [markus hasChild anna, markus Type male, anna Type female, male and (father or (hasChild some female)) SubClassOf learnedClass]
Removing axiom: markus hasChild anna 5 more removed: [father SubClassOf male, markus Type father, hasChild Range person, male and (father or (hasChild some female)) SubClassOf learnedClass, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus hasChild anna
Removing axiom: male and (father or (hasChild some female)) SubClassOf learnedClass 5 more removed: [father SubClassOf male, markus Type father, hasChild Range person, male and (father or (hasChild some female)) SubClassOf learnedClass, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some female)) SubClassOf learnedClass
Removing axiom: markus Type male 5 more removed: [father SubClassOf male, markus Type father, hasChild Range person, male and (father or (hasChild some female)) SubClassOf learnedClass, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus Type male
Removing axiom: anna Type female 5 more removed: [father SubClassOf male, markus Type father, hasChild Range person, male and (father or (hasChild some female)) SubClassOf learnedClass, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: anna Type female
Restoring axiom: markus Type father
Removing axiom: male and (father or (hasChild some female)) SubClassOf learnedClass 4 more removed: [father SubClassOf male, hasChild Range person, male and (father or (hasChild some female)) SubClassOf learnedClass, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some female)) SubClassOf learnedClass
Removing axiom: markus Type male 4 more removed: [father SubClassOf male, hasChild Range person, male and (father or (hasChild some female)) SubClassOf learnedClass, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus Type male
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: hasChild Domain person 4 more removed: [father SubClassOf male, hasChild Range person, male and (father or (hasChild some female)) SubClassOf learnedClass, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Domain person
Removing axiom: anna hasChild heinz 5 more removed: [father SubClassOf male, hasChild Domain person, hasChild Range person, male and (father or (hasChild some female)) SubClassOf learnedClass, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: anna hasChild heinz
Restoring axiom: hasChild Range person
Removing axiom: hasChild some person SubClassOf learnedClass 5 more removed: [father SubClassOf male, hasChild Domain person, hasChild Range person, male and (father or (hasChild some female)) SubClassOf learnedClass, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild some person SubClassOf learnedClass
Query 4 of 4 (100%)
Negative Example: heinz Type not (learnedClass)
Get 2147483647 explanation(s) for: (not (not (learnedClass))) and ({heinz})
Axiom: heinz type not learnedClass
Explanation: AXIOM IS NOT ENTAILED!
Trying the second method...
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({heinz})
Axiom: heinz type learnedClass
Explanation: AXIOM IS NOT ENTAILED!
Explanations founding completed (BDDs computed)
Start EM Algorithm
- n. of probabilistic axioms: 10
- n. of examples: 4
stefan Type learnedClass - prob: 0.58824 - tag: 1 - #vars: 5
martin Type learnedClass - prob: 0.58459 - tag: 2 - #vars: 5
markus Type learnedClass - prob: 0.58824 - tag: 3 - #vars: 5
heinz Type learnedClass - prob: 1.00000 - tag: 4 - #vars: 0
EM cycle: 0
EM cycle: 1
Log-likelihood: -1.59810 cycle: 1
EM cycle: 2
Log-likelihood: -0.50132 cycle: 2
EM cycle: 3
Log-likelihood: -0.36236 cycle: 3
EM cycle: 4
Log-likelihood: -0.30119 cycle: 4
EM cycle: 5
Log-likelihood: -0.26528 cycle: 5
EM cycle: 6
Log-likelihood: -0.24101 cycle: 6
EM cycle: 7
Log-likelihood: -0.22327 cycle: 7
EM cycle: 8
Log-likelihood: -0.20956 cycle: 8
EM cycle: 9
Log-likelihood: -0.19857 cycle: 9
EM cycle: 10
Log-likelihood: -0.18949 cycle: 10
EM cycle: 11
Log-likelihood: -0.18182 cycle: 11
EM cycle: 12
Log-likelihood: -0.17527 cycle: 12
EM cycle: 13
Log-likelihood: -0.16952 cycle: 13
EM cycle: 14
Log-likelihood: -0.16447 cycle: 14
EM cycle: 15
Log-likelihood: -0.15996 cycle: 15
EM cycle: 16
Log-likelihood: -0.15594 cycle: 16
EM cycle: 17
Log-likelihood: -0.15229 cycle: 17
EM cycle: 18
Log-likelihood: -0.14894 cycle: 18
EM cycle: 19
Log-likelihood: -0.14589 cycle: 19
EM cycle: 20
Log-likelihood: -0.14308 cycle: 20
EM cycle: 21
Log-likelihood: -0.14049 cycle: 21
EM cycle: 22
Log-likelihood: -0.13810 cycle: 22
EM cycle: 23
Log-likelihood: -0.13587 cycle: 23
EM cycle: 24
Log-likelihood: -0.13373 cycle: 24
EM cycle: 25
Log-likelihood: -0.13179 cycle: 25
EM cycle: 26
Log-likelihood: -0.12997 cycle: 26
EM cycle: 27
Log-likelihood: -0.12819 cycle: 27
EM cycle: 28
Log-likelihood: -0.12653 cycle: 28
EM cycle: 29
Log-likelihood: -0.12498 cycle: 29
EM cycle: 30
Log-likelihood: -0.12350 cycle: 30
EM cycle: 31
Log-likelihood: -0.12210 cycle: 31
EM cycle: 32
Log-likelihood: -0.12076 cycle: 32
EM cycle: 33
Log-likelihood: -0.11949 cycle: 33
EM cycle: 34
Log-likelihood: -0.11828 cycle: 34
EM cycle: 35
Log-likelihood: -0.11706 cycle: 35
EM cycle: 36
Log-likelihood: -0.11596 cycle: 36
EM cycle: 37
Log-likelihood: -0.11493 cycle: 37
EM cycle: 38
Log-likelihood: -0.11388 cycle: 38
EM cycle: 39
Log-likelihood: -0.11288 cycle: 39
EM cycle: 40
Log-likelihood: -0.11194 cycle: 40
EM cycle: 41
Log-likelihood: -0.11100 cycle: 41
EM cycle: 42
Log-likelihood: -0.11012 cycle: 42
EM cycle: 43
Log-likelihood: -0.10926 cycle: 43
EM cycle: 44
Log-likelihood: -0.10844 cycle: 44
EM cycle: 45
Log-likelihood: -0.10765 cycle: 45
EM cycle: 46
Log-likelihood: -0.10688 cycle: 46
EM cycle: 47
Log-likelihood: -0.10611 cycle: 47
EM cycle: 48
Log-likelihood: -0.10538 cycle: 48
EM cycle: 49
Log-likelihood: -0.10469 cycle: 49
EM cycle: 50
Log-likelihood: -0.10402 cycle: 50
EM cycle: 51
Log-likelihood: -0.10336 cycle: 51
EM cycle: 52
Log-likelihood: -0.10271 cycle: 52
EM cycle: 53
Log-likelihood: -0.10210 cycle: 53
EM cycle: 54
Log-likelihood: -0.10147 cycle: 54
EM cycle: 55
Log-likelihood: -0.10086 cycle: 55
EM cycle: 56
Log-likelihood: -0.10031 cycle: 56
EM cycle: 57
Log-likelihood: -0.09974 cycle: 57
EM cycle: 58
Log-likelihood: -0.09921 cycle: 58
EM cycle: 59
Log-likelihood: -0.09865 cycle: 59
EM cycle: 60
Log-likelihood: -0.09814 cycle: 60
EM cycle: 61
Log-likelihood: -0.09762 cycle: 61
EM cycle: 62
Log-likelihood: -0.09712 cycle: 62
EM cycle: 63
Log-likelihood: -0.09663 cycle: 63
EM cycle: 64
Log-likelihood: -0.09618 cycle: 64
EM cycle: 65
Log-likelihood: -0.09573 cycle: 65
EM cycle: 66
Log-likelihood: -0.09524 cycle: 66
EM cycle: 67
Log-likelihood: -0.09480 cycle: 67
EM cycle: 68
Log-likelihood: -0.09437 cycle: 68
EM cycle: 69
Log-likelihood: -0.09395 cycle: 69
EM cycle: 70
Log-likelihood: -0.09353 cycle: 70
EM cycle: 71
Log-likelihood: -0.09313 cycle: 71
EM cycle: 72
Log-likelihood: -0.09274 cycle: 72
EM cycle: 73
Log-likelihood: -0.09234 cycle: 73
EM cycle: 74
Log-likelihood: -0.09196 cycle: 74
EM cycle: 75
Log-likelihood: -0.09156 cycle: 75
EM cycle: 76
Log-likelihood: -0.09121 cycle: 76
EM cycle: 77
Log-likelihood: -0.09084 cycle: 77
EM cycle: 78
Log-likelihood: -0.09049 cycle: 78
EM cycle: 79
Log-likelihood: -0.09016 cycle: 79
EM cycle: 80
Log-likelihood: -0.08980 cycle: 80
EM cycle: 81
Log-likelihood: -0.08945 cycle: 81
EM cycle: 82
Log-likelihood: -0.08914 cycle: 82
EM cycle: 83
Log-likelihood: -0.08881 cycle: 83
EM cycle: 84
Log-likelihood: -0.08847 cycle: 84
EM cycle: 85
Log-likelihood: -0.08817 cycle: 85
EM cycle: 86
Log-likelihood: -0.08787 cycle: 86
EM cycle: 87
Log-likelihood: -0.08756 cycle: 87
EM cycle: 88
Log-likelihood: -0.08726 cycle: 88
EM cycle: 89
Log-likelihood: -0.08697 cycle: 89
EM cycle: 90
Log-likelihood: -0.08665 cycle: 90
EM cycle: 91
Log-likelihood: -0.08637 cycle: 91
EM completed.
Final Log-Likelihood: -0.08637
Name | Total (ms)
===========================
main | 67
init | 1
Bundle | 57
Bundle.init | 0
Bundle.explain | 56
Bundle.BDDCalc | 0
EM | 9
INFO (LEAP.java:214) - Current Log-Likelihood: -0.08637
Current Log-Likelihood: -0.08637
INFO (LEAP.java:302) - Log-Likelihood worsened. Removing Last Axioms...
Log-Likelihood worsened. Removing Last Axioms...
INFO (LEAP.java:202) - Adding axiom: male and (father or (hasChild some father)) SubClassOf learnedClass
Adding axiom: male and (father or (hasChild some father)) SubClassOf learnedClass
INFO (LEAP.java:211) - Running parameter learner
Running parameter learner
Initializing...
Preparing Probability map...
Preparing Probability Map...
Random Seed set to: 0
Created 10 probabilistic axiom
Probability Map computed. Size: 10
Initialization completed
Start finding explanations for every example (Computing BDDs)...
Query 1 of 4 (25%)
Positive Example: stefan Type learnedClass
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({stefan})
Axiom: stefan type learnedClass
Explanation(s):
1) markus hasChild anna
hasChild domain person
stefan hasChild markus
hasChild some person subClassOf learnedClass
MUPS 1: [markus hasChild anna, hasChild Domain person, stefan hasChild markus, hasChild some person SubClassOf learnedClass]
Removing axiom: markus hasChild anna 0 more removed: []
2) stefan hasChild markus
hasChild range person
hasChild some person subClassOf learnedClass
MUPS 2: [stefan hasChild markus, hasChild Range person, hasChild some person SubClassOf learnedClass]
Removing axiom: stefan hasChild markus 1 more removed: [markus hasChild anna]
3) stefan type male
( male
and ( father
or hasChild some father
)
) subClassOf learnedClass
stefan type father
MUPS 3: [stefan Type male, male and (father or (hasChild some father)) SubClassOf learnedClass, stefan Type father]
Removing axiom: stefan Type male 2 more removed: [markus hasChild anna, stefan hasChild markus]
4) father subClassOf male
( male
and ( father
or hasChild some father
)
) subClassOf learnedClass
stefan type father
MUPS 4: [father SubClassOf male, male and (father or (hasChild some father)) SubClassOf learnedClass, stefan Type father]
Removing axiom: male and (father or (hasChild some father)) SubClassOf learnedClass 3 more removed: [stefan Type male, markus hasChild anna, stefan hasChild markus]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some father)) SubClassOf learnedClass
Removing axiom: stefan Type father 4 more removed: [stefan Type male, markus hasChild anna, male and (father or (hasChild some father)) SubClassOf learnedClass, stefan hasChild markus]
Stop - satisfiable (early termination)
Restoring axiom: stefan Type father
Removing axiom: father SubClassOf male 4 more removed: [stefan Type male, markus hasChild anna, male and (father or (hasChild some father)) SubClassOf learnedClass, stefan hasChild markus]
Stop - satisfiable (early termination)
Restoring axiom: father SubClassOf male
Restoring axiom: stefan Type male
Removing axiom: male and (father or (hasChild some father)) SubClassOf learnedClass 4 more removed: [markus hasChild anna, father SubClassOf male, male and (father or (hasChild some father)) SubClassOf learnedClass, stefan hasChild markus]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some father)) SubClassOf learnedClass
Removing axiom: stefan Type father 4 more removed: [markus hasChild anna, father SubClassOf male, male and (father or (hasChild some father)) SubClassOf learnedClass, stefan hasChild markus]
Stop - satisfiable (early termination)
Restoring axiom: stefan Type father
Restoring axiom: stefan hasChild markus
Removing axiom: hasChild some person SubClassOf learnedClass 3 more removed: [markus hasChild anna, father SubClassOf male, male and (father or (hasChild some father)) SubClassOf learnedClass]
MUPS 4: [stefan Type male, male and (father or (hasChild some father)) SubClassOf learnedClass, stefan Type father]
Removing axiom: male and (father or (hasChild some father)) SubClassOf learnedClass 4 more removed: [markus hasChild anna, father SubClassOf male, male and (father or (hasChild some father)) SubClassOf learnedClass, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some father)) SubClassOf learnedClass
Removing axiom: stefan Type father 4 more removed: [markus hasChild anna, father SubClassOf male, male and (father or (hasChild some father)) SubClassOf learnedClass, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan Type father
Removing axiom: stefan Type male 4 more removed: [markus hasChild anna, father SubClassOf male, male and (father or (hasChild some father)) SubClassOf learnedClass, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan Type male
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: hasChild Range person 4 more removed: [markus hasChild anna, father SubClassOf male, male and (father or (hasChild some father)) SubClassOf learnedClass, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Range person
Restoring axiom: markus hasChild anna
Removing axiom: stefan hasChild markus 4 more removed: [father SubClassOf male, male and (father or (hasChild some father)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
MUPS 4: [stefan Type male, male and (father or (hasChild some father)) SubClassOf learnedClass, stefan Type father]
Removing axiom: male and (father or (hasChild some father)) SubClassOf learnedClass 5 more removed: [father SubClassOf male, male and (father or (hasChild some father)) SubClassOf learnedClass, stefan hasChild markus, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some father)) SubClassOf learnedClass
Removing axiom: stefan Type father 5 more removed: [father SubClassOf male, male and (father or (hasChild some father)) SubClassOf learnedClass, stefan hasChild markus, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan Type father
Removing axiom: stefan Type male 5 more removed: [father SubClassOf male, male and (father or (hasChild some father)) SubClassOf learnedClass, stefan hasChild markus, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan Type male
Restoring axiom: stefan hasChild markus
Removing axiom: hasChild some person SubClassOf learnedClass 4 more removed: [father SubClassOf male, male and (father or (hasChild some father)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
MUPS 4: [stefan Type male, male and (father or (hasChild some father)) SubClassOf learnedClass, stefan Type father]
Removing axiom: male and (father or (hasChild some father)) SubClassOf learnedClass 4 more removed: [father SubClassOf male, male and (father or (hasChild some father)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some father)) SubClassOf learnedClass
Removing axiom: stefan Type father 4 more removed: [father SubClassOf male, male and (father or (hasChild some father)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan Type father
Removing axiom: stefan Type male 4 more removed: [father SubClassOf male, male and (father or (hasChild some father)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: stefan Type male
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: hasChild Domain person 4 more removed: [father SubClassOf male, male and (father or (hasChild some father)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Domain person
Query 2 of 4 (50%)
Positive Example: martin Type learnedClass
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({martin})
Axiom: martin type learnedClass
Explanation(s):
1) martin hasChild heinz
hasChild range person
hasChild some person subClassOf learnedClass
MUPS 1: [martin hasChild heinz, hasChild Range person, hasChild some person SubClassOf learnedClass]
Removing axiom: martin hasChild heinz 0 more removed: []
2) martin type male
( male
and ( father
or hasChild some father
)
) subClassOf learnedClass
martin type father
MUPS 2: [martin Type male, male and (father or (hasChild some father)) SubClassOf learnedClass, martin Type father]
Removing axiom: martin Type male 1 more removed: [martin hasChild heinz]
3) father subClassOf male
( male
and ( father
or hasChild some father
)
) subClassOf learnedClass
martin type father
MUPS 3: [father SubClassOf male, male and (father or (hasChild some father)) SubClassOf learnedClass, martin Type father]
Removing axiom: male and (father or (hasChild some father)) SubClassOf learnedClass 2 more removed: [martin Type male, martin hasChild heinz]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some father)) SubClassOf learnedClass
Removing axiom: martin Type father 3 more removed: [martin Type male, male and (father or (hasChild some father)) SubClassOf learnedClass, martin hasChild heinz]
Stop - satisfiable (early termination)
Restoring axiom: martin Type father
Removing axiom: father SubClassOf male 3 more removed: [martin Type male, male and (father or (hasChild some father)) SubClassOf learnedClass, martin hasChild heinz]
Stop - satisfiable (early termination)
Restoring axiom: father SubClassOf male
Restoring axiom: martin Type male
Removing axiom: male and (father or (hasChild some father)) SubClassOf learnedClass 3 more removed: [father SubClassOf male, male and (father or (hasChild some father)) SubClassOf learnedClass, martin hasChild heinz]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some father)) SubClassOf learnedClass
Removing axiom: martin Type father 3 more removed: [father SubClassOf male, male and (father or (hasChild some father)) SubClassOf learnedClass, martin hasChild heinz]
Stop - satisfiable (early termination)
Restoring axiom: martin Type father
Restoring axiom: martin hasChild heinz
Removing axiom: hasChild Range person 2 more removed: [father SubClassOf male, male and (father or (hasChild some father)) SubClassOf learnedClass]
4) heinz type male
male subClassOf person
martin hasChild heinz
hasChild some person subClassOf learnedClass
MUPS 4: [heinz Type male, male SubClassOf person, martin hasChild heinz, hasChild some person SubClassOf learnedClass]
Removing axiom: martin hasChild heinz 3 more removed: [father SubClassOf male, male and (father or (hasChild some father)) SubClassOf learnedClass, hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: martin hasChild heinz
Removing axiom: hasChild some person SubClassOf learnedClass 3 more removed: [father SubClassOf male, male and (father or (hasChild some father)) SubClassOf learnedClass, hasChild Range person]
MUPS 4: [martin Type male, male and (father or (hasChild some father)) SubClassOf learnedClass, martin Type father]
Removing axiom: male and (father or (hasChild some father)) SubClassOf learnedClass 4 more removed: [father SubClassOf male, male and (father or (hasChild some father)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some father)) SubClassOf learnedClass
Removing axiom: martin Type father 4 more removed: [father SubClassOf male, male and (father or (hasChild some father)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: martin Type father
Removing axiom: martin Type male 4 more removed: [father SubClassOf male, male and (father or (hasChild some father)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: martin Type male
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: heinz Type male 4 more removed: [father SubClassOf male, male and (father or (hasChild some father)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: heinz Type male
Removing axiom: male SubClassOf person 4 more removed: [father SubClassOf male, male and (father or (hasChild some father)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: male SubClassOf person
Restoring axiom: hasChild Range person
Removing axiom: hasChild some person SubClassOf learnedClass 5 more removed: [father SubClassOf male, male and (father or (hasChild some father)) SubClassOf learnedClass, male SubClassOf person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild some person SubClassOf learnedClass
Query 3 of 4 (75%)
Positive Example: markus Type learnedClass
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({markus})
Axiom: markus type learnedClass
Explanation(s):
1) markus hasChild anna
hasChild range person
hasChild some person subClassOf learnedClass
MUPS 1: [markus hasChild anna, hasChild Range person, hasChild some person SubClassOf learnedClass]
Removing axiom: markus hasChild anna 0 more removed: []
2) ( male
and ( father
or hasChild some father
)
) subClassOf learnedClass
markus type father
markus type male
MUPS 2: [male and (father or (hasChild some father)) SubClassOf learnedClass, markus Type father, markus Type male]
Removing axiom: male and (father or (hasChild some father)) SubClassOf learnedClass 1 more removed: [markus hasChild anna]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some father)) SubClassOf learnedClass
Removing axiom: markus Type father 2 more removed: [markus hasChild anna, male and (father or (hasChild some father)) SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus Type father
Removing axiom: markus Type male 2 more removed: [markus hasChild anna, male and (father or (hasChild some father)) SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus Type male
Restoring axiom: markus hasChild anna
Removing axiom: hasChild Range person 1 more removed: [male and (father or (hasChild some father)) SubClassOf learnedClass]
3) markus hasChild anna
hasChild domain person
anna hasChild heinz
hasChild some person subClassOf learnedClass
MUPS 3: [markus hasChild anna, hasChild Domain person, anna hasChild heinz, hasChild some person SubClassOf learnedClass]
Removing axiom: markus hasChild anna 2 more removed: [male and (father or (hasChild some father)) SubClassOf learnedClass, hasChild Range person]
Stop - satisfiable (early termination)
Restoring axiom: markus hasChild anna
Removing axiom: hasChild some person SubClassOf learnedClass 2 more removed: [male and (father or (hasChild some father)) SubClassOf learnedClass, hasChild Range person]
MUPS 3: [male and (father or (hasChild some father)) SubClassOf learnedClass, markus Type father, markus Type male]
Removing axiom: male and (father or (hasChild some father)) SubClassOf learnedClass 3 more removed: [male and (father or (hasChild some father)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable
Restoring axiom: male and (father or (hasChild some father)) SubClassOf learnedClass
Removing axiom: markus Type father 3 more removed: [male and (father or (hasChild some father)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus Type father
Removing axiom: markus Type male 3 more removed: [male and (father or (hasChild some father)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: markus Type male
Restoring axiom: hasChild some person SubClassOf learnedClass
Removing axiom: hasChild Domain person 3 more removed: [male and (father or (hasChild some father)) SubClassOf learnedClass, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild Domain person
Removing axiom: anna hasChild heinz 4 more removed: [male and (father or (hasChild some father)) SubClassOf learnedClass, hasChild Domain person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: anna hasChild heinz
Restoring axiom: hasChild Range person
Removing axiom: hasChild some person SubClassOf learnedClass 4 more removed: [male and (father or (hasChild some father)) SubClassOf learnedClass, hasChild Domain person, hasChild Range person, hasChild some person SubClassOf learnedClass]
Stop - satisfiable (early termination)
Restoring axiom: hasChild some person SubClassOf learnedClass
Query 4 of 4 (100%)
Negative Example: heinz Type not (learnedClass)
Get 2147483647 explanation(s) for: (not (not (learnedClass))) and ({heinz})
Axiom: heinz type not learnedClass
Explanation: AXIOM IS NOT ENTAILED!
Trying the second method...
Get 2147483647 explanation(s) for: (not (learnedClass)) and ({heinz})
Axiom: heinz type learnedClass
Explanation: AXIOM IS NOT ENTAILED!
Explanations founding completed (BDDs computed)
Start EM Algorithm
- n. of probabilistic axioms: 10
- n. of examples: 4
stefan Type learnedClass - prob: 0.58824 - tag: 1 - #vars: 5
martin Type learnedClass - prob: 0.58459 - tag: 2 - #vars: 5
markus Type learnedClass - prob: 0.58824 - tag: 3 - #vars: 4
heinz Type learnedClass - prob: 1.00000 - tag: 4 - #vars: 0
EM cycle: 0
EM cycle: 1
Log-likelihood: -1.59810 cycle: 1
EM cycle: 2
Log-likelihood: -0.50132 cycle: 2
EM cycle: 3
Log-likelihood: -0.36236 cycle: 3
EM cycle: 4
Log-likelihood: -0.30119 cycle: 4
EM cycle: 5
Log-likelihood: -0.26528 cycle: 5
EM cycle: 6
Log-likelihood: -0.24101 cycle: 6
EM cycle: 7
Log-likelihood: -0.22327 cycle: 7
EM cycle: 8
Log-likelihood: -0.20956 cycle: 8
EM cycle: 9
Log-likelihood: -0.19857 cycle: 9
EM cycle: 10
Log-likelihood: -0.18949 cycle: 10
EM cycle: 11
Log-likelihood: -0.18182 cycle: 11
EM cycle: 12
Log-likelihood: -0.17527 cycle: 12
EM cycle: 13
Log-likelihood: -0.16952 cycle: 13
EM cycle: 14
Log-likelihood: -0.16447 cycle: 14
EM cycle: 15
Log-likelihood: -0.15996 cycle: 15
EM cycle: 16
Log-likelihood: -0.15594 cycle: 16
EM cycle: 17
Log-likelihood: -0.15229 cycle: 17
EM cycle: 18
Log-likelihood: -0.14894 cycle: 18
EM cycle: 19
Log-likelihood: -0.14589 cycle: 19
EM cycle: 20
Log-likelihood: -0.14308 cycle: 20
EM cycle: 21
Log-likelihood: -0.14049 cycle: 21
EM cycle: 22
Log-likelihood: -0.13810 cycle: 22
EM cycle: 23
Log-likelihood: -0.13587 cycle: 23
EM cycle: 24
Log-likelihood: -0.13373 cycle: 24
EM cycle: 25
Log-likelihood: -0.13179 cycle: 25
EM cycle: 26
Log-likelihood: -0.12997 cycle: 26
EM cycle: 27
Log-likelihood: -0.12819 cycle: 27
EM cycle: 28
Log-likelihood: -0.12653 cycle: 28
EM cycle: 29
Log-likelihood: -0.12498 cycle: 29
EM cycle: 30
Log-likelihood: -0.12350 cycle: 30
EM cycle: 31
Log-likelihood: -0.12210 cycle: 31
EM cycle: 32
Log-likelihood: -0.12076 cycle: 32
EM cycle: 33
Log-likelihood: -0.11949 cycle: 33
EM cycle: 34
Log-likelihood: -0.11828 cycle: 34
EM cycle: 35
Log-likelihood: -0.11706 cycle: 35
EM cycle: 36
Log-likelihood: -0.11596 cycle: 36
EM cycle: 37
Log-likelihood: -0.11493 cycle: 37
EM cycle: 38
Log-likelihood: -0.11388 cycle: 38
EM cycle: 39
Log-likelihood: -0.11288 cycle: 39
EM cycle: 40
Log-likelihood: -0.11194 cycle: 40
EM cycle: 41
Log-likelihood: -0.11100 cycle: 41
EM cycle: 42
Log-likelihood: -0.11012 cycle: 42
EM cycle: 43
Log-likelihood: -0.10926 cycle: 43
EM cycle: 44
Log-likelihood: -0.10844 cycle: 44
EM cycle: 45
Log-likelihood: -0.10765 cycle: 45
EM cycle: 46
Log-likelihood: -0.10688 cycle: 46
EM cycle: 47
Log-likelihood: -0.10611 cycle: 47
EM cycle: 48
Log-likelihood: -0.10538 cycle: 48
EM cycle: 49
Log-likelihood: -0.10469 cycle: 49
EM cycle: 50
Log-likelihood: -0.10402 cycle: 50
EM cycle: 51
Log-likelihood: -0.10336 cycle: 51
EM cycle: 52
Log-likelihood: -0.10271 cycle: 52
EM cycle: 53
Log-likelihood: -0.10210 cycle: 53
EM cycle: 54
Log-likelihood: -0.10147 cycle: 54
EM cycle: 55
Log-likelihood: -0.10086 cycle: 55
EM cycle: 56
Log-likelihood: -0.10031 cycle: 56
EM cycle: 57
Log-likelihood: -0.09974 cycle: 57
EM cycle: 58
Log-likelihood: -0.09921 cycle: 58
EM cycle: 59
Log-likelihood: -0.09865 cycle: 59
EM cycle: 60
Log-likelihood: -0.09814 cycle: 60
EM cycle: 61
Log-likelihood: -0.09762 cycle: 61
EM cycle: 62
Log-likelihood: -0.09712 cycle: 62
EM cycle: 63
Log-likelihood: -0.09663 cycle: 63
EM cycle: 64
Log-likelihood: -0.09618 cycle: 64
EM cycle: 65
Log-likelihood: -0.09573 cycle: 65
EM cycle: 66
Log-likelihood: -0.09524 cycle: 66
EM cycle: 67
Log-likelihood: -0.09480 cycle: 67
EM cycle: 68
Log-likelihood: -0.09437 cycle: 68
EM cycle: 69
Log-likelihood: -0.09395 cycle: 69
EM cycle: 70
Log-likelihood: -0.09353 cycle: 70
EM cycle: 71
Log-likelihood: -0.09313 cycle: 71
EM cycle: 72
Log-likelihood: -0.09274 cycle: 72
EM cycle: 73
Log-likelihood: -0.09234 cycle: 73
EM cycle: 74
Log-likelihood: -0.09196 cycle: 74
EM cycle: 75
Log-likelihood: -0.09156 cycle: 75
EM cycle: 76
Log-likelihood: -0.09121 cycle: 76
EM cycle: 77
Log-likelihood: -0.09084 cycle: 77
EM cycle: 78
Log-likelihood: -0.09049 cycle: 78
EM cycle: 79
Log-likelihood: -0.09016 cycle: 79
EM cycle: 80
Log-likelihood: -0.08980 cycle: 80
EM cycle: 81
Log-likelihood: -0.08945 cycle: 81
EM cycle: 82
Log-likelihood: -0.08914 cycle: 82
EM cycle: 83
Log-likelihood: -0.08881 cycle: 83
EM cycle: 84
Log-likelihood: -0.08847 cycle: 84
EM cycle: 85
Log-likelihood: -0.08817 cycle: 85
EM cycle: 86
Log-likelihood: -0.08787 cycle: 86
EM cycle: 87
Log-likelihood: -0.08756 cycle: 87
EM cycle: 88
Log-likelihood: -0.08726 cycle: 88
EM cycle: 89
Log-likelihood: -0.08697 cycle: 89
EM cycle: 90
Log-likelihood: -0.08665 cycle: 90
EM cycle: 91
Log-likelihood: -0.08637 cycle: 91
EM completed.
Final Log-Likelihood: -0.08637
Name | Total (ms)
===========================
main | 55
init | 1
Bundle | 43
Bundle.init | 0
Bundle.explain | 42
Bundle.BDDCalc | 1
EM | 8
INFO (LEAP.java:214) - Current Log-Likelihood: -0.08637
Current Log-Likelihood: -0.08637
INFO (LEAP.java:302) - Log-Likelihood worsened. Removing Last Axioms...
Log-Likelihood worsened. Removing Last Axioms...
INFO (LEAP.java:108) - Greedy search finished
Greedy search finished
DEBUG (AbstractLEAP.java:330) - Replacing super class "dummyClass" with "classToDescribe"
Replacing super class "dummyClass" with "classToDescribe"
INFO (AbstractLEAP.java:393) - Learned Axiom: hasChild some person SubClassOf father
Learned Axiom: hasChild some person SubClassOf father
DEBUG (AbstractLEAP.java:406) - Replaced all the super classes
Replaced all the super classes
INFO (LEAP.java:126) - Saving the learned ontology
Saving the learned ontology
INFO (AbstractLEAP.java:188) - Main: 10648 ms
Main: 10648 ms
INFO (AbstractLEAP.java:189) - CELOE: 10002 ms
CELOE: 10002 ms
INFO (AbstractLEAP.java:200) - EDGE: 622 ms
EDGE: 622 ms
INFO (AbstractLEAP.java:200) - Bundle: 526 ms
Bundle: 526 ms
INFO (AbstractLEAP.java:200) - BDDCalc: 4 ms
BDDCalc: 4 ms
INFO (AbstractLEAP.java:200) - explain: 495 ms
explain: 495 ms
INFO (AbstractLEAP.java:200) - init: 0 ms
init: 0 ms
INFO (AbstractLEAP.java:200) - EM: 87 ms
EM: 87 ms
INFO (AbstractLEAP.java:200) - init: 4 ms
init: 4 ms
INFO (AbstractLEAP.java:208) - Other: 24 ms
Other: 24 ms
INFO (AbstractLEAP.java:209) - Program client: execution successfully terminated
Program client: execution successfully terminated
Test case 3 - Dummy parameter learner
Injecting object uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl@79ec57b8
Loading file META-INF/services/org.semanticweb.owlapi.model.OWLOntologyIRIMapper
No files found for META-INF/services/org.semanticweb.owlapi.model.OWLOntologyIRIMapper
Injecting values [[]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setIRIMappers(java.util.Set).
Injecting values [[org.semanticweb.owlapi.rio.RioTurtleParserFactory@53e82089, org.semanticweb.owlapi.rio.RioNTriplesParserFactory@40ddf339, org.semanticweb.owlapi.rio.RioN3ParserFactory@57bac3f0, org.semanticweb.owlapi.rio.RioTrixParserFactory@409395b9, org.semanticweb.owlapi.functional.parser.OWLFunctionalSyntaxOWLParserFactory@5e80d5, org.semanticweb.owlapi.krss2.parser.KRSS2OWLParserFactory@4ec27c4c, org.semanticweb.owlapi.rio.RioJsonLDParserFactory@774c5e5c, org.semanticweb.owlapi.rdf.turtle.parser.TurtleOntologyParserFactory@12200670, org.semanticweb.owlapi.rio.RioJsonParserFactory@4cf01c41, org.semanticweb.owlapi.manchestersyntax.parser.ManchesterOWLSyntaxOntologyParserFactory@66a8751a, org.semanticweb.owlapi.rio.RioNQuadsParserFactory@55f6f965, org.semanticweb.owlapi.rio.RioRDFXMLParserFactory@d271a54, org.semanticweb.owlapi.rio.RioRDFaParserFactory@c83ed77, org.semanticweb.owlapi.rio.RioBinaryRdfParserFactory@56ba8e8c, org.semanticweb.owlapi.rdf.rdfxml.parser.RDFXMLParserFactory@78861d9e, org.semanticweb.owlapi.owlxml.parser.OWLXMLParserFactory@257b3561, org.semanticweb.owlapi.rio.RioTrigParserFactory@6ff8e744, org.semanticweb.owlapi.oboformat.OBOFormatOWLAPIParserFactory@6a878778]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyParsers(java.util.Set).
Injecting values [[uk.ac.manchester.cs.owl.owlapi.OWLOntologyFactoryImpl@1eabfad5]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyFactories(java.util.Set).
Injecting values [[org.semanticweb.owlapi.rio.RioNTriplesStorerFactory@61d42275, org.semanticweb.owlapi.rio.RioJsonLDStorerFactory@2a259f6f, org.semanticweb.owlapi.rio.RioTrigStorerFactory@4148ce43, org.semanticweb.owlapi.latex.renderer.LatexStorerFactory@521c67f0, org.semanticweb.owlapi.rio.RioRDFXMLStorerFactory@6614289a, org.semanticweb.owlapi.krss2.renderer.KRSS2OWLSyntaxStorerFactory@2633d09c, org.semanticweb.owlapi.rio.RioNQuadsStorerFactory@670c171c, org.semanticweb.owlapi.rdf.turtle.renderer.TurtleStorerFactory@54f25b42, org.semanticweb.owlapi.owlxml.renderer.OWLXMLStorerFactory@46d69ca4, org.semanticweb.owlapi.rdf.rdfxml.renderer.RDFXMLStorerFactory@416b681c, org.semanticweb.owlapi.rio.RioN3StorerFactory@3df3410a, org.semanticweb.owlapi.functional.renderer.FunctionalSyntaxStorerFactory@5c9b5e62, org.semanticweb.owlapi.rio.RioTrixStorerFactory@46fb9581, org.semanticweb.owlapi.manchestersyntax.renderer.ManchesterSyntaxStorerFactory@3c826498, org.semanticweb.owlapi.dlsyntax.renderer.DLSyntaxHTMLStorerFactory@7d156f8f, org.semanticweb.owlapi.rio.RioBinaryRdfStorerFactory@6207145c, org.semanticweb.owlapi.rio.RioJsonStorerFactory@7ccf6114, org.semanticweb.owlapi.dlsyntax.renderer.DLSyntaxStorerFactory@451af781, org.semanticweb.owlapi.rio.RioTurtleStorerFactory@6fcc0a1, org.semanticweb.owlapi.oboformat.OBOFormatStorerFactory@3749c2b]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyStorers(java.util.Set).
http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl, error message: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl, error message: Property 'entityExpansionLimit' is not recognized.
Total number of triples: 27
Loaded OntologyID(OntologyIRI(<http://example.com/father>) VersionIRI(<null>))
Loaded reasoner: Pellet (com.clarkparsia.pellet.owlapiv3.PelletReasoner)
Materializing TBox...
materialising concepts
[.....] 0%
[=....] 20%
[==...] 40%
[===..] 60%materialising object properties ...
[====.] 80%materialising datatype properties
finished materialising data properties.
...TBox materialised in 1 ms.
classHierarchy: Thing
person
female
male
father
object properties: [hasChild]
Numeric Splits: {}
Debug logger: true
DEBUG (AbstractLEAP.java:129) - getting the individuals
getting the individuals
DEBUG (AbstractLEAP.java:166) - convert the individuals into assertional axioms
convert the individuals into assertional axioms
Injecting object uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl@2792c28
Loading file META-INF/services/org.semanticweb.owlapi.model.OWLOntologyIRIMapper
No files found for META-INF/services/org.semanticweb.owlapi.model.OWLOntologyIRIMapper
Injecting values [[]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setIRIMappers(java.util.Set).
Injecting values [[org.semanticweb.owlapi.rio.RioTurtleParserFactory@646d58cd, org.semanticweb.owlapi.rdf.rdfxml.parser.RDFXMLParserFactory@fb2c2f3, org.semanticweb.owlapi.krss2.parser.KRSS2OWLParserFactory@12532e37, org.semanticweb.owlapi.rio.RioTrigParserFactory@12270a01, org.semanticweb.owlapi.rio.RioJsonParserFactory@5a8b42a3, org.semanticweb.owlapi.functional.parser.OWLFunctionalSyntaxOWLParserFactory@4e3ee457, org.semanticweb.owlapi.owlxml.parser.OWLXMLParserFactory@41b66d1, org.semanticweb.owlapi.manchestersyntax.parser.ManchesterOWLSyntaxOntologyParserFactory@388e4c25, org.semanticweb.owlapi.rio.RioJsonLDParserFactory@351e86b2, org.semanticweb.owlapi.oboformat.OBOFormatOWLAPIParserFactory@148fca83, org.semanticweb.owlapi.rio.RioN3ParserFactory@11582db6, org.semanticweb.owlapi.rio.RioRDFaParserFactory@5649f55, org.semanticweb.owlapi.rdf.turtle.parser.TurtleOntologyParserFactory@401b67a9, org.semanticweb.owlapi.rio.RioRDFXMLParserFactory@558127d2, org.semanticweb.owlapi.rio.RioNQuadsParserFactory@44106e25, org.semanticweb.owlapi.rio.RioTrixParserFactory@4552f905, org.semanticweb.owlapi.rio.RioNTriplesParserFactory@57a5b03, org.semanticweb.owlapi.rio.RioBinaryRdfParserFactory@6fa7ce4]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyParsers(java.util.Set).
Injecting values [[uk.ac.manchester.cs.owl.owlapi.OWLOntologyFactoryImpl@2d2a8819]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyFactories(java.util.Set).
Injecting values [[org.semanticweb.owlapi.dlsyntax.renderer.DLSyntaxStorerFactory@1791e231, org.semanticweb.owlapi.rio.RioTurtleStorerFactory@2133b712, org.semanticweb.owlapi.rio.RioTrixStorerFactory@7d4da729, org.semanticweb.owlapi.rio.RioJsonLDStorerFactory@6b64bf61, org.semanticweb.owlapi.manchestersyntax.renderer.ManchesterSyntaxStorerFactory@5c2a3f0c, org.semanticweb.owlapi.functional.renderer.FunctionalSyntaxStorerFactory@601d9f3a, org.semanticweb.owlapi.rio.RioNQuadsStorerFactory@48da64f2, org.semanticweb.owlapi.rio.RioJsonStorerFactory@1d5bb5c, org.semanticweb.owlapi.rdf.rdfxml.renderer.RDFXMLStorerFactory@4b7e4d14, org.semanticweb.owlapi.oboformat.OBOFormatStorerFactory@55397d15, org.semanticweb.owlapi.dlsyntax.renderer.DLSyntaxHTMLStorerFactory@5ca4c88a, org.semanticweb.owlapi.rio.RioRDFXMLStorerFactory@2aa811f9, org.semanticweb.owlapi.rio.RioTrigStorerFactory@66abb2fa, org.semanticweb.owlapi.rdf.turtle.renderer.TurtleStorerFactory@5d93ff21, org.semanticweb.owlapi.rio.RioNTriplesStorerFactory@60b553f, org.semanticweb.owlapi.krss2.renderer.KRSS2OWLSyntaxStorerFactory@6585df70, org.semanticweb.owlapi.rio.RioN3StorerFactory@7846913f, org.semanticweb.owlapi.owlxml.renderer.OWLXMLStorerFactory@70f91ae3, org.semanticweb.owlapi.rio.RioBinaryRdfStorerFactory@72585e83, org.semanticweb.owlapi.latex.renderer.LatexStorerFactory@51fb5fe6]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyStorers(java.util.Set).
Injecting object uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl@5e360c3b
Loading file META-INF/services/org.semanticweb.owlapi.model.OWLOntologyIRIMapper
No files found for META-INF/services/org.semanticweb.owlapi.model.OWLOntologyIRIMapper
Injecting values [[]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setIRIMappers(java.util.Set).
Injecting values [[org.semanticweb.owlapi.rio.RioTurtleParserFactory@44a44a04, org.semanticweb.owlapi.oboformat.OBOFormatOWLAPIParserFactory@124ff64d, org.semanticweb.owlapi.rio.RioBinaryRdfParserFactory@24ac6fef, org.semanticweb.owlapi.rio.RioRDFXMLParserFactory@3155f190, org.semanticweb.owlapi.rio.RioNTriplesParserFactory@13f36d75, org.semanticweb.owlapi.rio.RioTrigParserFactory@cfb94fd, org.semanticweb.owlapi.rio.RioJsonParserFactory@227b9277, org.semanticweb.owlapi.functional.parser.OWLFunctionalSyntaxOWLParserFactory@360a3106, org.semanticweb.owlapi.rio.RioNQuadsParserFactory@b56d8a7, org.semanticweb.owlapi.manchestersyntax.parser.ManchesterOWLSyntaxOntologyParserFactory@5a63fa71, org.semanticweb.owlapi.rio.RioRDFaParserFactory@6de5ad56, org.semanticweb.owlapi.krss2.parser.KRSS2OWLParserFactory@a6fc1bc, org.semanticweb.owlapi.rdf.turtle.parser.TurtleOntologyParserFactory@5018b56b, org.semanticweb.owlapi.rio.RioJsonLDParserFactory@3cb49121, org.semanticweb.owlapi.rio.RioN3ParserFactory@4c4215d7, org.semanticweb.owlapi.rio.RioTrixParserFactory@4ebd8d2, org.semanticweb.owlapi.owlxml.parser.OWLXMLParserFactory@737ff5c4, org.semanticweb.owlapi.rdf.rdfxml.parser.RDFXMLParserFactory@7e9a836]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyParsers(java.util.Set).
Injecting values [[uk.ac.manchester.cs.owl.owlapi.OWLOntologyFactoryImpl@75aa7703]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyFactories(java.util.Set).
Injecting values [[org.semanticweb.owlapi.manchestersyntax.renderer.ManchesterSyntaxStorerFactory@63a72cc6, org.semanticweb.owlapi.rio.RioJsonStorerFactory@5e05a706, org.semanticweb.owlapi.functional.renderer.FunctionalSyntaxStorerFactory@2c02a007, org.semanticweb.owlapi.rio.RioNQuadsStorerFactory@3a69014e, org.semanticweb.owlapi.rio.RioNTriplesStorerFactory@27746c5e, org.semanticweb.owlapi.dlsyntax.renderer.DLSyntaxStorerFactory@66b90ab3, org.semanticweb.owlapi.latex.renderer.LatexStorerFactory@35d4035f, org.semanticweb.owlapi.owlxml.renderer.OWLXMLStorerFactory@7323c38c, org.semanticweb.owlapi.rio.RioBinaryRdfStorerFactory@79777da7, org.semanticweb.owlapi.dlsyntax.renderer.DLSyntaxHTMLStorerFactory@6f4fc83f, org.semanticweb.owlapi.rio.RioTurtleStorerFactory@54737322, org.semanticweb.owlapi.rio.RioJsonLDStorerFactory@3395c2a7, org.semanticweb.owlapi.rdf.turtle.renderer.TurtleStorerFactory@cef885d, org.semanticweb.owlapi.krss2.renderer.KRSS2OWLSyntaxStorerFactory@61bd0845, org.semanticweb.owlapi.rio.RioN3StorerFactory@7831d1aa, org.semanticweb.owlapi.rio.RioRDFXMLStorerFactory@543ac221, org.semanticweb.owlapi.rio.RioTrigStorerFactory@2270f58d, org.semanticweb.owlapi.rio.RioTrixStorerFactory@50e1f3fc, org.semanticweb.owlapi.rdf.rdfxml.renderer.RDFXMLStorerFactory@56da8847, org.semanticweb.owlapi.oboformat.OBOFormatStorerFactory@16e4db59]] on method public void uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.setOntologyStorers(java.util.Set).
DEBUG (LEAP.java:71) - Starting structure learner LEAP
Starting structure learner LEAP
start class:Thing
more accurate (75.00%) class expression found after 0ms: Thing
computeM
BOOL DPs:[]
Numeric DPs:[]
most general properties:
`hasChild=1
m: {1=[person], 2=[not (father), not (female)], 3=[hasChild some Thing, hasChild only Thing], 4=[hasChild max 0 Thing]}
more accurate (100.00%) class expression found after 2ms: hasChild some person
m for person: {1=[female, male], 2=[not (father), not (female), not (male)], 3=[hasChild some Thing, hasChild only Thing], 4=[hasChild max 0 Thing]}
Algorithm terminated successfully (time: 10s 0ms, 10962 descriptions tested, 7907 nodes in the search tree).
number of retrievals: 11109
retrieval reasoning time: 90ms ( 0ms per retrieval)
number of instance checks: 56 (0 multiple)
instance check reasoning time: 0ms ( 0ms per instance check)
(complex) subsumption checks: 314 (0 multiple)
subsumption reasoning time: 8ms ( 0ms per subsumption check)
overall reasoning time: 99ms
solutions:
1: hasChild some person 100.00%
2: female or (hasChild some person) 100.00%
3: male and (hasChild some person) 100.00%
4: (not (male)) or (hasChild some person) 100.00%
5: (not (female)) and (hasChild some person) 100.00%
6: male and (female or (hasChild some person)) 100.00%
7: male and (father or (hasChild some person)) 100.00%
8: male and (father or (hasChild some male)) 100.00%
9: male and (father or (hasChild some female)) 100.00%
10: male and (father or (hasChild some father)) 100.00%
INFO (LEAP.java:99) - Start greedy search
Start greedy search
DEBUG (LEAP.java:169) - Initial Log-likelihood: -41.44653
Initial Log-likelihood: -41.44653
INFO (DummyParameterLearner.java:150) - Successful creation of the learned ontology
Successful creation of the learned ontology
INFO (DummyParameterLearner.java:151) - Ontology created in 1.0 (ms)
Ontology created in 1.0 (ms)
INFO (LEAP.java:192) - Type of axiom to learn: subClassOf axioms
Type of axiom to learn: subClassOf axioms
INFO (LEAP.java:195) - number of axiom chunks: 10
number of axiom chunks: 10
INFO (LEAP.java:202) - Adding axiom: hasChild some person SubClassOf learnedClass
Adding axiom: hasChild some person SubClassOf learnedClass
INFO (LEAP.java:211) - Running parameter learner
Running parameter learner
INFO (DummyParameterLearner.java:242) - Created 9 probabilistic axiom
Created 9 probabilistic axiom
INFO (DummyParameterLearner.java:247) - Probability Map computed. Size: 9
Probability Map computed. Size: 9
INFO (LEAP.java:214) - Current Log-Likelihood: 0
Current Log-Likelihood: 0
INFO (LEAP.java:254) - Log-Likelihood enhanced. Updating ontologies...
Log-Likelihood enhanced. Updating ontologies...
DEBUG (LEAP.java:318) - Updating ontology
Updating ontology
INFO (DummyParameterLearner.java:150) - Successful creation of the learned ontology
Successful creation of the learned ontology
INFO (DummyParameterLearner.java:151) - Ontology created in 1.0 (ms)
Ontology created in 1.0 (ms)
DEBUG (LEAP.java:321) - Ontology Updated
Ontology Updated
INFO (LEAP.java:202) - Adding axiom: female or (hasChild some person) SubClassOf learnedClass
Adding axiom: female or (hasChild some person) SubClassOf learnedClass
INFO (LEAP.java:211) - Running parameter learner
Running parameter learner
INFO (DummyParameterLearner.java:242) - Created 10 probabilistic axiom
Created 10 probabilistic axiom
INFO (DummyParameterLearner.java:247) - Probability Map computed. Size: 10
Probability Map computed. Size: 10
INFO (LEAP.java:214) - Current Log-Likelihood: 0
Current Log-Likelihood: 0
INFO (LEAP.java:302) - Log-Likelihood worsened. Removing Last Axioms...
Log-Likelihood worsened. Removing Last Axioms...
INFO (LEAP.java:202) - Adding axiom: male and (hasChild some person) SubClassOf learnedClass
Adding axiom: male and (hasChild some person) SubClassOf learnedClass
INFO (LEAP.java:211) - Running parameter learner
Running parameter learner
INFO (DummyParameterLearner.java:242) - Created 10 probabilistic axiom
Created 10 probabilistic axiom
INFO (DummyParameterLearner.java:247) - Probability Map computed. Size: 10
Probability Map computed. Size: 10
INFO (LEAP.java:214) - Current Log-Likelihood: 0
Current Log-Likelihood: 0
INFO (LEAP.java:302) - Log-Likelihood worsened. Removing Last Axioms...
Log-Likelihood worsened. Removing Last Axioms...
INFO (LEAP.java:202) - Adding axiom: (not (male)) or (hasChild some person) SubClassOf learnedClass
Adding axiom: (not (male)) or (hasChild some person) SubClassOf learnedClass
INFO (LEAP.java:211) - Running parameter learner
Running parameter learner
INFO (DummyParameterLearner.java:242) - Created 10 probabilistic axiom
Created 10 probabilistic axiom
INFO (DummyParameterLearner.java:247) - Probability Map computed. Size: 10
Probability Map computed. Size: 10
INFO (LEAP.java:214) - Current Log-Likelihood: 0
Current Log-Likelihood: 0
INFO (LEAP.java:302) - Log-Likelihood worsened. Removing Last Axioms...
Log-Likelihood worsened. Removing Last Axioms...
INFO (LEAP.java:202) - Adding axiom: (not (female)) and (hasChild some person) SubClassOf learnedClass
Adding axiom: (not (female)) and (hasChild some person) SubClassOf learnedClass
INFO (LEAP.java:211) - Running parameter learner
Running parameter learner
INFO (DummyParameterLearner.java:242) - Created 10 probabilistic axiom
Created 10 probabilistic axiom
INFO (DummyParameterLearner.java:247) - Probability Map computed. Size: 10
Probability Map computed. Size: 10
INFO (LEAP.java:214) - Current Log-Likelihood: 0
Current Log-Likelihood: 0
INFO (LEAP.java:302) - Log-Likelihood worsened. Removing Last Axioms...
Log-Likelihood worsened. Removing Last Axioms...
INFO (LEAP.java:202) - Adding axiom: male and (female or (hasChild some person)) SubClassOf learnedClass
Adding axiom: male and (female or (hasChild some person)) SubClassOf learnedClass
INFO (LEAP.java:211) - Running parameter learner
Running parameter learner
INFO (DummyParameterLearner.java:242) - Created 10 probabilistic axiom
Created 10 probabilistic axiom
INFO (DummyParameterLearner.java:247) - Probability Map computed. Size: 10
Probability Map computed. Size: 10
INFO (LEAP.java:214) - Current Log-Likelihood: 0
Current Log-Likelihood: 0
INFO (LEAP.java:302) - Log-Likelihood worsened. Removing Last Axioms...
Log-Likelihood worsened. Removing Last Axioms...
INFO (LEAP.java:202) - Adding axiom: male and (father or (hasChild some person)) SubClassOf learnedClass
Adding axiom: male and (father or (hasChild some person)) SubClassOf learnedClass
INFO (LEAP.java:211) - Running parameter learner
Running parameter learner
INFO (DummyParameterLearner.java:242) - Created 10 probabilistic axiom
Created 10 probabilistic axiom
INFO (DummyParameterLearner.java:247) - Probability Map computed. Size: 10
Probability Map computed. Size: 10
INFO (LEAP.java:214) - Current Log-Likelihood: 0
Current Log-Likelihood: 0
INFO (LEAP.java:302) - Log-Likelihood worsened. Removing Last Axioms...
Log-Likelihood worsened. Removing Last Axioms...
INFO (LEAP.java:202) - Adding axiom: male and (father or (hasChild some male)) SubClassOf learnedClass
Adding axiom: male and (father or (hasChild some male)) SubClassOf learnedClass
INFO (LEAP.java:211) - Running parameter learner
Running parameter learner
INFO (DummyParameterLearner.java:242) - Created 10 probabilistic axiom
Created 10 probabilistic axiom
INFO (DummyParameterLearner.java:247) - Probability Map computed. Size: 10
Probability Map computed. Size: 10
INFO (LEAP.java:214) - Current Log-Likelihood: 0
Current Log-Likelihood: 0
INFO (LEAP.java:302) - Log-Likelihood worsened. Removing Last Axioms...
Log-Likelihood worsened. Removing Last Axioms...
INFO (LEAP.java:202) - Adding axiom: male and (father or (hasChild some female)) SubClassOf learnedClass
Adding axiom: male and (father or (hasChild some female)) SubClassOf learnedClass
INFO (LEAP.java:211) - Running parameter learner
Running parameter learner
INFO (DummyParameterLearner.java:242) - Created 10 probabilistic axiom
Created 10 probabilistic axiom
INFO (DummyParameterLearner.java:247) - Probability Map computed. Size: 10
Probability Map computed. Size: 10
INFO (LEAP.java:214) - Current Log-Likelihood: 0
Current Log-Likelihood: 0
INFO (LEAP.java:302) - Log-Likelihood worsened. Removing Last Axioms...
Log-Likelihood worsened. Removing Last Axioms...
INFO (LEAP.java:202) - Adding axiom: male and (father or (hasChild some father)) SubClassOf learnedClass
Adding axiom: male and (father or (hasChild some father)) SubClassOf learnedClass
INFO (LEAP.java:211) - Running parameter learner
Running parameter learner
INFO (DummyParameterLearner.java:242) - Created 10 probabilistic axiom
Created 10 probabilistic axiom
INFO (DummyParameterLearner.java:247) - Probability Map computed. Size: 10
Probability Map computed. Size: 10
INFO (LEAP.java:214) - Current Log-Likelihood: 0
Current Log-Likelihood: 0
INFO (LEAP.java:302) - Log-Likelihood worsened. Removing Last Axioms...
Log-Likelihood worsened. Removing Last Axioms...
INFO (LEAP.java:108) - Greedy search finished
Greedy search finished
DEBUG (AbstractLEAP.java:330) - Replacing super class "dummyClass" with "classToDescribe"
Replacing super class "dummyClass" with "classToDescribe"
INFO (AbstractLEAP.java:393) - Learned Axiom: hasChild some person SubClassOf father
Learned Axiom: hasChild some person SubClassOf father
DEBUG (AbstractLEAP.java:406) - Replaced all the super classes
Replaced all the super classes
INFO (LEAP.java:126) - Saving the learned ontology
Saving the learned ontology
INFO (AbstractLEAP.java:188) - Main: 10023 ms
Main: 10023 ms
INFO (AbstractLEAP.java:189) - CELOE: 10002 ms
CELOE: 10002 ms
INFO (AbstractLEAP.java:200) - DummyParameterLearner: 0 ms
DummyParameterLearner: 0 ms
INFO (AbstractLEAP.java:208) - Other: 21 ms
Other: 21 ms
INFO (AbstractLEAP.java:209) - Program client: execution successfully terminated
Program client: execution successfully terminated
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.121 s - in org.dllearner.algorithms.probabilistic.structure.unife.leap.LEAPTest
[INFO] Running org.dllearner.algorithms.probabilistic.structure.distributed.unife.leap.AppTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.dllearner.algorithms.probabilistic.structure.distributed.unife.leap.AppTest
[INFO] Running org.dllearner.reasoning.spatial.SpatialReasonerPostGISTest
[WARNING] Tests run: 24, Failures: 0, Errors: 0, Skipped: 24, Time elapsed: 0.002 s - in org.dllearner.reasoning.spatial.SpatialReasonerPostGISTest
[INFO]
[INFO] Results:
[INFO]
[WARNING] Tests run: 29, Failures: 0, Errors: 0, Skipped: 24
[INFO]
[JENKINS] Recording test results
[INFO]
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ components-ext ---
[INFO] Building jar: /usr/share/tomcat8/.jenkins/jobs/DL-Learner Merge-M/branches/feature-spatial.ftjsu2/workspace/components-ext/target/components-ext-1.3.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ components-ext ---
[INFO] Installing /usr/share/tomcat8/.jenkins/jobs/DL-Learner Merge-M/branches/feature-spatial.ftjsu2/workspace/components-ext/target/components-ext-1.3.1-SNAPSHOT.jar to /usr/share/tomcat8/.m2/repository/org/dllearner/components-ext/1.3.1-SNAPSHOT/components-ext-1.3.1-SNAPSHOT.jar
[INFO] Installing /usr/share/tomcat8/.jenkins/jobs/DL-Learner Merge-M/branches/feature-spatial.ftjsu2/workspace/components-ext/pom.xml to /usr/share/tomcat8/.m2/repository/org/dllearner/components-ext/1.3.1-SNAPSHOT/components-ext-1.3.1-SNAPSHOT.pom