public class MLAnalysisConfigsBean extends Object
Constructor and Description |
---|
MLAnalysisConfigsBean() |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithmName() |
List<org.wso2.carbon.ml.commons.domain.MLCustomizedFeature> |
getCustomizedFeatures() |
List<org.wso2.carbon.ml.commons.domain.MLHyperParameter> |
getHyperParameters() |
long |
getId() |
String |
getResponseVariable() |
double |
getTrainDataFraction() |
void |
setAlgorithmName(String algorithmName) |
void |
setCustomizedFeatures(List<org.wso2.carbon.ml.commons.domain.MLCustomizedFeature> customizedFeatures) |
void |
setHyperParameters(List<org.wso2.carbon.ml.commons.domain.MLHyperParameter> hyperParameters) |
void |
setId(long id) |
void |
setResponseVariable(String responseVariable) |
void |
setTrainDataFraction(double trainDataFraction) |
public long getId()
public void setId(long id)
public List<org.wso2.carbon.ml.commons.domain.MLCustomizedFeature> getCustomizedFeatures()
public void setCustomizedFeatures(List<org.wso2.carbon.ml.commons.domain.MLCustomizedFeature> customizedFeatures)
public String getAlgorithmName()
public void setAlgorithmName(String algorithmName)
public String getResponseVariable()
public void setResponseVariable(String responseVariable)
public double getTrainDataFraction()
public void setTrainDataFraction(double trainDataFraction)
public List<org.wso2.carbon.ml.commons.domain.MLHyperParameter> getHyperParameters()
public void setHyperParameters(List<org.wso2.carbon.ml.commons.domain.MLHyperParameter> hyperParameters)
Copyright © 2015 WSO2, Inc.. All Rights Reserved.