mowl.nn

Classes

BoxELModule(nb_ont_classes, nb_rels[, ...])

Implementation of BoxEL from [xiong2022].

BoxSquaredELModule(nb_ont_classes, nb_rels)

Implementation of Box \(^2\) EL from [jackermeier2023].

ELBEModule(nb_ont_classes, nb_rels[, ...])

Implementation of ELBE from [peng2020].

ELEmModule(nb_ont_classes, nb_rels, nb_inds)

Implementation of ELEmbeddings from [kulmanov2019].

ELModule()

Subclass of torch.nn.Module for \(\mathcal{EL}\) models.

Class Inheritance Diagram

Inheritance diagram of mowl.nn.el.boxel.module.BoxELModule, mowl.nn.el.boxsquaredel.module.BoxSquaredELModule, mowl.nn.el.elbe.module.ELBEModule, mowl.nn.el.elem.module.ELEmModule, mowl.nn.el.elmodule.ELModule