ErrorMetric class

Provides detailed error metrics to evaluate the performance of a predictor. This object is part of the Metrics object.

Constructors

ErrorMetric({String? forecastType, double? rmse, double? wape})
ErrorMetric.fromJson(Map<String, dynamic> json)
factory

Properties

forecastType String?
The Forecast type used to compute WAPE and RMSE.
final
hashCode int
The hash code for this object.
no setterinherited
rmse double?
The root-mean-square error (RMSE).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wape double?
The weighted absolute percentage error (WAPE).
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited