Uses of Interface
adams.data.spreadsheet.SpreadSheetViewCreator
-
Packages that use SpreadSheetViewCreator Package Description adams.flow.transformer -
-
Uses of SpreadSheetViewCreator in adams.flow.transformer
Classes in adams.flow.transformer that implement SpreadSheetViewCreator Modifier and Type Class Description class
SpreadSheetColumnFilter
Filters spreadsheets using the specified column finder.
The output contains all the columns that the specified finder selected.class
SpreadSheetRandomSystematicSample
Performs random systematic sampling on the rows of the incoming spreadsheet.
Divides the rows into N blocks with N being the sample size.class
SpreadSheetRowFilter
Filters spreadsheets using the specified row finder.
The output contains all the rows that the specified finder selected.class
SpreadSheetSubset
Extracts a subset of rows/columns from a spreadsheet.class
SpreadSheetSubsetFromGroup
Splits the spreadsheet into subsets using the supplied column and then returns the specified range of rows from each generated subset.
The spreadsheet is expected to be sorted on the grouping column.
-