Uses of Class
com.amazonaws.services.machinelearning.model.PerformanceMetrics
-
Packages that use PerformanceMetrics Package Description com.amazonaws.services.machinelearning.model -
-
Uses of PerformanceMetrics in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return PerformanceMetrics Modifier and Type Method Description PerformanceMetrics
PerformanceMetrics. addPropertiesEntry(String key, String value)
PerformanceMetrics
PerformanceMetrics. clearPropertiesEntries()
Removes all the entries added into Properties.PerformanceMetrics
PerformanceMetrics. clone()
PerformanceMetrics
Evaluation. getPerformanceMetrics()
Measurements of how well theMLModel
performed, using observations referenced by theDataSource
.PerformanceMetrics
GetEvaluationResult. getPerformanceMetrics()
Measurements of how well theMLModel
performed using observations referenced by theDataSource
.PerformanceMetrics
PerformanceMetrics. withProperties(Map<String,String> properties)
Methods in com.amazonaws.services.machinelearning.model with parameters of type PerformanceMetrics Modifier and Type Method Description void
Evaluation. setPerformanceMetrics(PerformanceMetrics performanceMetrics)
Measurements of how well theMLModel
performed, using observations referenced by theDataSource
.void
GetEvaluationResult. setPerformanceMetrics(PerformanceMetrics performanceMetrics)
Measurements of how well theMLModel
performed using observations referenced by theDataSource
.Evaluation
Evaluation. withPerformanceMetrics(PerformanceMetrics performanceMetrics)
Measurements of how well theMLModel
performed, using observations referenced by theDataSource
.GetEvaluationResult
GetEvaluationResult. withPerformanceMetrics(PerformanceMetrics performanceMetrics)
Measurements of how well theMLModel
performed using observations referenced by theDataSource
.
-