JAQPOT Quattro is the 4th version of a YAQP, a RESTful web service which can be used to train machine learning models and use them to obtain toxicological predictions for given chemical compounds or engineered nano materials. The project is written in Java8 and JEE7.
TaskFactory needs to host more methods to facilitate task creation. What is more, we need to add a builder(MetaInfo m) method in MetaInfoBuilder to better handle MetaInfo objects (to be able to update than just create MetaInfo objects). The same should hold for all Builders.
TaskFactory
needs to host more methods to facilitate task creation. What is more, we need to add abuilder(MetaInfo m)
method inMetaInfoBuilder
to better handle MetaInfo objects (to be able to update than just create MetaInfo objects). The same should hold for all Builders.