Model ===== .. currentmodule:: mowl.base_models .. autoclass:: Model :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~Model.class_embeddings ~Model.class_index_dict ~Model.evaluation_model ~Model.individual_embeddings ~Model.individual_index_dict ~Model.metrics ~Model.model_filepath ~Model.object_property_embeddings ~Model.object_property_index_dict .. rubric:: Methods Summary .. autosummary:: ~Model.add_axioms ~Model.eval_fn ~Model.evaluate ~Model.from_pretrained ~Model.score ~Model.set_evaluator ~Model.train .. rubric:: Attributes Documentation .. autoattribute:: class_embeddings .. autoattribute:: class_index_dict .. autoattribute:: evaluation_model .. autoattribute:: individual_embeddings .. autoattribute:: individual_index_dict .. autoattribute:: metrics .. autoattribute:: model_filepath .. autoattribute:: object_property_embeddings .. autoattribute:: object_property_index_dict .. rubric:: Methods Documentation .. automethod:: add_axioms .. automethod:: eval_fn .. automethod:: evaluate .. automethod:: from_pretrained .. automethod:: score .. automethod:: set_evaluator .. automethod:: train