Expand description
Configuration types for a PaCMAP embedding run.
Structs§
- Hnsw
Params - Quality/memory trade-off parameters for the HNSW index.
- PaCMAP
Config - Full configuration for a
fit_transformcall.
Enums§
- Distance
Metric - 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.