Member Junction
    Preparing search index...

    Complete result of a clustering visualization pipeline.

    Returned by ClusteringService.RunPipeline and consumed by both mj-cluster-scatter and mj-cluster-config-panel.

    interface ClusterVisualizationResult {
        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[]

    2D projected points ready for rendering.