| AbsolutePredictionErrorComparator |
Comparator for predictions using the (absolute) prediction error (sorting increasingly).
|
| AbstractNumericClassPostProcessor |
Ancestor for numeric class post-processors.
|
| AbstractWekaEvaluationPostProcessor |
Ancestor for classes that post-process Evaluation objects.
|
| MultiPostProcessor |
Applies the specified post-processors sequentially to the input data and combines their output.
|
| PassThrough |
Does nothing, just passes through the input data.
|
| RemoveWorst |
Removes the worst predictions, which are considered outliers that
detract from the actual model performance.
|
| RemoveWorstStdDev |
Removes the worst predictions, which are considered outliers that
detract from the actual model performance.
|
| SimpleSubRange |
Generates an Evaluation object based on the actual class values that fall within the specified interval ranges.
|
| SubRange |
Generates an Evaluation object based on the actual class values that fall within the specified interval ranges.
|