Uses of Class
adams.flow.transformer.summarystatistics.AbstractSummaryStatistic
-
Packages that use AbstractSummaryStatistic Package Description adams.flow.transformer.summarystatistics -
-
Uses of AbstractSummaryStatistic in adams.flow.transformer.summarystatistics
Subclasses of AbstractSummaryStatistic in adams.flow.transformer.summarystatistics Modifier and Type Class Description classAbstractCategoricalSummaryStatisticAncestor for summary statistics that work with numeric predictions.classAbstractGeneralSummaryStatisticAncestor for statistics that can be applied to numeric and categorical predictions.classAbstractNumericSummaryStatisticAncestor for summary statistics that work with numeric predictions.classAccuracyCalculates the accuracy (aka correct percentage).classCorrelationCoefficientCalculates the correlation coefficient.classMeanAbsoluteErrorCalculates the MAE.classNoPredictionCalculates the rows with no prediction.classRootMeanSquaredErrorCalculates the RMSE.
-