Uses of Class
tech.tablesaw.table.TableSliceGroup
Packages that use TableSliceGroup
-
Uses of TableSliceGroup in tech.tablesaw.api
Methods in tech.tablesaw.api that return TableSliceGroupModifier and TypeMethodDescriptionReturns a non-overlapping and exhaustive collection of "slices" over this table.Table.splitOn
(CategoricalColumn<?>... columns) Returns a non-overlapping and exhaustive collection of "slices" over this table. -
Uses of TableSliceGroup in tech.tablesaw.table
Subclasses of TableSliceGroup in tech.tablesaw.tableModifier and TypeClassDescriptionclass
A group of tables formed by performing splitting operations on an original tableclass
A group of tables formed by performing splitting operations on an original table -
Uses of TableSliceGroup in tech.tablesaw.util
Methods in tech.tablesaw.util with parameters of type TableSliceGroupModifier and TypeMethodDescriptionstatic double[][]
DoubleArrays.to2dArray
(TableSliceGroup views, int columnNumber)