• Performs a second level aggregation on the given aggregates.

    Parameters

    • aggregates: Aggregates

      The aggregates to be processed.

    • aggregateBy: "Degree" | "Sets" | "Deviations" | "Overlaps" | "None"

      The attribute to aggregate by.

    • overlapDegree: number

      The degree of overlap required for aggregation.

    • sets: Sets

      The sets data.

    • items: Items

      The items data.

    • attributeColumns: string[]

      The attribute columns to consider.

    Returns Aggregates

    The aggregated result.

Generated using TypeDoc