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 class
AbstractCategoricalSummaryStatistic
Ancestor for summary statistics that work with numeric predictions.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
Accuracy
Calculates the accuracy (aka correct percentage).class
CorrelationCoefficient
Calculates the correlation coefficient.class
MeanAbsoluteError
Calculates the MAE.class
NoPrediction
Calculates the rows with no prediction.class
RootMeanSquaredError
Calculates the RMSE.
-