umappp
A C++ library for UMAP
Loading...
Searching...
No Matches
Options.hpp File Reference

Options for the UMAP algorithm. More...

#include <random>
#include <optional>
#include "sanisizer/sanisizer.hpp"
Include dependency graph for Options.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  umappp::Options
 Options for initialize(). More...
 

Namespaces

namespace  umappp
 Functions for creating UMAP embeddings.
 

Typedefs

typedef std::mt19937_64 umappp::RngEngine
 

Enumerations

enum  umappp::InitializeMethod : char { SPECTRAL , RANDOM , NONE }
 

Detailed Description

Options for the UMAP algorithm.