Member Junction
    Preparing search index...

    Interface ClusterAnalysisServerOptions

    Optional server-only knobs that ClusterConfig (the in-browser config shape) does not carry, but the server pipeline supports. Passed alongside the config to ClusteringService.RunClusterAnalysis.

    interface ClusterAnalysisServerOptions {
        Dimensions?: 2 | 3;
        EntityID?: string;
        NameClusters?: boolean;
        PersistName?: string;
    }
    Index

    Properties

    Dimensions?: 2 | 3

    Number of dimensions for the projected layout (2 or 3). Defaults to 2.

    EntityID?: string

    Entity ID — persisted to the analysis row when available.

    NameClusters?: boolean

    When true, the server runs the optional LLM cluster-naming step.

    PersistName?: string

    When supplied, the server persists the analysis with this Name and returns its AnalysisID.