Member Junction
    Preparing search index...

    Complete result of a clustering pipeline run.

    interface ClusterResult {
        Clusters: ClusterInfo[];
        Config: ClusterConfig;
        Metrics: ClusterMetrics;
        Points: ClusterPoint[];
    }
    Index

    Properties

    Clusters: ClusterInfo[]

    Cluster summaries with colors and counts.

    The config that produced this result.

    Performance and quality metrics.

    Points: ClusterPoint[]

    Projected points ready for rendering.