-
Notifications
You must be signed in to change notification settings - Fork 4
List of Services
alphaville edited this page Sep 13, 2010
·
6 revisions
This is a brief list of all services according to the OpenTox specifications:
In brackets you read the supported MIME types for the service.
- GET /algorithm [text/uri-list (RFC 2483)]
- GET /algorithm/{algorithm_id} [text/xml (RFC 3023)]
- POST /algorithm/{algorithm_id} (URI of a dataset) and algorithm specific parameters [text/uri-list (RFC 2483)]
- POST /algorithm/{algorithm_id} dataset_uri (URI of a dataset) and algorithm specific parameters [text/uri-list (RFC 2483)]
- GET /model [text/uri-list]
- GET /model/{model_id} [text/xml]
- DELETE /model/{model_id} – requires admin provoledges
- POST /model/{model_id} dataset_uri
The available algorithm ids are:
- svm : Algorithm for training Support Vector Machine Regression Models
- mlr : Algorithm for training Multiple Linear Regression Models
- svc : Algorithm for training Support Vector Machine Classification Models