vak.datapipes.parametric_umap.parametric_umapΒΆ

A dataset class used to train Parametric UMAP models.

Functions

get_graph_elements(graph, n_epochs)

Get graph elements for Parametric UMAP Dataset.

get_umap_graph(X[, n_neighbors, metric, ...])

Get graph used by UMAP, the fuzzy topological representation.

Classes

Datapipe(dataset_path, dataset_df, split[, ...])

A datapipe used with Parametric UMAP models.