Package | Description |
---|---|
com.amazonaws.services.machinelearning.model |
Classes modeling the various types represented by AmazonMachineLearning.
|
Modifier and Type | Method and Description |
---|---|
PerformanceMetrics |
PerformanceMetrics.addPropertiesEntry(String key,
String value)
Sets the value of the Properties property for this object.
|
PerformanceMetrics |
PerformanceMetrics.clearPropertiesEntries()
Removes all the entries added into Properties.
|
PerformanceMetrics |
PerformanceMetrics.clone() |
PerformanceMetrics |
GetEvaluationResult.getPerformanceMetrics()
Measurements of how well the
MLModel performed using
observations referenced by the DataSource . |
PerformanceMetrics |
Evaluation.getPerformanceMetrics()
Measurements of how well the
MLModel performed, using
observations referenced by the DataSource . |
PerformanceMetrics |
PerformanceMetrics.withProperties(Map<String,String> properties)
Sets the value of the Properties property for this object.
|
Modifier and Type | Method and Description |
---|---|
void |
GetEvaluationResult.setPerformanceMetrics(PerformanceMetrics performanceMetrics)
Measurements of how well the
MLModel performed using
observations referenced by the DataSource . |
void |
Evaluation.setPerformanceMetrics(PerformanceMetrics performanceMetrics)
Measurements of how well the
MLModel performed, using
observations referenced by the DataSource . |
GetEvaluationResult |
GetEvaluationResult.withPerformanceMetrics(PerformanceMetrics performanceMetrics)
Measurements of how well the
MLModel performed using
observations referenced by the DataSource . |
Evaluation |
Evaluation.withPerformanceMetrics(PerformanceMetrics performanceMetrics)
Measurements of how well the
MLModel performed, using
observations referenced by the DataSource . |
Copyright © 2015. All rights reserved.