@eagleoutice/flowr - v2.10.2
    Preparing search index...
    interface ClusterReport {
        contextIdMap: ClusterContextIdMap;
        filepath: string;
        valueInfoMap: ClusterValueInfoMap;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown

    Hierarchy-Diagram

    UML class diagram of ClusterReport
    Index

    Properties

    contextIdMap: ClusterContextIdMap

    Maps each context encountered (i.e., every file that contains something associated with the feature) to a unique id, used in the valueInfoMap.

    filepath: string

    The input file which has been clustered

    valueInfoMap: ClusterValueInfoMap

    Counts which contexts contained which values of a feature. For example, that <- occurred in files with ids [12, 42, 19, 19] (i.e., the context with the id 19 contained it twice).