umappp
A C++ library for UMAP
|
Options for the UMAP algorithm. More...
#include <random>
#include <optional>
#include "sanisizer/sanisizer.hpp"
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 } |
Options for the UMAP algorithm.