public class AnomalyDetectionModelSummary extends Object implements org.wso2.carbon.ml.commons.domain.ModelSummary, Serializable
Constructor and Description |
---|
AnomalyDetectionModelSummary() |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm() |
int |
getBestPercentile() |
List<org.wso2.carbon.ml.commons.domain.ClusterPoint> |
getClusterPoints() |
String |
getDatasetVersion() |
String[] |
getFeatures() |
String |
getModelSummaryType() |
Map<Integer,MulticlassMetrics> |
getPercentileToMulticlassMetricsMap() |
void |
setAlgorithm(String algorithm) |
void |
setBestPercentile(int bestPercentile) |
void |
setClusterPoints(List<org.wso2.carbon.ml.commons.domain.ClusterPoint> clusterPoints) |
void |
setDatasetVersion(String datasetVersion) |
void |
setFeatures(String[] features) |
void |
setPercentileToMulticlassMetricsMap(Map<Integer,MulticlassMetrics> percentileToMulticlassMetricsMap) |
public String getAlgorithm()
public void setAlgorithm(String algorithm)
public String getModelSummaryType()
getModelSummaryType
in interface org.wso2.carbon.ml.commons.domain.ModelSummary
public void setFeatures(String[] features)
public String[] getFeatures()
getFeatures
in interface org.wso2.carbon.ml.commons.domain.ModelSummary
public Map<Integer,MulticlassMetrics> getPercentileToMulticlassMetricsMap()
public void setPercentileToMulticlassMetricsMap(Map<Integer,MulticlassMetrics> percentileToMulticlassMetricsMap)
public List<org.wso2.carbon.ml.commons.domain.ClusterPoint> getClusterPoints()
public void setClusterPoints(List<org.wso2.carbon.ml.commons.domain.ClusterPoint> clusterPoints)
public int getBestPercentile()
public void setBestPercentile(int bestPercentile)
public String getDatasetVersion()
public void setDatasetVersion(String datasetVersion)
Copyright © 2015 WSO2, Inc.. All Rights Reserved.