| Package | Description |
|---|---|
| org.wso2.carbon.ml.integration.ui.pages.carbon | |
| org.wso2.carbon.ml.integration.ui.pages.mlui | |
| org.wso2.carbon.ml.integration.ui.pages.mlui.analysis |
| Modifier and Type | Method and Description |
|---|---|
CarbonHomePage |
CarbonLoginPage.loginAs(String userName,
String password)
Logs into the Carbon Console using user credentials.
|
CarbonLoginPage |
CarbonHomePage.logout()
Logout from the Carbon console.
|
| Modifier and Type | Method and Description |
|---|---|
PreprocessPage |
MLProjectsPage.createAnalysis(String analysisName)
Create a new analysis and return the Preprocess page
|
MLDatasetsPage |
MLUIHomePage.createDataset()
Create a new Dataset
|
DataImportPage |
MLDatasetsPage.createDataset()
Create a new DataImportPage
|
DatasetVersionPage |
MLDatasetsPage.createDatasetVersion(String datasetVersion)
Create a new DatasetVersionPage
|
MLProjectsPage |
NewProjectPage.createNewProject(String projectName,
String description,
String datasetName)
Create a new project
|
MLProjectsPage |
MLUIHomePage.createProject()
Create a new Project
|
NewProjectPage |
MLProjectsPage.createProject()
Create a NewProjectPage
|
MLDatasetsPage |
DataImportPage.importData(File dataFile,
String datasetName,
String version,
String description,
String sourceType,
String dataFormat,
String columnHeader)
Import dataset
|
MLUIHomePage |
MLUILoginPage.loginAs(String userName,
String password)
Provide facility to log into the ml UI using user credentials
|
MLUILoginPage |
MLUIHomePage.logout()
Logout from the ml UI
|
MLDatasetsPage |
DatasetVersionPage.uploadDatasetVersion(File dataFile,
String sourceType,
String dataFormat,
String columnHeader)
Upload dataset version
|
| Modifier and Type | Method and Description |
|---|---|
ModelPage |
AnalysisPage.createModel()
Create a new model from existing analysis
Redirect to Model page
|
ExplorePage |
PreprocessPage.next()
Create ExplorePage
|
AlgorithmPage |
ExplorePage.next()
Create AlgorthmPage
|
ModelPage |
ParametersPage.next()
Create ModelPage
|
ParametersPage |
AlgorithmPage.next()
Create ParametersPage
|
AnalysisPage |
ModelPage.next(String datasetVersion)
Create AnalysisPage
|
ParametersPage |
ModelPage.previous()
Create ParametersPage
|
Copyright © 2015 WSO2, Inc.. All rights reserved.