Ontolearn
Contents:
About Ontolearn
Installation
Examples
Knowledge Bases
Concept Learning
Further Resources
ontolearn
Submodules
ontolearn.abstracts
ontolearn.base_concept_learner
ontolearn.base_nces
ontolearn.binders
ontolearn.clip_architectures
ontolearn.clip_trainer
ontolearn.concept_generator
ontolearn.concept_learner
ontolearn.data_struct
ontolearn.ea_algorithms
ontolearn.ea_initialization
ontolearn.ea_utils
ontolearn.executor
ontolearn.experiments
ontolearn.fitness_functions
ontolearn.heuristics
ontolearn.incomplete_kb
ontolearn.knowledge_base
ontolearn.learners
ontolearn.learning_problem
ontolearn.learning_problem_generator
ontolearn.lp_generator
ontolearn.metrics
ontolearn.nces_architectures
ontolearn.nces_modules
ontolearn.nces_trainer
ontolearn.nces_utils
ontolearn.owl_neural_reasoner
ontolearn.quality_funcs
Functions
Module Contents
f1()
acc()
ontolearn.refinement_operators
ontolearn.scripts
ontolearn.search
ontolearn.tentris
ontolearn.triple_store
ontolearn.utils
ontolearn.value_splitter
ontolearn.verbalizer
Attributes
Package Contents
Ontolearn
ontolearn
ontolearn.quality_funcs
View page source
ontolearn.quality_funcs
Functions
f1
(*, individuals, pos, neg)
acc
(*, individuals, pos, neg)
Module Contents
ontolearn.quality_funcs.
f1
(
*
,
individuals
:
Set
,
pos
:
Set
,
neg
:
Set
)
[source]
ontolearn.quality_funcs.
acc
(
*
,
individuals
:
Set
,
pos
:
Set
,
neg
:
Set
)
[source]