A B C D E G H I L M O P R S T U 

A

addCustomizedFeatures(long, List<MLCustomizedFeature>) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV10
Adding customized features of an analysis.
addCustomizedFeatures(long, List<MLCustomizedFeature>) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV11
Adding customized features of an analysis.
addDefaultsIntoCustomizedFeatures(long, MLCustomizedFeature) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV10
Set default features as customized features of an analysis.
addDefaultsIntoCustomizedFeatures(long, MLCustomizedFeature) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV11
Set default features as customized features of an analysis.
addDefaultsIntoHyperParameters(long) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV10
Load default configurations as configurations of an analysis.
addDefaultsIntoHyperParameters(long) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV11
Load default configurations as configurations of an analysis.
addHyperParameters(long, List<MLHyperParameter>, String) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV10
Add hyper-parameters for the selected algorithm of an analysis.
addHyperParameters(long, List<MLHyperParameter>, String) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV11
Add hyper-parameters for the selected algorithm of an analysis.
addModelConfiguration(long, List<MLModelConfiguration>) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV10
Add configurations of an analysis.
addModelConfiguration(long, List<MLModelConfiguration>) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV11
Add configurations of an analysis.
addStorage(long, MLStorage) - Method in class org.wso2.carbon.ml.rest.api.ModelApiV10
Create a new model storage
addStorage(long, MLStorage) - Method in class org.wso2.carbon.ml.rest.api.ModelApiV11
Create a new model storage
AnalysisApiV10 - Class in org.wso2.carbon.ml.rest.api
WSO2 ML Analyses API.
AnalysisApiV10() - Constructor for class org.wso2.carbon.ml.rest.api.AnalysisApiV10
 
AnalysisApiV11 - Class in org.wso2.carbon.ml.rest.api
WSO2 ML Analyses API.
AnalysisApiV11() - Constructor for class org.wso2.carbon.ml.rest.api.AnalysisApiV11
 
auditLog - Static variable in class org.wso2.carbon.ml.rest.api.MLRestAPI
 
AUTHENTICATION_HEADER - Static variable in class org.wso2.carbon.ml.rest.api.RestAPIConstants
 
AuthenticationContext - Class in org.wso2.carbon.ml.rest.api.handler
 
AuthenticationContext() - Constructor for class org.wso2.carbon.ml.rest.api.handler.AuthenticationContext
 

B

BASIC_AUTHENTICATION - Static variable in class org.wso2.carbon.ml.rest.api.RestAPIConstants
 
buildModel(long) - Method in class org.wso2.carbon.ml.rest.api.ModelApiV10
Build the model
buildModel(long) - Method in class org.wso2.carbon.ml.rest.api.ModelApiV11
Build the model

C

CERTIFICATE_HEADER - Static variable in class org.wso2.carbon.ml.rest.api.RestAPIConstants
 
ConfigurationApiV10 - Class in org.wso2.carbon.ml.rest.api
This class is to handle REST verbs GET , POST and DELETE.
ConfigurationApiV10() - Constructor for class org.wso2.carbon.ml.rest.api.ConfigurationApiV10
 
ConfigurationApiV11 - Class in org.wso2.carbon.ml.rest.api
This class is to handle REST verbs GET , POST and DELETE.
ConfigurationApiV11() - Constructor for class org.wso2.carbon.ml.rest.api.ConfigurationApiV11
 
contextDestroyed(ServletContextEvent) - Method in class org.wso2.carbon.ml.rest.api.handler.ShutdownListener
 
contextInitialized(ServletContextEvent) - Method in class org.wso2.carbon.ml.rest.api.handler.ShutdownListener
 
createAnalysis(MLAnalysis) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV10
Create a new analysis of a project.
createAnalysis(MLAnalysis) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV11
Create a new analysis of a project.
createModel(MLModelData) - Method in class org.wso2.carbon.ml.rest.api.ModelApiV10
Create a new Model.
createModel(MLModelData) - Method in class org.wso2.carbon.ml.rest.api.ModelApiV11
Create a new Model.
createProject(MLProject) - Method in class org.wso2.carbon.ml.rest.api.ProjectApiV10
Create a new Project.

D

DatasetApiV10 - Class in org.wso2.carbon.ml.rest.api
This class defines the ML dataset API.
DatasetApiV10() - Constructor for class org.wso2.carbon.ml.rest.api.DatasetApiV10
 
deleteAnalysis(long) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV10
Delete an analysis of a given ID.
deleteAnalysis(long) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV11
Delete an analysis of a given ID.
deleteDataset(long) - Method in class org.wso2.carbon.ml.rest.api.DatasetApiV10
Delete the dataset for a given dataset ID.
deleteDatasetVersion(long) - Method in class org.wso2.carbon.ml.rest.api.DatasetApiV10
Delete the dataset version for a given dataset version ID.
deleteModel(long) - Method in class org.wso2.carbon.ml.rest.api.ModelApiV10
Delete a model
deleteModel(long) - Method in class org.wso2.carbon.ml.rest.api.ModelApiV11
Delete a model
deleteProject(long) - Method in class org.wso2.carbon.ml.rest.api.ProjectApiV10
Delete a project

E

exportModel(String) - Method in class org.wso2.carbon.ml.rest.api.ModelApiV10
Download the model
exportModel(long, String) - Method in class org.wso2.carbon.ml.rest.api.ModelApiV11
Download the model

G

getAlgorithm(String) - Method in class org.wso2.carbon.ml.rest.api.ConfigurationApiV10
Get MLAlgorithm object by algorithm name.
getAlgorithm(String) - Method in class org.wso2.carbon.ml.rest.api.ConfigurationApiV11
Get MLAlgorithm object by algorithm name.
getAlgorithmName(long) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV10
Get the algorithm name of an analysis.
getAlgorithmName(long) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV11
Get the algorithm name of an analysis.
getAlgorithmName() - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisConfigsBean
 
getAlgorithmType(long) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV10
Get the algorithm type of an analysis.
getAlgorithmType(long) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV11
Get the algorithm type of an analysis.
getAllAlgorithms() - Method in class org.wso2.carbon.ml.rest.api.ConfigurationApiV10
Get all supported algorithms.
getAllAlgorithms() - Method in class org.wso2.carbon.ml.rest.api.ConfigurationApiV11
Get all supported algorithms.
getAllAnalyses() - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV10
Retrieve all analyses.
getAllAnalyses() - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV11
Retrieve all analyses.
getAllAnalysesOfProject(long) - Method in class org.wso2.carbon.ml.rest.api.ProjectApiV10
Get all analyses of a project
getAllDatasets(String) - Method in class org.wso2.carbon.ml.rest.api.DatasetApiV10
Get all datasets of this tenant and user.
getAllDatasetVersions() - Method in class org.wso2.carbon.ml.rest.api.DatasetApiV10
Get all datasets with their versions.
getAllFeatures(String) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV10
Get all feature names of an analysis.
getAllFeatures(String) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV11
Get all feature names of an analysis.
getAllModels() - Method in class org.wso2.carbon.ml.rest.api.ModelApiV10
Get all models
getAllModels() - Method in class org.wso2.carbon.ml.rest.api.ModelApiV11
Get all models
getAllModelsOfAnalysis(long) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV10
Get all models of an analysis.
getAllModelsOfAnalysis(long) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV11
Get all models of an analysis.
getAllProjects() - Method in class org.wso2.carbon.ml.rest.api.ProjectApiV10
Get all projects
getAllProjectsWithAnalyses(String) - Method in class org.wso2.carbon.ml.rest.api.ProjectApiV10
Get all projects created with the given dataset
getAllVersionsets(long) - Method in class org.wso2.carbon.ml.rest.api.DatasetApiV10
Get all versions of a dataset.
getAnalyses() - Method in class org.wso2.carbon.ml.rest.api.model.MLProjectBean
 
