|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opentox.ontology.meta.ModelMeta
public class ModelMeta
Meta information about a Model.
Field Summary | |
---|---|
java.util.List<AlgorithmParameter> |
algorithmParameters
List of parameters of the algorithm used to train the model. |
java.lang.String |
AlgorithmURI
URI of the algorithm used to train the model. |
weka.core.Instances |
data
Instances object corresponding to the URI of the dataset. |
java.lang.String |
dataseturi
URI of the dataset used to train the model. |
java.lang.String |
model_id
Identification number of the model. |
Constructor Summary | |
---|---|
ModelMeta(java.lang.String model_id,
java.lang.String dataseturi,
weka.core.Instances data,
java.util.List<AlgorithmParameter> algorithmParameters,
java.lang.String AlgorithmURI)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String model_id
public java.lang.String dataseturi
public weka.core.Instances data
public java.util.List<AlgorithmParameter> algorithmParameters
public java.lang.String AlgorithmURI
Constructor Detail |
---|
public ModelMeta(java.lang.String model_id, java.lang.String dataseturi, weka.core.Instances data, java.util.List<AlgorithmParameter> algorithmParameters, java.lang.String AlgorithmURI)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |