@Path(value="/algorithm") public class Lazy extends Object
| Constructor and Description |
|---|
Lazy(javax.servlet.ServletConfig servletContext) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
algorithmIBkPost(InputStream fileInputStream,
org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail,
String datasetUri,
Integer windowSize,
Integer KNN,
Integer crossValidate,
String distanceWeighting,
Integer meanSquared,
String nearestNeighbourSearchAlgorithm,
String validation,
Double validationNum,
String subjectid,
javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.HttpHeaders headers,
javax.ws.rs.core.SecurityContext securityContext) |
@POST
@Path(value="/IBk")
@Consumes(value="multipart/form-data")
@Produces(value={"text/uri-list","application/json"})
public javax.ws.rs.core.Response algorithmIBkPost(InputStream fileInputStream,
org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail,
String datasetUri,
Integer windowSize,
Integer KNN,
Integer crossValidate,
String distanceWeighting,
Integer meanSquared,
String nearestNeighbourSearchAlgorithm,
String validation,
Double validationNum,
@HeaderParam(value="subjectid")
String subjectid,
@Context
javax.ws.rs.core.UriInfo uriInfo,
@Context
javax.ws.rs.core.HttpHeaders headers,
@Context
javax.ws.rs.core.SecurityContext securityContext)
throws NotFoundException,
IOException
NotFoundExceptionIOExceptionCopyright © 2018. All rights reserved.