Uses of Class
adams.data.spreadsheet.colstatistic.AbstractColumnStatistic
-
Packages that use AbstractColumnStatistic Package Description adams.data.spreadsheet.colstatistic adams.flow.transformer -
-
Uses of AbstractColumnStatistic in adams.data.spreadsheet.colstatistic
Subclasses of AbstractColumnStatistic in adams.data.spreadsheet.colstatistic Modifier and Type Class Description classAbstractDoubleArrayColumnStatisticAncestor for statistics that just use all numeric values in the column.classArrayStatisticPushes the numeric column through the specified array statistic.classDistinctCounts the distinct numeric/string values.classIQRCalculates the IQR (interquartile range) for a numeric column.classLabelCountsCounts how often a label (ie string) occurs.classMaxCalculates the max for a numeric column.classMeanCalculates the mean for a numeric column.classMedianCalculates the median for a numeric column.classMinCalculates the min for a numeric column.classMissingCounts the missing cells.classMultiColumnStatisticCombines the statistics calculated from the specified statistic generators.classPercentileCalculates the specified percentile.classSignalToNoiseRatioCalculates the signal to noise ratio for a numeric column.
For more information, see:
WikiPedia.classStandardDeviationCalculates the standard deviation (population or sample).classSumCalculates the sum for a numeric column.classUniqueCounts the unique occurrences of numeric/string values.Fields in adams.data.spreadsheet.colstatistic declared as AbstractColumnStatistic Modifier and Type Field Description protected AbstractColumnStatistic[]MultiColumnStatistic. m_Statisticsthe statistics to calculate.Methods in adams.data.spreadsheet.colstatistic that return AbstractColumnStatistic Modifier and Type Method Description AbstractColumnStatistic[]MultiColumnStatistic. getStatistics()Returns the statistic generators in use.Methods in adams.data.spreadsheet.colstatistic with parameters of type AbstractColumnStatistic Modifier and Type Method Description voidMultiColumnStatistic. setStatistics(AbstractColumnStatistic[] value)Sets the statistic generators to use. -
Uses of AbstractColumnStatistic in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractColumnStatistic Modifier and Type Field Description protected AbstractColumnStatisticSpreadSheetColumnStatistic. m_Statisticthe statistic to generate.Methods in adams.flow.transformer that return AbstractColumnStatistic Modifier and Type Method Description AbstractColumnStatisticSpreadSheetColumnStatistic. getStatistic()Returns the statistic to generateMethods in adams.flow.transformer with parameters of type AbstractColumnStatistic Modifier and Type Method Description voidSpreadSheetColumnStatistic. setStatistic(AbstractColumnStatistic value)Sets the statistic to generate.
-