umappp
A C++ library for UMAP
|
Utilities for parallelization. More...
#include "subpar/subpar.hpp"
Go to the source code of this file.
Namespaces | |
namespace | umappp |
Functions for creating UMAP embeddings. | |
Functions | |
template<typename Task_ , class Run_ > | |
void | umappp::parallelize (const int num_workers, const Task_ num_tasks, Run_ run_task_range) |
Utilities for parallelization.