A B C D E G H 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 this analysis.
addDefaultsIntoCustomizedFeatures(long, MLCustomizedFeature) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV10
load default features as customized features of this analysis.
addDefaultsIntoHyperParameters(long) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV10
loading default configurations as configurations (algorithm etc.) of this analysis.
addHyperParameters(long, List<MLHyperParameter>, String) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV10
Adding hyper parameters for the selected algorithm of this analysis.
addModelConfiguration(long, List<MLModelConfiguration>) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV10
Adding configurations (algorithm etc.) of this analysis.
addStorage(long, MLStorage) - Method in class org.wso2.carbon.ml.rest.api.ModelApiV10
 
AnalysisApiV10 - Class in org.wso2.carbon.ml.rest.api
WSO2 ML Analyses API.
AnalysisApiV10() - Constructor for class org.wso2.carbon.ml.rest.api.AnalysisApiV10
 
AUTHENTICATION_HEADER - Static variable in class org.wso2.carbon.ml.rest.api.RestAPIConstants
 

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
 

C

CERTIFICATE_HEADER - Static variable in class org.wso2.carbon.ml.rest.api.RestAPIConstants
 
createAnalysis(MLAnalysis) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV10
Create a new Analysis of a project.
createModel(MLModelNew) - Method in class org.wso2.carbon.ml.rest.api.ModelApiV10
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.
deleteDataset(long) - Method in class org.wso2.carbon.ml.rest.api.DatasetApiV10
Delete the dataset of a given dataset ID.
deleteDatasetVersion(long) - Method in class org.wso2.carbon.ml.rest.api.DatasetApiV10
Delete the dataset version of a given dataset version ID.
deleteModel(long) - Method in class org.wso2.carbon.ml.rest.api.ModelApiV10
 
deleteProject(String) - Method in class org.wso2.carbon.ml.rest.api.ProjectApiV10
 

E

exportModel(String) - Method in class org.wso2.carbon.ml.rest.api.ModelApiV10
 

G

getAlgorithmName(long) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV10
get the algorithm name of an analysis.
getAllAnalyses() - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV10
Retrieve all analyses.
getAllAnalyses() - Method in class org.wso2.carbon.ml.rest.api.ProjectApiV10
 
getAllAnalysesOfProject(long) - Method in class org.wso2.carbon.ml.rest.api.ProjectApiV10
 
getAllDatasets() - 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 and their versions of a given user.
getAllFeatures(String) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV10
get all feature names of an analysis.
getAllModels() - Method in class org.wso2.carbon.ml.rest.api.ModelApiV10
 
getAllModelsOfAnalysis(long) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV10
Get all models of a given analysis.
getAllProjects() - Method in class org.wso2.carbon.ml.rest.api.ProjectApiV10
 
getAllVersionsets(long) - Method in class org.wso2.carbon.ml.rest.api.DatasetApiV10
Get all versions of a dataset with a given id.
getAnalyses() - Method in class org.wso2.carbon.ml.rest.api.model.MLProjectBean
 
getAnalysis(String) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV10
Deprecated. 
getAnalysisOfProject(long, String) - Method in class org.wso2.carbon.ml.rest.api.ProjectApiV10
 
getChartSamplePoints(long, String) - Method in class org.wso2.carbon.ml.rest.api.DatasetApiV10
Get chart sample points of a dataset version for a feature list.
getChartSamplePointsOfLatestVersion(long, String) - Method in class org.wso2.carbon.ml.rest.api.DatasetApiV10
Get chart sample points of a dataset version for a feature list.
getClusterPoints(long, String, int) - Method in class org.wso2.carbon.ml.rest.api.DatasetApiV10
Get cluster points of a dataset for a feature list.
getComments() - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisBean
 
getComments() - Method in class org.wso2.carbon.ml.rest.api.model.MLDatasetBean
 
getCreatedTime() - Method in class org.wso2.carbon.ml.rest.api.model.MLDatasetBean
 
getCreatedTime() - Method in class org.wso2.carbon.ml.rest.api.model.MLProjectBean
 
getDataset(long) - Method in class org.wso2.carbon.ml.rest.api.DatasetApiV10
Get the dataset corresponds to 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
 
getDescription() - Method in class org.wso2.carbon.ml.rest.api.model.MLProjectBean
 
getfilteredFeatures(String, String) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV10
get filtered feature names of an analysis.
getHyperParameters(long, String) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV10
get hyper-parameters of an analysis.
getId() - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisBean
 
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
 
getModelSummary(long) - Method in class org.wso2.carbon.ml.rest.api.ModelApiV10
 
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
 
getProject(String) - Method in class org.wso2.carbon.ml.rest.api.ProjectApiV10
 
getProjectId() - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisBean
 
getResponseVariable(long) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV10
get the response variable of an analysis.
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 a dataset version.
getSummarizedFeatures(long, int, int) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV10
get summarized features of an analysis.
getSummaryStatistics(long, String) - Method in class org.wso2.carbon.ml.rest.api.AnalysisApiV10
get summarized statistics of a feature of an analysis.
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.
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) - Method in class org.wso2.carbon.ml.rest.api.DatasetApiV10
Get a dataset version with a given id.

H

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

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
 
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
 
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
 
MLRequestAuthenticationHandler - Class in org.wso2.carbon.ml.rest.api.handler
 
MLRequestAuthenticationHandler() - Constructor for class org.wso2.carbon.ml.rest.api.handler.MLRequestAuthenticationHandler
 
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
 
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
 

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.DatasetApiV10
 
options() - Method in class org.wso2.carbon.ml.rest.api.ModelApiV10
 
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[]) - Method in class org.wso2.carbon.ml.rest.api.ModelApiV10
 
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
 

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

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
 
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
 
setDescription(String) - Method in class org.wso2.carbon.ml.rest.api.model.MLProjectBean
 
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.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
 
setProjectId(long) - Method in class org.wso2.carbon.ml.rest.api.model.MLAnalysisBean
 
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
 

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 data-set.
A B C D E G H M O P R S T U 

Copyright © 2015 WSO2, Inc.. All rights reserved.