umappp
A C++ library for UMAP
Loading...
Searching...
No Matches
Namespaces | Typedefs
NeighborList.hpp File Reference

Defines the NeighborList alias. More...

#include <utility>
#include <vector>
#include "knncolle/knncolle.hpp"
Include dependency graph for NeighborList.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  umappp
 Methods for UMAP.
 

Typedefs

template<typename Index_ , typename Float_ >
using umappp::NeighborList = knncolle::NeighborList< Index_, Float_ >
 Lists of neighbors for each observation.
 

Detailed Description

Defines the NeighborList alias.