getAnalysisOfProject(long, String) - Method in class org.wso2.carbon.ml.rest.api.ProjectApiV10
Get analysis of a project given the analysis name
getChartSamplePoints(long, String) - Method in class org.wso2.carbon.ml.rest.api.DatasetApiV10
Get chart sample points of a dataset version.
getChartSamplePointsOfLatestVersion(long, String) - Method in class org.wso2.carbon.ml.rest.api.DatasetApiV10
Get chart sample points of the latest version of a dataset.
getClusterPoints(long, String, int) - Method in class org.wso2.carbon.ml.rest.api.DatasetApiV10
Get cluster points of a dataset version.
getComments() - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisBean
 
getComments() - Method in class org.wso2.carbon.ml.rest.api.model.MLDatasetBean
 
getConfigs(long, int, int) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV10
Get configurations of an analysis.
getConfigs(long, int, int) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV11
Get configurations of an analysis.
getCreatedTime() - Method in class org.wso2.carbon.ml.rest.api.model.MLDatasetBean
 
getCreatedTime() - Method in class org.wso2.carbon.ml.rest.api.model.MLProjectBean
 
getCustomizedFeatures(long, int, int) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV10
Get customized features of an analysis.
getCustomizedFeatures(long, int, int) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV11
Get customized features of an analysis.
getCustomizedFeatures() - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisConfigsBean
 
getDASTables() - Method in class org.wso2.carbon.ml.rest.api.ConfigurationApiV10
Get available WSO2 DAS tables.
getDASTables() - Method in class org.wso2.carbon.ml.rest.api.ConfigurationApiV11
Get available WSO2 DAS tables.
getDataset(long) - Method in class org.wso2.carbon.ml.rest.api.DatasetApiV10
Get the dataset of a given dataset ID.
getDatasetId() - Method in class org.wso2.carbon.ml.rest.api.model.MLProjectBean
 
getDatasetName() - Method in class org.wso2.carbon.ml.rest.api.model.MLProjectBean
 
getDatasetStatus(long) - Method in class org.wso2.carbon.ml.rest.api.DatasetApiV10
Get the status of a dataset.
getDatasetStatus() - Method in class org.wso2.carbon.ml.rest.api.model.MLProjectBean
 
getDescription() - Method in class org.wso2.carbon.ml.rest.api.model.MLProjectBean
 
getException() - Method in class org.wso2.carbon.ml.rest.api.model.MLErrorBean
 
getfilteredFeatures(String, String) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV10
Get filtered feature names of an analysis.
getfilteredFeatures(String, String) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV11
Get filtered feature names of an analysis.
getFilteredFeatures(long, String) - Method in class org.wso2.carbon.ml.rest.api.DatasetApiV10
Get filtered feature names of a dataset.
getHyperParameters(long, String) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV10
Get hyper-parameter of an analysis.
getHyperParameters(long, String) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV11
Get hyper-parameter of an analysis.
getHyperParameters() - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisConfigsBean
 
getHyperParamsOfAlgorithm(String) - Method in class org.wso2.carbon.ml.rest.api.ConfigurationApiV10
Get hyper-parameters of an algorithm.
getHyperParamsOfAlgorithm(String) - Method in class org.wso2.carbon.ml.rest.api.ConfigurationApiV11
Get hyper-parameters of an algorithm.
getId() - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisBean
 
getId() - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisConfigsBean
 
getId() - Method in class org.wso2.carbon.ml.rest.api.model.MLDatasetBean
 
getId() - Method in class org.wso2.carbon.ml.rest.api.model.MLProjectBean
 
getId() - Method in class org.wso2.carbon.ml.rest.api.model.MLVersionBean
 
getModel(String) - Method in class org.wso2.carbon.ml.rest.api.ModelApiV10
 
getModel(String) - Method in class org.wso2.carbon.ml.rest.api.ModelApiV11
Get the model data
getModelSummary(long) - Method in class org.wso2.carbon.ml.rest.api.ModelApiV10
Get the model summary
getModelSummary(long) - Method in class org.wso2.carbon.ml.rest.api.ModelApiV11
Get the model summary
getName() - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisBean
 
