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 PerformanceMetricsPerformanceMetrics. addPropertiesEntry(String key, String value)PerformanceMetricsPerformanceMetrics. clearPropertiesEntries()Removes all the entries added into Properties.PerformanceMetricsPerformanceMetrics. clone()PerformanceMetricsEvaluation. getPerformanceMetrics()Measurements of how well theMLModelperformed, using observations referenced by theDataSource.PerformanceMetricsGetEvaluationResult. getPerformanceMetrics()Measurements of how well theMLModelperformed using observations referenced by theDataSource.PerformanceMetricsPerformanceMetrics. withProperties(Map<String,String> properties)Methods in com.amazonaws.services.machinelearning.model with parameters of type PerformanceMetrics Modifier and Type Method Description voidEvaluation. setPerformanceMetrics(PerformanceMetrics performanceMetrics)Measurements of how well theMLModelperformed, using observations referenced by theDataSource.voidGetEvaluationResult. setPerformanceMetrics(PerformanceMetrics performanceMetrics)Measurements of how well theMLModelperformed using observations referenced by theDataSource.EvaluationEvaluation. withPerformanceMetrics(PerformanceMetrics performanceMetrics)Measurements of how well theMLModelperformed, using observations referenced by theDataSource.GetEvaluationResultGetEvaluationResult. withPerformanceMetrics(PerformanceMetrics performanceMetrics)Measurements of how well theMLModelperformed using observations referenced by theDataSource.
-