Package | Description |
---|---|
tech.tablesaw.api | |
tech.tablesaw.table | |
tech.tablesaw.util |
Modifier and Type | Method and Description |
---|---|
TableSliceGroup |
Table.splitOn(CategoricalColumn<?>... columns)
Returns a non-overlapping and exhaustive collection of "slices" over this table.
|
TableSliceGroup |
Table.splitOn(String... columns)
Returns a non-overlapping and exhaustive collection of "slices" over this table.
|
Modifier and Type | Class and Description |
---|---|
class |
SelectionTableSliceGroup
A group of tables formed by performing splitting operations on an original table
|
class |
StandardTableSliceGroup
A group of tables formed by performing splitting operations on an original table
|
Modifier and Type | Method and Description |
---|---|
static double[][] |
DoubleArrays.to2dArray(TableSliceGroup views,
int columnNumber) |
Copyright © 2019. All rights reserved.