GDAEvaluator

class mowl.evaluation.GDAEvaluator(*args, **kwargs)[source]

Bases: RankingEvaluator

Methods Summary

create_tuples(ontology)

Create tuples from the ontology.

get_scores(model, batch)

Methods Documentation

create_tuples(ontology)[source]

Create tuples from the ontology. :param ontology: The ontology. :type ontology: org.semanticweb.owlapi.model.OWLOntology :return: The created tuples. :rtype: torch.Tensor

get_scores(model, batch)[source]