|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IModel
Method Summary | |
---|---|
boolean |
compatibleWith(weka.core.Instances testData)
Check the assertion that a certain weka.core.Instances object is compatible with this model in terms of having proper features. |
void |
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. |
java.lang.String |
getDependentFeatureUri()
Returns the dependent features of the model. |
java.lang.String |
getPredictedFeatureUri()
Get the URI of the predicted feature of the model. |
java.util.Set<java.lang.String> |
getSetOfIndependentFeatures()
The set of independent variables of the model. |
Methods inherited from interface org.opentox.interfaces.IProne2Error |
---|
getErrorRep |
Method Detail |
---|
boolean compatibleWith(weka.core.Instances testData)
testData
-
void createModel(ModelMeta meta, java.io.OutputStream out)
meta
- Meta-information about the model.out
- The output stream used to store the model.java.lang.String getDependentFeatureUri()
java.lang.String getPredictedFeatureUri()
java.util.Set<java.lang.String> getSetOfIndependentFeatures()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |