Uses of Class
adams.flow.transformer.wekaevaluationpostprocessor.AbstractNumericClassPostProcessor
-
Packages that use AbstractNumericClassPostProcessor Package Description adams.flow.transformer.wekaevaluationpostprocessor -
-
Uses of AbstractNumericClassPostProcessor in adams.flow.transformer.wekaevaluationpostprocessor
Subclasses of AbstractNumericClassPostProcessor in adams.flow.transformer.wekaevaluationpostprocessor Modifier and Type Class Description class
RemoveWorst
Removes the worst predictions, which are considered outliers that detract from the actual model performance.class
RemoveWorstStdDev
Removes the worst predictions, which are considered outliers that detract from the actual model performance.class
SimpleSubRange
Generates an Evaluation object based on the actual class values that fall within the specified interval ranges.class
SubRange
Generates an Evaluation object based on the actual class values that fall within the specified interval ranges.
-