Uses of Class
tech.tablesaw.table.TableSliceGroup
-
Packages that use TableSliceGroup Package Description tech.tablesaw.api tech.tablesaw.table tech.tablesaw.util -
-
Uses of TableSliceGroup in tech.tablesaw.api
Methods in tech.tablesaw.api that return TableSliceGroup Modifier and Type Method Description TableSliceGroup
Table. splitOn(String... columns)
Returns a non-overlapping and exhaustive collection of "slices" over this table.TableSliceGroup
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.table Modifier and Type Class Description class
SelectionTableSliceGroup
A group of tables formed by performing splitting operations on an original tableclass
StandardTableSliceGroup
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 TableSliceGroup Modifier and Type Method Description static double[][]
DoubleArrays. to2dArray(TableSliceGroup views, int columnNumber)
-