Package | Description |
---|---|
org.wso2.carbon.ml.core.factories | |
org.wso2.carbon.ml.core.interfaces |
Modifier and Type | Method and Description |
---|---|
static DatasetType |
DatasetType.getDatasetType(String value)
get
DatasetType for a given value. |
static DatasetType |
DatasetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatasetType[] |
DatasetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static DatasetProcessor |
DatasetProcessorFactory.buildDatasetProcessor(DatasetType type,
org.wso2.carbon.ml.commons.domain.MLDataset dataset,
InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
DatasetType |
DatasetProcessor.getType() |
Modifier and Type | Method and Description |
---|---|
void |
DatasetProcessor.setType(DatasetType type) |
Constructor and Description |
---|
DatasetProcessor(DatasetType type,
org.wso2.carbon.ml.commons.domain.MLDataset dataset) |
Copyright © 2016 WSO2, Inc.. All Rights Reserved.