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 class
AbstractGeneralSummaryStatistic
Ancestor for statistics that can be applied to numeric and categorical predictions.class
AbstractNumericSummaryStatistic
Ancestor for summary statistics that work with numeric predictions.class
CorrelationCoefficient
Calculates the correlation coefficient.class
MeanAbsoluteError
Calculates the MAE.class
NoPrediction
Calculates the rows with no prediction.class
RootMeanSquaredError
Calculates the RMSE.
-