Uses of Class
com.amazonaws.services.machinelearning.model.PerformanceMetrics
Packages that use PerformanceMetrics
-
Uses of PerformanceMetrics in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return PerformanceMetricsModifier and TypeMethodDescriptionPerformanceMetrics.addPropertiesEntry(String key, String value) PerformanceMetrics.clearPropertiesEntries()Removes all the entries added into Properties.PerformanceMetrics.clone()Evaluation.getPerformanceMetrics()Measurements of how well theMLModelperformed, using observations referenced by theDataSource.GetEvaluationResult.getPerformanceMetrics()Measurements of how well theMLModelperformed using observations referenced by theDataSource.PerformanceMetrics.withProperties(Map<String, String> properties) Methods in com.amazonaws.services.machinelearning.model with parameters of type PerformanceMetricsModifier and TypeMethodDescriptionvoidEvaluation.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.Evaluation.withPerformanceMetrics(PerformanceMetrics performanceMetrics) Measurements of how well theMLModelperformed, using observations referenced by theDataSource.GetEvaluationResult.withPerformanceMetrics(PerformanceMetrics performanceMetrics) Measurements of how well theMLModelperformed using observations referenced by theDataSource.