|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Predictor
This interface is used by all predictors such as MlrPredictor.
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. |
Method Detail |
---|
org.restlet.representation.Representation predict(org.restlet.data.Form form, java.lang.String model_id)
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 |