Interface Profiler

    • Method Detail

      • profile

        Profiler.Profile profile​(java.lang.Iterable<java.util.List<java.lang.Comparable>> rows,
                                 java.util.List<Profiler.Column> columns,
                                 java.util.Collection<ImmutableBitSet> initialGroups)
        Creates a profile of a data set.
        Parameters:
        rows - List of rows. Can be iterated over more than once (maybe not cheaply)
        columns - Column definitions
        initialGroups - List of combinations of columns that should be profiled early, because they may be interesting
        Returns:
        A profile describing relationships within the data set