|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opentox.prediction.SvmPredictor
public class SvmPredictor
Constructor Summary | |
---|---|
SvmPredictor()
|
Method Summary | |
---|---|
org.restlet.representation.Representation |
predict(org.restlet.data.Form form,
java.lang.String model_id)
Given a dataset uri and a model id, calculate the set of predicted values for the corresponding feature. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SvmPredictor()
Method Detail |
---|
public org.restlet.representation.Representation predict(org.restlet.data.Form form, java.lang.String model_id)
IPredictor
predict
in interface IPredictor
form
- Parameters of the client's request that contain information
about the test dataset resource.model_id
- The id of the model.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |