propi / rdfrules

RDFRules: Analytical Tool for Rule Mining from RDF Knowledge Graphs
GNU General Public License v3.0
28 stars 2 forks source link

Mine will return maximum 10.000 rules #42

Closed kliegr closed 2 years ago

kliegr commented 4 years ago

It seems that the output of Mine is capped to 10.000 rules (if Top-K is not used). If Top-k is used, any value set to a higher value seems to be automatically redefined to 10.000.

propi commented 4 years ago

It is the restriction of http and gui to prevent out of memory on the client side. If you need to export all rules you should use the export action which is streaming.