Closed hzahera closed 1 year ago
The output is a set of triples, hence, there is no ranking between the returned/found missing triples. Each triple in the returned set is a triple whose predicted likelihood score is greater than the confidence threshold.
Please read the documentation for details.
Hi Demir,
I have a question regardind the output of
find_missing_triples
function, are the output (i.e. missing triples) ranked according w.r.t the confidence score? Which means the first missing_triple has the highest ranking score?