Skip to main content

Module config

Module config 

Source
Expand description

Configuration types for a PaCMAP embedding run.

Structs§

HnswParams
Quality/memory trade-off parameters for the HNSW index.
PaCMAPConfig
Full configuration for a fit_transform call.

Enums§

DistanceMetric
Distance metric for the KNN graph and sigma normalisation.
Init
Initialisation strategy for the 2-D embedding.
KnnMethod
Approximate nearest-neighbour method used during graph construction.
Quantization
Vector quantization for the HNSW index storage.