Member Junction
    Preparing search index...

    The serialized shape persisted into ClusterAnalysis.ProjectedPoints. A flat array of points so the scatter can be rebuilt without re-running UMAP.

    interface PersistedProjectedPoints {
        Dimensions: 2 | 3;
        Points: ClusterPoint[];
    }
    Index

    Properties

    Properties

    Dimensions: 2 | 3
    Points: ClusterPoint[]