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 TableSliceGroupTable. splitOn(String... columns)Returns a non-overlapping and exhaustive collection of "slices" over this table.TableSliceGroupTable. 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 classSelectionTableSliceGroupA group of tables formed by performing splitting operations on an original tableclassStandardTableSliceGroupA 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)
-