|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opentox.error.ErrorSource
org.opentox.prediction.MlrPredictor
public class MlrPredictor
Applies a dataset on an MLR model to predict a feature.
Field Summary |
---|
Fields inherited from class org.opentox.error.ErrorSource |
---|
errorRep |
Constructor Summary | |
---|---|
MlrPredictor()
Constructor. |
Method Summary | |
---|---|
org.restlet.representation.Representation |
predict(org.restlet.data.Form form,
java.lang.String model_id)
An implementation of the corresponding method in IPredictor for
MLR models. |
Methods inherited from class org.opentox.error.ErrorSource |
---|
getErrorRep |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MlrPredictor()
Method Detail |
---|
public org.restlet.representation.Representation predict(org.restlet.data.Form form, java.lang.String model_id)
IPredictor
for
MLR models.
predict
in interface IPredictor
form
- The posted parameters as an instance of Form
model_id
- The id of the model to be used for the prediction.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |