Uses of Interface
adams.flow.transformer.summarystatistics.SummaryStatistic
-
Packages that use SummaryStatistic Package Description adams.flow.transformer adams.flow.transformer.summarystatistics -
-
Uses of SummaryStatistic in adams.flow.transformer
Fields in adams.flow.transformer declared as SummaryStatistic Modifier and Type Field Description protected SummaryStatistic[]SummaryStatistics. m_Statisticsthe statistics.Methods in adams.flow.transformer that return SummaryStatistic Modifier and Type Method Description SummaryStatistic[]SummaryStatistics. getStatistics()Returns the statistics to calculate.Methods in adams.flow.transformer with parameters of type SummaryStatistic Modifier and Type Method Description voidSummaryStatistics. setStatistics(SummaryStatistic[] value)Sets the statistics to calculate. -
Uses of SummaryStatistic in adams.flow.transformer.summarystatistics
Subinterfaces of SummaryStatistic in adams.flow.transformer.summarystatistics Modifier and Type Interface Description interfaceCategoricalSummaryStatisticInterface for statistics that work on categorical predictions.interfaceNumericSummaryStatisticInterface for statistics that work on numeric predictions.Classes in adams.flow.transformer.summarystatistics that implement SummaryStatistic 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.classAbstractSummaryStatisticAncestor for summary statistics.classAccuracyCalculates the accuracy (aka correct percentage).classCorrelationCoefficientCalculates the correlation coefficient.classMeanAbsoluteErrorCalculates the MAE.classNoPredictionCalculates the rows with no prediction.classRootMeanSquaredErrorCalculates the RMSE.
-