Interface Profiler

All Known Implementing Classes:
ProfilerImpl, SimpleProfiler

public interface Profiler
Analyzes data sets.
  • Method Details

    • profile

      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