getName() - Method in class org.wso2.carbon.ml.rest.api.model.MLDatasetBean
 
getName() - Method in class org.wso2.carbon.ml.rest.api.model.MLProjectBean
 
getNewAnomalyLabel(long) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV11
Get the new anomaly labels of an analysis.
getNewAnomalyLabel() - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisConfigsBean
 
getNewNormalLabel(long) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV11
Get the new normal label of an analysis.
getNewNormalLabel() - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisConfigsBean
 
getNormalization(long) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV11
Get the normalization option of an analysis.
getNormalLabels(long) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV11
Get the normal labels of an analysis.
getNormalLabels() - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisConfigsBean
 
getObservationList(long) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV11
get the observation list fraction of an analysis.
getObservations() - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisConfigsBean
 
getPMMLAvailability(String, String) - Method in class org.wso2.carbon.ml.rest.api.ConfigurationApiV11
Get PMML availability of an algorithm.
getProductRecommendations(long, int, int) - Method in class org.wso2.carbon.ml.rest.api.ModelApiV11
Get a list of recommended products for a given user using the given model.
getProductVariable(long) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV11
get the product variable of an analysis.
getProductVariable() - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisConfigsBean
 
getProject(String) - Method in class org.wso2.carbon.ml.rest.api.ProjectApiV10
Get project by project name
getProjectId() - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisBean
 
getProjectModels(long) - Method in class org.wso2.carbon.ml.rest.api.ProjectApiV10
Get all models of a project
getRatingVariable(long) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV11
get the rating variable of an analysis.
getRatingVariable() - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisConfigsBean
 
getRecommendations(long, int, int) - Method in class org.wso2.carbon.ml.rest.api.ModelApiV10
Get the model data
getResponse() - Method in class org.wso2.carbon.ml.rest.api.model.MLResponseBean
 
getResponseVariable(long) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV10
Get the response variable of an analysis.
getResponseVariable(long) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV11
Get the response variable of an analysis.
getResponseVariable() - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisConfigsBean
 
getSamplePoints(long) - Method in class org.wso2.carbon.ml.rest.api.DatasetApiV10
Get sample points of a dataset version.
getScatterPlotPoints(long, ScatterPlotPoints) - Method in class org.wso2.carbon.ml.rest.api.DatasetApiV10
Get scatter plot points of a dataset version.
getScatterPlotPointsOfLatestVersion(long, ScatterPlotPoints) - Method in class org.wso2.carbon.ml.rest.api.DatasetApiV10
Get scatter plot points of the latest version of a dataset.
getStatus() - Method in class org.wso2.carbon.ml.rest.api.model.MLDatasetBean
 
getStatus() - Method in class org.wso2.carbon.ml.rest.api.model.MLVersionBean
 
getSummarizedFeatures(long, int, int) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV10
Get summarized features of an analysis.
getSummarizedFeatures(long, int, int) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV11
Get summarized features of an analysis.
getSummaryStatistics(long, String) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV10
Get summary statistics of a feature of an analysis.
getSummaryStatistics(long, String) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV11
Get summary statistics of a feature of an analysis.
getSummaryStatistics(long, String) - Method in class org.wso2.carbon.ml.rest.api.DatasetApiV10
Get summary statistics of a dataset feature.
getSummaryStatSettings() - Method in class org.wso2.carbon.ml.rest.api.ConfigurationApiV10
Get summary statistics settings.
getSummaryStatSettings() - Method in class org.wso2.carbon.ml.rest.api.ConfigurationApiV11
Get summary statistics settings.
getTenantID() - Method in class org.wso2.carbon.ml.rest.api.MLRestAPI
 
getTrainDataFraction(long) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV10
Get the train data fraction of an analysis.
getTrainDataFraction(long) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV11
Get the train data fraction of an analysis.
getTrainDataFraction() - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisConfigsBean
 
