public class ClusterModelSummary extends Object implements org.wso2.carbon.ml.commons.domain.ModelSummary, Serializable
Constructor and Description |
---|
ClusterModelSummary() |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm() |
String |
getDatasetVersion() |
String[] |
getFeatures() |
String |
getModelSummaryType() |
double |
getTestDataComputeCost() |
double |
getTrainDataComputeCost() |
void |
setAlgorithm(String algorithm) |
void |
setDatasetVersion(String datasetVersion) |
void |
setFeatures(String[] features) |
void |
setTestDataComputeCost(double testDataComputeCost) |
void |
setTrainDataComputeCost(double trainDataComputeCost) |
public String getAlgorithm()
public void setAlgorithm(String algorithm)
public String getModelSummaryType()
getModelSummaryType
in interface org.wso2.carbon.ml.commons.domain.ModelSummary
public double getTrainDataComputeCost()
public void setTrainDataComputeCost(double trainDataComputeCost)
public double getTestDataComputeCost()
public void setTestDataComputeCost(double testDataComputeCost)
public void setFeatures(String[] features)
features
- Array of names of the featurespublic String getDatasetVersion()
public void setDatasetVersion(String datasetVersion)
public String[] getFeatures()
getFeatures
in interface org.wso2.carbon.ml.commons.domain.ModelSummary
Copyright © 2015 WSO2, Inc.. All Rights Reserved.