Package | Description |
---|---|
io.swagger.api | |
io.swagger.api.algorithm | |
io.swagger.api.authorization | |
io.swagger.api.cluster | |
io.swagger.api.data |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
Algorithm.algorithmGet(String subjectid,
javax.ws.rs.core.SecurityContext securityContext,
javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.HttpHeaders headers) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
Bayes.algorithmBayesNetAdaBoostPost(InputStream fileInputStream,
org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail,
String datasetUri,
Integer batchSize,
Integer numIterations,
Integer useResampling,
Integer weightThreshold,
String estimator,
BigDecimal estimatorParams,
Integer useADTree,
String searchAlgorithm,
String searchParams,
String validation,
Double validationNum,
String subjectid,
javax.ws.rs.core.UriInfo ui,
javax.ws.rs.core.HttpHeaders headers,
javax.ws.rs.core.SecurityContext securityContext)
REST interface to BayesNet in AdaBoost M1 meta algorithm
|
javax.ws.rs.core.Response |
Bayes.algorithmBayesNetBaggingPost(InputStream fileInputStream,
org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail,
String datasetUri,
Integer bagSizePercent,
Integer batchSize,
Integer numIterations,
String estimator,
BigDecimal estimatorParams,
Integer useADTree,
String searchAlgorithm,
String searchParams,
String validation,
Double validationNum,
String subjectid,
javax.ws.rs.core.UriInfo ui,
javax.ws.rs.core.HttpHeaders headers,
javax.ws.rs.core.SecurityContext securityContext)
REST interface to BayesNet in Bagging meta algorithm
|
javax.ws.rs.core.Response |
Bayes.algorithmBayesNetPost(InputStream fileInputStream,
org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail,
String datasetUri,
String estimator,
BigDecimal estimatorParams,
Integer useADTree,
String searchAlgorithm,
String searchParams,
String validation,
Double validationNum,
String subjectid,
javax.ws.rs.core.UriInfo ui,
javax.ws.rs.core.HttpHeaders headers,
javax.ws.rs.core.SecurityContext securityContext)
REST interface to BayesNet algorithm
|
javax.ws.rs.core.Response |
Trees.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 |
Trees.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 |
Trees.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 |
Generic.algorithmGenericGet(String classifierName,
String subjectid,
javax.ws.rs.core.UriInfo ui,
javax.ws.rs.core.HttpHeaders headers,
javax.ws.rs.core.SecurityContext securityContext)
generic REST interface to WEKA algorithms get options description
|
javax.ws.rs.core.Response |
Generic.algorithmGenericPost(InputStream fileInputStream,
org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail,
String datasetUri,
String classifierString,
String paramString,
String validation,
Double validationNum,
String subjectid,
javax.ws.rs.core.UriInfo ui,
javax.ws.rs.core.HttpHeaders headers,
javax.ws.rs.core.SecurityContext securityContext)
generic REST interface to WEKA algorithms
|
javax.ws.rs.core.Response |
Lazy.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) |
javax.ws.rs.core.Response |
Trees.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 |
Trees.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 |
Trees.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 |
Functions.algorithmLibSVMAdaBoostPost(InputStream fileInputStream,
org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail,
String datasetUri,
Integer batchSize,
Integer numIterations,
Integer useResampling,
Integer weightThreshold,
Integer svmType,
Float coef0,
Float cost,
Integer degree,
BigDecimal eps,
BigDecimal gamma,
Integer kernelType,
BigDecimal loss,
Boolean normalize,
BigDecimal nu,
Boolean probabilityEstimates,
Boolean shrinking,
String weights,
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 |
Functions.algorithmLibSVMBaggingPost(InputStream fileInputStream,
org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail,
String datasetUri,
Integer bagSizePercent,
Integer batchSize,
Integer numIterations,
Integer svmType,
Float coef0,
Float cost,
Integer degree,
BigDecimal eps,
BigDecimal gamma,
Integer kernelType,
BigDecimal loss,
Boolean normalize,
BigDecimal nu,
Boolean probabilityEstimates,
Boolean shrinking,
String weights,
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 |
Functions.algorithmLibSVMPost(InputStream fileInputStream,
org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail,
String datasetUri,
Integer svmType,
Float coef0,
Float cost,
Integer degree,
BigDecimal eps,
BigDecimal gamma,
Integer kernelType,
BigDecimal loss,
Boolean normalize,
BigDecimal nu,
Boolean probabilityEstimates,
Boolean shrinking,
String weights,
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 |
Functions.algorithmLogisticPost(InputStream fileInputStream,
org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail,
String datasetUri,
BigDecimal ridge,
Boolean useConjugateGradientDescent,
Integer maxIts,
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 |
Functions.algorithmLRAdaBoostPost(InputStream fileInputStream,
org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail,
String datasetUri,
Integer batchSize,
Integer numIterations,
Integer useResampling,
Integer weightThreshold,
Integer attributeSelectionMethod,
Integer eliminateColinearAttributes,
BigDecimal ridge,
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 |
Functions.algorithmLRBaggingPost(InputStream fileInputStream,
org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail,
String datasetUri,
Integer bagSizePercent,
Integer batchSize,
Integer numIterations,
Integer attributeSelectionMethod,
Integer eliminateColinearAttributes,
BigDecimal ridge,
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 |
Functions.algorithmLRPost(InputStream fileInputStream,
org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail,
String datasetUri,
Integer attributeSelectionMethod,
Integer eliminateColinearAttributes,
BigDecimal ridge,
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 |
Trees.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 |
Trees.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 |
Trees.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 |
Rules.algorithmM5RclassificationPost(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 uriInfo,
javax.ws.rs.core.HttpHeaders headers,
javax.ws.rs.core.SecurityContext securityContext) |
javax.ws.rs.core.Response |
Functions.algorithmMultilayerPerceptronPost(InputStream fileInputStream,
org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail,
String datasetUri,
Double momentum,
Boolean nominalToBinaryFilter,
String hiddenLayers,
Integer validationThreshold,
Boolean normalizeAttributes,
Integer numDecimalPlaces,
Integer batchSize,
Boolean decay,
Integer validationSetSize,
Integer trainingTime,
Boolean normalizeNumericClass,
Double learningRate,
Boolean reset,
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 |
Bayes.algorithmNaiveBayesAdaBoostPost(InputStream fileInputStream,
org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail,
String datasetUri,
Integer batchSizeAda,
Integer numIterations,
Integer useResampling,
Integer weightThreshold,
Integer batchSize,
Integer useKernelEstimator,
BigDecimal useSupervisedDiscretization,
String validation,
Double validationNum,
String subjectid,
javax.ws.rs.core.UriInfo ui,
javax.ws.rs.core.HttpHeaders headers,
javax.ws.rs.core.SecurityContext securityContext)
REST interface to NaiveBayes algorithm
|
javax.ws.rs.core.Response |
Bayes.algorithmNaiveBayesBaggingPost(InputStream fileInputStream,
org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail,
String datasetUri,
Integer bagSizePercent,
Integer batchSizeBagging,
Integer numIterations,
Integer batchSize,
Integer useKernelEstimator,
BigDecimal useSupervisedDiscretization,
String validation,
Double validationNum,
String subjectid,
javax.ws.rs.core.UriInfo ui,
javax.ws.rs.core.HttpHeaders headers,
javax.ws.rs.core.SecurityContext securityContext)
REST interface to NaiveBayes algorithm
|
javax.ws.rs.core.Response |
Bayes.algorithmNaiveBayesPost(InputStream fileInputStream,
org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail,
String datasetUri,
Integer batchSize,
Integer useKernelEstimator,
BigDecimal useSupervisedDiscretization,
String validation,
Double validationNum,
String subjectid,
javax.ws.rs.core.UriInfo ui,
javax.ws.rs.core.HttpHeaders headers,
javax.ws.rs.core.SecurityContext securityContext)
REST interface to NaiveBayes algorithm
|
javax.ws.rs.core.Response |
Trees.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) |
javax.ws.rs.core.Response |
Functions.algorithmSMOPost(InputStream fileInputStream,
org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail,
String datasetUri,
Integer numFolds,
Double c,
Integer batchSize,
String kernel,
Integer filterType,
String calibrator,
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 |
Functions.algorithmSMOregPost(InputStream fileInputStream,
org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail,
String datasetUri,
Integer batchSize,
Double c,
Integer filterType,
String kernel,
String regOptimizer,
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 |
Rules.algorithmZeroRclassificationPost(InputStream fileInputStream,
org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail,
String datasetUri,
String validation,
Double validationNum,
String subjectid,
javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.HttpHeaders headers,
javax.ws.rs.core.SecurityContext securityContext) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
Authorization.login(String username,
String password,
javax.ws.rs.core.HttpHeaders headers) |
javax.ws.rs.core.Response |
Authorization.logout(String subjectId) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
Cluster.clusterEMPost(InputStream fileInputStream,
org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail,
String datasetUri,
Integer numFolds,
Integer numKMeansRuns,
Integer maximumNumberOfClusters,
Integer numClusters,
Integer maxIterations,
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 |
Cluster.clusterHierarchicalPost(InputStream fileInputStream,
org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail,
String datasetUri,
Boolean printNewick,
Integer numClusters,
String linkType,
Boolean distanceIsBranchLength,
String distanceFunction,
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 |
Cluster.clusterSimpleKMeansPost(InputStream fileInputStream,
org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail,
String datasetUri,
Integer canopyMaxNumCanopiesToHoldInMemory,
Double canopyMinimumCanopyDensity,
Double canopyPeriodicPruningRate,
Double canopyT1,
Double canopyT2,
Boolean displayStdDevs,
String distanceFunction,
Boolean dontReplaceMissingValues,
Boolean fastDistanceCalc,
Integer initializationMethod,
Integer maxIterations,
Integer numClusters,
Integer numExecutionSlots,
Boolean preserveInstancesOrder,
Boolean reduceNumberOfDistanceCalcsViaCanopies,
Integer seed,
String subjectid,
javax.ws.rs.core.UriInfo ui,
javax.ws.rs.core.HttpHeaders headers,
javax.ws.rs.core.SecurityContext securityContext) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
Dataset.create(String dataset_uri,
String class_uri,
String subjectid,
javax.ws.rs.core.HttpHeaders headers,
javax.ws.rs.core.UriInfo ui) |
javax.ws.rs.core.Response |
Dataset.filter(String id,
String idx_remove,
String scale,
String translation,
Boolean standardize,
Boolean ignore,
String attributeRange,
String attributeIndicies,
Integer bins,
Boolean useEqualFrequency,
String subjectid,
javax.ws.rs.core.HttpHeaders headers,
javax.ws.rs.core.UriInfo ui) |
javax.ws.rs.core.Response |
Task.get(String id,
String subjectid,
javax.ws.rs.core.UriInfo ui) |
javax.ws.rs.core.Response |
Dataset.getDatasetArff(String id,
String subjectid,
javax.ws.rs.core.UriInfo ui) |
javax.ws.rs.core.Response |
Model.getModel(String id,
String subjectid,
javax.ws.rs.core.UriInfo ui,
javax.ws.rs.core.HttpHeaders headers) |
javax.ws.rs.core.Response |
Model.getModelList(String subjectid,
javax.ws.rs.core.UriInfo ui,
javax.ws.rs.core.HttpHeaders headers) |
javax.ws.rs.core.Response |
Dataset.list(String subjectid,
javax.ws.rs.core.UriInfo ui,
javax.ws.rs.core.HttpHeaders headers) |
javax.ws.rs.core.Response |
Task.list(String subjectid,
javax.ws.rs.core.UriInfo ui,
javax.ws.rs.core.HttpHeaders headers) |
javax.ws.rs.core.Response |
Model.modelPost(InputStream fileInputStream,
org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail,
String datasetID,
String id,
String subjectid,
javax.ws.rs.core.UriInfo ui,
javax.ws.rs.core.HttpHeaders headers,
javax.ws.rs.core.SecurityContext securityContext) |
Copyright © 2018. All rights reserved.