text='The number of neighbors to consider during UMAP dimensionality reduction; affects how local vs. global structure is preserved in the reduced space.'
text='Controls how tightly UMAP packs points together in the reduced space; lower values create more compact clusters while higher values spread them out.'
text='The number of times the clustering algorithm runs; results are combined using majority voting to produce more stable, consensus cluster assignments.'
text='The maximum distance between points in DBSCAN for them to be considered part of the same cluster; smaller values create more fragmented clusters.'