Class PerformanceMetrics
java.lang.Object
com.amazonaws.services.machinelearning.model.PerformanceMetrics
- All Implemented Interfaces:
Serializable, Cloneable
Measurements of how well the MLModel performed on known
observations. One of the following metrics is returned, based on the type of
the MLModel:
-
BinaryAUC: The binary
MLModeluses the Area Under the Curve (AUC) technique to measure performance. -
RegressionRMSE: The regression
MLModeluses the Root Mean Square Error (RMSE) technique to measure performance. RMSE measures the difference between predicted and actual values for a single variable. -
MulticlassAvgFScore: The multiclass
MLModeluses the F1 score technique to measure performance.
For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPropertiesEntry(String key, String value) Removes all the entries added into Properties.clone()booleaninthashCode()voidsetProperties(Map<String, String> properties) toString()Returns a string representation of this object; useful for testing and debugging.withProperties(Map<String, String> properties)
-
Constructor Details
-
PerformanceMetrics
public PerformanceMetrics()
-
-
Method Details
-
getProperties
-
setProperties
-
withProperties
- Parameters:
properties-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addPropertiesEntry
-
clearPropertiesEntries
Removes all the entries added into Properties. <p> Returns a reference to this object so that method calls can be chained together. -
toString
-
equals
-
hashCode
-
clone
-