@eagleoutice/flowr - v2.10.2
    Preparing search index...
    • Produces column-wise histogram-information based on a ClusterReport.

      Let's suppose you want histograms for the Assignments feature. By default, for each clustered value, a histogram is produced (can be configured by filter).

      Parameters

      • report: ClusterReport

        The report to collect histogram information from

      • binSize: number

        Size of each bin (see histogramFromNumbers for details on why we do not specify the bin-count)

      • relateValuesToNumberOfLines: boolean

        If true, each value (like <- appeared in file 'x' exactly N times) will be divided by the number of lines in the file 'x'.

      • ...filter: string[]

        If given, only produce histograms for the given values

      Returns Histogram[]