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