From f818527fb2e21b8bceeb01cecbd2ba6f5ce98df1 Mon Sep 17 00:00:00 2001 From: Severin Dicks <37635888+Intron7@users.noreply.github.com> Date: Wed, 25 Sep 2024 01:56:30 +0200 Subject: [PATCH] add docs for simplicial_set (#6042) fixes #6036 Authors: - Severin Dicks (https://github.com/Intron7) - Divye Gala (https://github.com/divyegala) - Dante Gama Dessavre (https://github.com/dantegd) Approvers: - Victor Lafargue (https://github.com/viclafargue) URL: https://github.com/rapidsai/cuml/pull/6042 --- docs/source/api.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/source/api.rst b/docs/source/api.rst index ea3097d96b..a3a2ab73cc 100644 --- a/docs/source/api.rst +++ b/docs/source/api.rst @@ -506,6 +506,11 @@ UMAP .. autoclass:: cuml.UMAP :members: +.. autofunction:: cuml.manifold.umap.fuzzy_simplicial_set + +.. autofunction:: cuml.manifold.umap.simplicial_set_embedding + + Random Projections ------------------