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 classSpreadSheetColumnFilterFilters spreadsheets using the specified column finder.
The output contains all the columns that the specified finder selected.classSpreadSheetRandomSystematicSamplePerforms random systematic sampling on the rows of the incoming spreadsheet.
Divides the rows into N blocks with N being the sample size.classSpreadSheetRowFilterFilters spreadsheets using the specified row finder.
The output contains all the rows that the specified finder selected.classSpreadSheetSubsetExtracts a subset of rows/columns from a spreadsheet.classSpreadSheetSubsetFromGroupSplits 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.
-