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