getUserRecommendations(long, int, int) - Method in class org.wso2.carbon.ml.rest.api.ModelApiV11
Get a list of recommended users for a given product using the given model.
getUserVariable(long) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV11
get the user variable of an analysis.
getUserVariable() - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisConfigsBean
 
getVersion() - Method in class org.wso2.carbon.ml.rest.api.model.MLVersionBean
 
getVersions() - Method in class org.wso2.carbon.ml.rest.api.model.MLDatasetBean
 
getVersionset(long, String) - Method in class org.wso2.carbon.ml.rest.api.DatasetApiV10
Get dataset version for a given dataset ID and version.
getVersionset(long) - Method in class org.wso2.carbon.ml.rest.api.DatasetApiV10
Get dataset version for a given dataset version ID.

H

handleRequest(Message, ClassResourceInfo) - Method in class org.wso2.carbon.ml.rest.api.handler.MLBasicAuthenticationHandler
Authenticate requests received at the ml endpoint, using HTTP basic-auth headers as the authentication mechanism.
handleRequest(Message, ClassResourceInfo) - Method in class org.wso2.carbon.ml.rest.api.handler.SessionBasedAuthenticationHandler
 
HTTP_REQUEST_HEADER - Static variable in class org.wso2.carbon.ml.rest.api.RestAPIConstants
 

I

isAthenticated() - Static method in class org.wso2.carbon.ml.rest.api.handler.AuthenticationContext
 
isNormalization() - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisConfigsBean
 

L

login() - Method in class org.wso2.carbon.ml.rest.api.LoginLogoutApiV10
Login
LoginLogoutApiV10 - Class in org.wso2.carbon.ml.rest.api
WSO2 ML Login logout API.
LoginLogoutApiV10() - Constructor for class org.wso2.carbon.ml.rest.api.LoginLogoutApiV10
 
logout() - Method in class org.wso2.carbon.ml.rest.api.LoginLogoutApiV10
Logout.

M

MLAnalysisBean - Class in org.wso2.carbon.ml.rest.api.model
Represent an Analysis in ML.
MLAnalysisBean() - Constructor for class org.wso2.carbon.ml.rest.api.model.MLAnalysisBean
 
MLAnalysisConfigsBean - Class in org.wso2.carbon.ml.rest.api.model
Represents configurations of an analysis in ML.
MLAnalysisConfigsBean() - Constructor for class org.wso2.carbon.ml.rest.api.model.MLAnalysisConfigsBean
 
MLBasicAuthenticationHandler - Class in org.wso2.carbon.ml.rest.api.handler
 
MLBasicAuthenticationHandler() - Constructor for class org.wso2.carbon.ml.rest.api.handler.MLBasicAuthenticationHandler
 
MLDatasetBean - Class in org.wso2.carbon.ml.rest.api.model
Represent a Data-set in ML.
MLDatasetBean() - Constructor for class org.wso2.carbon.ml.rest.api.model.MLDatasetBean
 
MLErrorBean - Class in org.wso2.carbon.ml.rest.api.model
Represent an Error in ML.
MLErrorBean(String) - Constructor for class org.wso2.carbon.ml.rest.api.model.MLErrorBean
 
MLProjectBean - Class in org.wso2.carbon.ml.rest.api.model
Represent a Project in ML.
MLProjectBean() - Constructor for class org.wso2.carbon.ml.rest.api.model.MLProjectBean
 
MLResponseBean - Class in org.wso2.carbon.ml.rest.api.model
Represents a response in ML
MLResponseBean(Object) - Constructor for class org.wso2.carbon.ml.rest.api.model.MLResponseBean
 
MLRestAPI - Class in org.wso2.carbon.ml.rest.api
 
MLRestAPI() - Constructor for class org.wso2.carbon.ml.rest.api.MLRestAPI
 
MLVersionBean - Class in org.wso2.carbon.ml.rest.api.model
Represents a Data-set Version in ML
MLVersionBean() - Constructor for class org.wso2.carbon.ml.rest.api.model.MLVersionBean
 
