Member Junction
    Preparing search index...
    Index

    Constructors

    Properties

    Algorithm?: string

    Clustering algorithm: 'kmeans' or 'dbscan'.

    ColorBy?: string

    Legend mode: color points by 'cluster' (default) or 'entity'.

    Dimensions?: number

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

    DistanceMetric?: string

    Distance metric: 'cosine', 'euclidean' or 'dotproduct'.

    EntityDocumentID?: string
    EntityDocumentIDs?: string[]

    Multi-entity clustering: one or more Entity Document IDs whose vectors are merged into a single analysis. Takes precedence over EntityDocumentID when non-empty. All selected docs must share the same embedding model (the engine hard-blocks mismatches).

    EntityID?: string
    EntityName?: string
    Epsilon?: number

    Epsilon neighbourhood radius for DBSCAN.

    Filter?: string

    Optional SQL-style filter applied by the vector source.

    K?: number

    Number of clusters for K-Means.

    MaxRecords?: number

    Maximum number of records to fetch for clustering.

    MinPoints?: number

    Minimum points to form a dense region in DBSCAN.

    NameClusters?: boolean

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

    PersistName?: string

    When supplied, the result is persisted as an MJ: Cluster Analysis row with this Name and the returned AnalysisID is populated.