:py:mod:`ontolearn.base_nces` ============================= .. py:module:: ontolearn.base_nces .. autoapi-nested-parse:: The base class of NCES. Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: ontolearn.base_nces.BaseNCES .. py:class:: BaseNCES(knowledge_base_path, learner_name, path_of_embeddings, batch_size=256, learning_rate=0.0001, decay_rate=0.0, clip_value=5.0, num_workers=8) .. py:method:: find_optimal_number_of_examples(kb) :staticmethod: .. py:method:: collate_batch(batch) .. py:method:: collate_batch_inference(batch) .. py:method:: get_synthesizer() :abstractmethod: .. py:method:: load_pretrained() :abstractmethod: