Uses of Interface
adams.flow.transformer.summarystatistics.NumericSummaryStatistic
-
Packages that use NumericSummaryStatistic Package Description adams.flow.transformer.summarystatistics -
-
Uses of NumericSummaryStatistic in adams.flow.transformer.summarystatistics
Classes in adams.flow.transformer.summarystatistics that implement NumericSummaryStatistic Modifier and Type Class Description classAbstractGeneralSummaryStatisticAncestor for statistics that can be applied to numeric and categorical predictions.classAbstractNumericSummaryStatisticAncestor for summary statistics that work with numeric predictions.classCorrelationCoefficientCalculates the correlation coefficient.classMeanAbsoluteErrorCalculates the MAE.classNoPredictionCalculates the rows with no prediction.classRootMeanSquaredErrorCalculates the RMSE.
-