AbstractErrorScaler |
Ancestor for classes that scale predictions.
|
AutoScaler |
Applies the specified numeric scaler to the data in case of a numeric class attribute, otherwise just passes on the data.
|
FixedSizeErrorScaler |
Scales the errors to a fixed size.
|
NumericErrorScalerWithReference |
Scales the errors for numeric class attributes, using an user-specified error as reference point for a specified size.
|
RelativeNumericErrorScaler |
Scales the errors for numeric class attributes.
|
RoundErrorScaler |
Performs no scaling at all, just rounds the error to the next integer.
|