alphaville / ToxOtis

An HTTP client for consuming OpenTox predictive toxicology web services.
http://opentox.ntua.gr/wiki
6 stars 1 forks source link

Try using Models from the ModelFactory than OntModel objects #11

Closed alphaville closed 14 years ago

alphaville commented 14 years ago

Set up an experiment outside ToxOtis to tell whether there is a significant performance benefit from using other Model implementations such as:

ModelFactory.createDefaultModel() and ModelFactory.createNonreifyingModel()

when parsing Datasets.

alphaville commented 14 years ago

Done! OntModel and "default" models perform equally and both outperform nonreifying models.