ModelApiV10 - Class in org.wso2.carbon.ml.rest.api
This class is to handle REST verbs GET , POST and DELETE.
ModelApiV10() - Constructor for class org.wso2.carbon.ml.rest.api.ModelApiV10
 
ModelApiV11 - Class in org.wso2.carbon.ml.rest.api
This class is to handle REST verbs GET , POST and DELETE.
ModelApiV11() - Constructor for class org.wso2.carbon.ml.rest.api.ModelApiV11
 

O

options() - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV10
HTTP Options method implementation for analysis API.
options() - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV11
HTTP Options method implementation for analysis API.
options() - Method in class org.wso2.carbon.ml.rest.api.ConfigurationApiV10
 
options() - Method in class org.wso2.carbon.ml.rest.api.ConfigurationApiV11
 
options() - Method in class org.wso2.carbon.ml.rest.api.DatasetApiV10
 
options() - Method in class org.wso2.carbon.ml.rest.api.LoginLogoutApiV10
HTTP Options method implementation for analysis API.
options() - Method in class org.wso2.carbon.ml.rest.api.ModelApiV10
 
options() - Method in class org.wso2.carbon.ml.rest.api.ModelApiV11
 
options() - Method in class org.wso2.carbon.ml.rest.api.ProjectApiV10
 
org.wso2.carbon.ml.rest.api - package org.wso2.carbon.ml.rest.api
 
org.wso2.carbon.ml.rest.api.exceptions - package org.wso2.carbon.ml.rest.api.exceptions
 
org.wso2.carbon.ml.rest.api.handler - package org.wso2.carbon.ml.rest.api.handler
 
org.wso2.carbon.ml.rest.api.model - package org.wso2.carbon.ml.rest.api.model
 

P

predict(long, String, InputStream) - Method in class org.wso2.carbon.ml.rest.api.ModelApiV10
Predict using a file and return as a list of predicted values.
predict(long, List<String[]>) - Method in class org.wso2.carbon.ml.rest.api.ModelApiV10
Make predictions using a model
predict(long, String, InputStream, double, boolean) - Method in class org.wso2.carbon.ml.rest.api.ModelApiV11
Predict using a file and return as a list of predicted values.
predict(long, List<String[]>, double, boolean) - Method in class org.wso2.carbon.ml.rest.api.ModelApiV11
Make predictions using a model
ProjectApiV10 - Class in org.wso2.carbon.ml.rest.api
This class is to handle REST verbs GET , POST and DELETE.
ProjectApiV10() - Constructor for class org.wso2.carbon.ml.rest.api.ProjectApiV10
 
publishModel(long) - Method in class org.wso2.carbon.ml.rest.api.ModelApiV10
Publish the model to ML registry
publishModel(long, String) - Method in class org.wso2.carbon.ml.rest.api.ModelApiV11
Publish the model to ML registry

R

RESOURCE_NOT_FOUND - Static variable in class org.wso2.carbon.ml.rest.api.RestAPIConstants
 
RestAPIConstants - Class in org.wso2.carbon.ml.rest.api
 
RestAPIConstants() - Constructor for class org.wso2.carbon.ml.rest.api.RestAPIConstants
 

S

SessionBasedAuthenticationHandler - Class in org.wso2.carbon.ml.rest.api.handler
 
SessionBasedAuthenticationHandler() - Constructor for class org.wso2.carbon.ml.rest.api.handler.SessionBasedAuthenticationHandler
 
setAlgorithmName(String) - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisConfigsBean
 
setAnalyses(List<MLAnalysisBean>) - Method in class org.wso2.carbon.ml.rest.api.model.MLProjectBean
 
setComments(String) - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisBean
 
setComments(String) - Method in class org.wso2.carbon.ml.rest.api.model.MLDatasetBean
 
setCreatedTime(String) - Method in class org.wso2.carbon.ml.rest.api.model.MLDatasetBean
 
