Class StandardTableSliceGroup

  • All Implemented Interfaces:
    Iterable<TableSlice>

    public class StandardTableSliceGroup
    extends TableSliceGroup
    A group of tables formed by performing splitting operations on an original table
    • Method Detail

      • create

        public static StandardTableSliceGroup create​(Table original,
                                                     String... columnsNames)
        Returns a viewGroup splitting the original table on the given columns. The named columns must be CategoricalColumns
      • create

        public static StandardTableSliceGroup create​(Table original,
                                                     CategoricalColumn<?>... columns)
        Returns a viewGroup splitting the original table on the given columns. The named columns must be CategoricalColumns