@Path(value="/algorithm") public class Trees extends Object
Constructor and Description |
---|
Trees(javax.servlet.ServletConfig servletContext) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
algorithmDecisionStumpAdaBoostPost(InputStream fileInputStream,
org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail,
String datasetUri,
Integer batchSize,
Integer numIterations,
Integer useResampling,
Integer weightThreshold,
String validation,
Double validationNum,
String subjectid,
javax.ws.rs.core.UriInfo ui,
javax.ws.rs.core.HttpHeaders headers,
javax.ws.rs.core.SecurityContext securityContext) |
javax.ws.rs.core.Response |
algorithmDecisionStumpBaggingPost(InputStream fileInputStream,
org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail,
String datasetUri,
Integer bagSizePercent,
Integer batchSize,
Integer numIterations,
String validation,
Double validationNum,
String subjectid,
javax.ws.rs.core.UriInfo ui,
javax.ws.rs.core.HttpHeaders headers,
javax.ws.rs.core.SecurityContext securityContext) |
javax.ws.rs.core.Response |
algorithmDecisionStumpPost(InputStream fileInputStream,
org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail,
String datasetUri,
String validation,
Double validationNum,
String subjectid,
javax.ws.rs.core.UriInfo ui,
javax.ws.rs.core.HttpHeaders headers,
javax.ws.rs.core.SecurityContext securityContext) |
javax.ws.rs.core.Response |
algorithmJ48AdaBoostPost(InputStream fileInputStream,
org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail,
String datasetUri,
Integer batchSize,
Integer numIterations,
Integer useResampling,
Integer weightThreshold,
Integer binarySplits,
BigDecimal confidenceFactor,
Integer minNumObj,
Integer numFolds,
Integer reducedErrorPruning,
Integer seed,
Integer subtreeRaising,
Integer unpruned,
Integer useLaplace,
String validation,
Double validationNum,
String subjectid,
javax.ws.rs.core.UriInfo ui,
javax.ws.rs.core.HttpHeaders headers,
javax.ws.rs.core.SecurityContext securityContext) |
javax.ws.rs.core.Response |
algorithmJ48BaggingPost(InputStream fileInputStream,
org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail,
String datasetUri,
Integer bagSizePercent,
Integer batchSize,
Integer numIterations,
Integer binarySplits,
BigDecimal confidenceFactor,
Integer minNumObj,
Integer numFolds,
Integer reducedErrorPruning,
Integer seed,
Integer subtreeRaising,
Integer unpruned,
Integer useLaplace,
String validation,
Double validationNum,
String subjectid,
javax.ws.rs.core.UriInfo ui,
javax.ws.rs.core.HttpHeaders headers,
javax.ws.rs.core.SecurityContext securityContext) |
javax.ws.rs.core.Response |
algorithmJ48Post(InputStream fileInputStream,
org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail,
String datasetUri,
Integer binarySplits,
BigDecimal confidenceFactor,
Integer minNumObj,
Integer numFolds,
Integer reducedErrorPruning,
Integer seed,
Integer subtreeRaising,
Integer unpruned,
Integer useLaplace,
String validation,
Double validationNum,
String subjectid,
javax.ws.rs.core.UriInfo ui,
javax.ws.rs.core.HttpHeaders headers,
javax.ws.rs.core.SecurityContext securityContext) |
javax.ws.rs.core.Response |
algorithmM5PAdaBoostPost(InputStream fileInputStream,
org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail,
String datasetUri,
Integer batchSize,
Integer numIterations,
Integer useResampling,
Integer weightThreshold,
Integer unpruned,
Integer useUnsmoothed,
Double minNumInstances,
Integer buildRegressionTree,
String validation,
Double validationNum,
String subjectid,
javax.ws.rs.core.UriInfo ui,
javax.ws.rs.core.HttpHeaders headers,
javax.ws.rs.core.SecurityContext securityContext) |
javax.ws.rs.core.Response |
algorithmM5PBaggingPost(InputStream fileInputStream,
org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail,
String datasetUri,
Integer bagSizePercent,
Integer batchSize,
Integer numIterations,
Integer unpruned,
Integer useUnsmoothed,
Double minNumInstances,
Integer buildRegressionTree,
String validation,
Double validationNum,
String subjectid,
javax.ws.rs.core.UriInfo ui,
javax.ws.rs.core.HttpHeaders headers,
javax.ws.rs.core.SecurityContext securityContext) |
javax.ws.rs.core.Response |
algorithmM5PPost(InputStream fileInputStream,
org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail,
String datasetUri,
Integer unpruned,
Integer useUnsmoothed,
Double minNumInstances,
Integer buildRegressionTree,
String validation,
Double validationNum,
String subjectid,
javax.ws.rs.core.UriInfo ui,
javax.ws.rs.core.HttpHeaders headers,
javax.ws.rs.core.SecurityContext securityContext) |
javax.ws.rs.core.Response |
algorithmRandomForestPost(InputStream fileInputStream,
org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail,
String datasetUri,
Boolean storeOutOfBagPredictions,
Integer numExecutionSlots,
Integer bagSizePercent,
Integer numDecimalPlaces,
Integer batchSize,
Boolean printClassifiers,
Integer numIterations,
Boolean outputOutOfBagComplexityStatistics,
Boolean breakTiesRandomly,
Integer maxDepth,
Boolean computeAttributeImportance,
Boolean calcOutOfBag,
Integer numFeatures,
String validation,
Double validationNum,
String subjectid,
javax.ws.rs.core.UriInfo ui,
javax.ws.rs.core.HttpHeaders headers,
javax.ws.rs.core.SecurityContext securityContext) |
@POST @Path(value="/J48") @Consumes(value="multipart/form-data") @Produces(value={"text/uri-list","application/json"}) public javax.ws.rs.core.Response algorithmJ48Post(InputStream fileInputStream, org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail, String datasetUri, Integer binarySplits, BigDecimal confidenceFactor, Integer minNumObj, Integer numFolds, Integer reducedErrorPruning, Integer seed, Integer subtreeRaising, Integer unpruned, Integer useLaplace, String validation, Double validationNum, @HeaderParam(value="subjectid") String subjectid, @Context javax.ws.rs.core.UriInfo ui, @Context javax.ws.rs.core.HttpHeaders headers, @Context javax.ws.rs.core.SecurityContext securityContext) throws NotFoundException, IOException
NotFoundException
IOException
@POST @Path(value="/J48/adaboost") @Consumes(value="multipart/form-data") @Produces(value={"text/uri-list","application/json"}) public javax.ws.rs.core.Response algorithmJ48AdaBoostPost(InputStream fileInputStream, org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail, String datasetUri, Integer batchSize, Integer numIterations, Integer useResampling, Integer weightThreshold, Integer binarySplits, BigDecimal confidenceFactor, Integer minNumObj, Integer numFolds, Integer reducedErrorPruning, Integer seed, Integer subtreeRaising, Integer unpruned, Integer useLaplace, String validation, Double validationNum, @HeaderParam(value="subjectid") String subjectid, @Context javax.ws.rs.core.UriInfo ui, @Context javax.ws.rs.core.HttpHeaders headers, @Context javax.ws.rs.core.SecurityContext securityContext) throws NotFoundException, IOException
NotFoundException
IOException
@POST @Path(value="/J48/bagging") @Consumes(value="multipart/form-data") @Produces(value={"text/uri-list","application/json"}) public javax.ws.rs.core.Response algorithmJ48BaggingPost(InputStream fileInputStream, org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail, String datasetUri, Integer bagSizePercent, Integer batchSize, Integer numIterations, Integer binarySplits, BigDecimal confidenceFactor, Integer minNumObj, Integer numFolds, Integer reducedErrorPruning, Integer seed, Integer subtreeRaising, Integer unpruned, Integer useLaplace, String validation, Double validationNum, @HeaderParam(value="subjectid") String subjectid, @Context javax.ws.rs.core.UriInfo ui, @Context javax.ws.rs.core.HttpHeaders headers, @Context javax.ws.rs.core.SecurityContext securityContext) throws NotFoundException, IOException
NotFoundException
IOException
@POST @Path(value="/M5P") @Consumes(value="multipart/form-data") @Produces(value={"text/uri-list","application/json"}) public javax.ws.rs.core.Response algorithmM5PPost(InputStream fileInputStream, org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail, String datasetUri, Integer unpruned, Integer useUnsmoothed, Double minNumInstances, Integer buildRegressionTree, String validation, Double validationNum, @HeaderParam(value="subjectid") String subjectid, @Context javax.ws.rs.core.UriInfo ui, @Context javax.ws.rs.core.HttpHeaders headers, @Context javax.ws.rs.core.SecurityContext securityContext) throws NotFoundException, IOException
NotFoundException
IOException
@POST @Path(value="/M5P/adaboost") @Consumes(value="multipart/form-data") @Produces(value={"text/uri-list","application/json"}) public javax.ws.rs.core.Response algorithmM5PAdaBoostPost(InputStream fileInputStream, org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail, String datasetUri, Integer batchSize, Integer numIterations, Integer useResampling, Integer weightThreshold, Integer unpruned, Integer useUnsmoothed, Double minNumInstances, Integer buildRegressionTree, String validation, Double validationNum, @HeaderParam(value="subjectid") String subjectid, @Context javax.ws.rs.core.UriInfo ui, @Context javax.ws.rs.core.HttpHeaders headers, @Context javax.ws.rs.core.SecurityContext securityContext) throws NotFoundException, IOException
NotFoundException
IOException
@POST @Path(value="/M5P/bagging") @Consumes(value="multipart/form-data") @Produces(value={"text/uri-list","application/json"}) public javax.ws.rs.core.Response algorithmM5PBaggingPost(InputStream fileInputStream, org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail, String datasetUri, Integer bagSizePercent, Integer batchSize, Integer numIterations, Integer unpruned, Integer useUnsmoothed, Double minNumInstances, Integer buildRegressionTree, String validation, Double validationNum, @HeaderParam(value="subjectid") String subjectid, @Context javax.ws.rs.core.UriInfo ui, @Context javax.ws.rs.core.HttpHeaders headers, @Context javax.ws.rs.core.SecurityContext securityContext) throws NotFoundException, IOException
NotFoundException
IOException
@POST @Path(value="/DecisionStump") @Consumes(value="multipart/form-data") @Produces(value={"text/uri-list","application/json"}) public javax.ws.rs.core.Response algorithmDecisionStumpPost(InputStream fileInputStream, org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail, String datasetUri, String validation, Double validationNum, @HeaderParam(value="subjectid") String subjectid, @Context javax.ws.rs.core.UriInfo ui, @Context javax.ws.rs.core.HttpHeaders headers, @Context javax.ws.rs.core.SecurityContext securityContext) throws NotFoundException, IOException
NotFoundException
IOException
@POST @Path(value="/DecisionStump/adaboost") @Consumes(value="multipart/form-data") @Produces(value={"text/uri-list","application/json"}) public javax.ws.rs.core.Response algorithmDecisionStumpAdaBoostPost(InputStream fileInputStream, org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail, String datasetUri, Integer batchSize, Integer numIterations, Integer useResampling, Integer weightThreshold, String validation, Double validationNum, @HeaderParam(value="subjectid") String subjectid, @Context javax.ws.rs.core.UriInfo ui, @Context javax.ws.rs.core.HttpHeaders headers, @Context javax.ws.rs.core.SecurityContext securityContext) throws NotFoundException, IOException
NotFoundException
IOException
@POST @Path(value="/DecisionStump/bagging") @Consumes(value="multipart/form-data") @Produces(value={"text/uri-list","application/json"}) public javax.ws.rs.core.Response algorithmDecisionStumpBaggingPost(InputStream fileInputStream, org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail, String datasetUri, Integer bagSizePercent, Integer batchSize, Integer numIterations, String validation, Double validationNum, @HeaderParam(value="subjectid") String subjectid, @Context javax.ws.rs.core.UriInfo ui, @Context javax.ws.rs.core.HttpHeaders headers, @Context javax.ws.rs.core.SecurityContext securityContext) throws NotFoundException, IOException
NotFoundException
IOException
@POST @Path(value="/RandomForest") @Consumes(value="multipart/form-data") @Produces(value={"text/uri-list","application/json"}) public javax.ws.rs.core.Response algorithmRandomForestPost(InputStream fileInputStream, org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail, String datasetUri, Boolean storeOutOfBagPredictions, Integer numExecutionSlots, Integer bagSizePercent, Integer numDecimalPlaces, Integer batchSize, Boolean printClassifiers, Integer numIterations, Boolean outputOutOfBagComplexityStatistics, Boolean breakTiesRandomly, Integer maxDepth, Boolean computeAttributeImportance, Boolean calcOutOfBag, Integer numFeatures, String validation, Double validationNum, @HeaderParam(value="subjectid") String subjectid, @Context javax.ws.rs.core.UriInfo ui, @Context javax.ws.rs.core.HttpHeaders headers, @Context javax.ws.rs.core.SecurityContext securityContext) throws NotFoundException, IOException
NotFoundException
IOException
Copyright © 2018. All rights reserved.