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_Statistics
the 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 void
SummaryStatistics. 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 interface
CategoricalSummaryStatistic
Interface for statistics that work on categorical predictions.interface
NumericSummaryStatistic
Interface for statistics that work on numeric predictions.Classes in adams.flow.transformer.summarystatistics that implement SummaryStatistic 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
AbstractSummaryStatistic
Ancestor for summary statistics.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.
-