@Generated(value="software.amazon.awssdk:codegen") public final class ErrorMetric extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ErrorMetric.Builder,ErrorMetric>
Provides detailed error metrics to evaluate the performance of a predictor. This object is part of the Metrics object.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ErrorMetric.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ErrorMetric.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
forecastType()
The Forecast type used to compute WAPE, MAPE, MASE, and RMSE.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
mape()
The Mean Absolute Percentage Error (MAPE)
|
Double |
mase()
The Mean Absolute Scaled Error (MASE)
|
Double |
rmse()
The root-mean-square error (RMSE).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ErrorMetric.Builder> |
serializableBuilderClass() |
ErrorMetric.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Double |
wape()
The weighted absolute percentage error (WAPE).
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String forecastType()
The Forecast type used to compute WAPE, MAPE, MASE, and RMSE.
public final Double wape()
The weighted absolute percentage error (WAPE).
public final Double rmse()
The root-mean-square error (RMSE).
public final Double mase()
The Mean Absolute Scaled Error (MASE)
public final Double mape()
The Mean Absolute Percentage Error (MAPE)
public ErrorMetric.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ErrorMetric.Builder,ErrorMetric>public static ErrorMetric.Builder builder()
public static Class<? extends ErrorMetric.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.