@eagleoutice/flowr - v2.10.1
    Preparing search index...
    interface StatisticsSummarizerConfiguration {
        featuresToUse: FeatureSelection;
        inputPath: string;
        intermediateOutputPath: string;
        logger: (message: string) => void;
        outputPath: string;
        projectSkip: number;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown

    Hierarchy-Diagram

    UML class diagram of StatisticsSummarizerConfiguration
    Index

    Properties

    featuresToUse: FeatureSelection

    Features to extract the summaries for

    inputPath: string

    The input path to read all zips from

    intermediateOutputPath: string

    Path for the intermediate results of the preparation phase

    logger: (message: string) => void
    outputPath: string

    Path for the final results of the summarization phase

    projectSkip: number

    How many folders to skip to find the project root