@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 and RMSE.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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 String forecastType()
The Forecast type used to compute WAPE and RMSE.
public Double wape()
The weighted absolute percentage error (WAPE).
public Double rmse()
The root-mean-square error (RMSE).
public ErrorMetric.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ErrorMetric.Builder,ErrorMetric>public static ErrorMetric.Builder builder()
public static Class<? extends ErrorMetric.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.