Uses of Class
org.opentox.ontology.meta.ModelMeta

Packages that use ModelMeta
org.opentox.interfaces   
org.opentox.ontology.rdf   
 

Uses of ModelMeta in org.opentox.interfaces
 

Methods in org.opentox.interfaces with parameters of type ModelMeta
 void IModel.createModel(ModelMeta meta, java.io.OutputStream out)
          Creates the RDF representation for an OpenTox model given its name, the uri of the dataset used to train it, its target feature, the Data and a List of tuning parameters for the training algorithm.
 

Uses of ModelMeta in org.opentox.ontology.rdf
 

Methods in org.opentox.ontology.rdf with parameters of type ModelMeta
 void Model.createModel(ModelMeta meta, java.io.OutputStream out)
          Creates the RDF representation for an OpenTox model given its name, the uri of the dataset used to train it, its target feature, the Data and a List of tuning parameters for the training algorithm.