LICENSE
README.md
setup.py
examples/concept_learning_drill_train.py
examples/concept_learning_with_celoe_heuristic.py
examples/concept_learning_with_celoe_heuristic_ma.py
examples/concept_learning_with_evolearner.py
examples/concept_learning_with_ocel.py
examples/dl_learner.py
examples/example_knowledge_base.py
examples/example_reasoner.py
examples/quality_functions.py
examples/sml_bench.py
examples/synthetic_problems.json
examples/train_nces.py
examples/uncle_lp.json
ontolearn/__init__.py
ontolearn/abstracts.py
ontolearn/base_concept_learner.py
ontolearn/base_nces.py
ontolearn/binders.py
ontolearn/clip_architectures.py
ontolearn/clip_trainer.py
ontolearn/concept_generator.py
ontolearn/concept_learner.py
ontolearn/data_struct.py
ontolearn/ea_algorithms.py
ontolearn/ea_initialization.py
ontolearn/ea_utils.py
ontolearn/experiments.py
ontolearn/fitness_functions.py
ontolearn/heuristics.py
ontolearn/knowledge_base.py
ontolearn/learning_problem.py
ontolearn/learning_problem_generator.py
ontolearn/metrics.py
ontolearn/model_adapter.py
ontolearn/nces_architectures.py
ontolearn/nces_modules.py
ontolearn/nces_trainer.py
ontolearn/nces_utils.py
ontolearn/owl_neural_reasoner.py
ontolearn/quality_funcs.py
ontolearn/refinement_operators.py
ontolearn/search.py
ontolearn/tentris.py
ontolearn/triple_store.py
ontolearn/value_splitter.py
ontolearn/verbalizer.py
ontolearn.egg-info/PKG-INFO
ontolearn.egg-info/SOURCES.txt
ontolearn.egg-info/dependency_links.txt
ontolearn.egg-info/entry_points.txt
ontolearn.egg-info/requires.txt
ontolearn.egg-info/top_level.txt
ontolearn/learners/__init__.py
ontolearn/learners/drill.py
ontolearn/learners/nero.py
ontolearn/learners/tree_learner.py
ontolearn/lp_generator/__init__.py
ontolearn/lp_generator/generate_data.py
ontolearn/lp_generator/helper_classes.py
ontolearn/scripts/__init__.py
ontolearn/scripts/run.py
ontolearn/utils/__init__.py
ontolearn/utils/log_config.py
ontolearn/utils/oplogging.py
ontolearn/utils/static_funcs.py
tests/__init__.py
tests/test_base.py
tests/test_base_concept_learner.py
tests/test_celoe.py
tests/test_clip.py
tests/test_clip_trainer.py
tests/test_concept.py
tests/test_core_owl_hierarchy.py
tests/test_core_utils_length.py
tests/test_drill.py
tests/test_evolearner.py
tests/test_express_refinement.py
tests/test_knowledge_base.py
tests/test_learners_regression.py
tests/test_learning_problem_generator.py
tests/test_lp_generator.py
tests/test_metrics.py
tests/test_model_adapter.py
tests/test_nces.py
tests/test_nces_trainer.py
tests/test_owl_neural_retrieval.py
tests/test_refinement_operators.py
tests/test_tdl_regression.py
tests/test_triplestore.py
tests/test_value_splitter.py