setCreatedTime(String) - Method in class org.wso2.carbon.ml.rest.api.model.MLProjectBean
 
setCustomizedFeatures(List<MLCustomizedFeature>) - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisConfigsBean
 
setDatasetId(long) - Method in class org.wso2.carbon.ml.rest.api.model.MLProjectBean
 
setDatasetName(String) - Method in class org.wso2.carbon.ml.rest.api.model.MLProjectBean
 
setDatasetStatus(String) - Method in class org.wso2.carbon.ml.rest.api.model.MLProjectBean
 
setDescription(String) - Method in class org.wso2.carbon.ml.rest.api.model.MLProjectBean
 
setException(String) - Method in class org.wso2.carbon.ml.rest.api.model.MLErrorBean
 
setHyperParameters(List<MLHyperParameter>) - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisConfigsBean
 
setId(long) - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisBean
 
setId(long) - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisConfigsBean
 
setId(long) - Method in class org.wso2.carbon.ml.rest.api.model.MLDatasetBean
 
setId(long) - Method in class org.wso2.carbon.ml.rest.api.model.MLProjectBean
 
setId(long) - Method in class org.wso2.carbon.ml.rest.api.model.MLVersionBean
 
setName(String) - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisBean
 
setName(String) - Method in class org.wso2.carbon.ml.rest.api.model.MLDatasetBean
 
setName(String) - Method in class org.wso2.carbon.ml.rest.api.model.MLProjectBean
 
setNewAnomalyLabel(String) - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisConfigsBean
 
setNewNormalLabel(String) - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisConfigsBean
 
setNormalization(boolean) - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisConfigsBean
 
setNormalLabels(String) - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisConfigsBean
 
setObservations(String) - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisConfigsBean
 
setProductVariable(String) - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisConfigsBean
 
setProjectId(long) - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisBean
 
setRatingVariable(String) - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisConfigsBean
 
setResponse(Object) - Method in class org.wso2.carbon.ml.rest.api.model.MLResponseBean
 
setResponseVariable(String) - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisConfigsBean
 
setStatus(String) - Method in class org.wso2.carbon.ml.rest.api.model.MLDatasetBean
 
setStatus(String) - Method in class org.wso2.carbon.ml.rest.api.model.MLVersionBean
 
setTrainDataFraction(double) - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisConfigsBean
 
setUserVariable(String) - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisConfigsBean
 
setVersion(String) - Method in class org.wso2.carbon.ml.rest.api.model.MLVersionBean
 
setVersions(List<MLVersionBean>) - Method in class org.wso2.carbon.ml.rest.api.model.MLDatasetBean
 
ShutdownListener - Class in org.wso2.carbon.ml.rest.api.handler
This shutdown hook will make the REST API to wait till the resources it used, clean up.
ShutdownListener() - Constructor for class org.wso2.carbon.ml.rest.api.handler.ShutdownListener
 
streamingPredict(long, String, String, InputStream) - Method in class org.wso2.carbon.ml.rest.api.ModelApiV10
Predict using a file and return predictions as a CSV.
streamingPredict(long, String, String, InputStream, double, boolean) - Method in class org.wso2.carbon.ml.rest.api.ModelApiV11
Predict using a file and return predictions as a CSV.

T

TYPE_JSON - Static variable in class org.wso2.carbon.ml.rest.api.RestAPIConstants
 

U

UnAuthorizedException - Exception in org.wso2.carbon.ml.rest.api.exceptions
 
UnAuthorizedException(String) - Constructor for exception org.wso2.carbon.ml.rest.api.exceptions.UnAuthorizedException
 
UnAuthorizedException(String, Throwable) - Constructor for exception org.wso2.carbon.ml.rest.api.exceptions.UnAuthorizedException
 
uploadDataset(String, String, String, String, String, String, String, boolean, InputStream) - Method in class org.wso2.carbon.ml.rest.api.DatasetApiV10
Upload a new dataset.
A B C D E G H I L M O P R S T U 

Copyright © 2015 WSO2, Inc.. All Rights Reserved.