| Package | Description |
|---|---|
| com.amazonaws.services.machinelearning.model |
| Modifier and Type | Method and Description |
|---|---|
PerformanceMetrics |
PerformanceMetrics.addPropertiesEntry(String key,
String value) |
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) |
| 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.