umappp
A C++ library for UMAP
Loading...
Searching...
No Matches
NeighborList.hpp
Go to the documentation of this file.
1#ifndef UMAPPP_NEIGHBOR_LIST_HPP
2#define UMAPPP_NEIGHBOR_LIST_HPP
3
4#include <utility>
5#include <vector>
6
8
15namespace umappp {
16
28template<typename Index_, typename Float_>
30
31}
32
33#endif
std::vector< std::vector< std::pair< Index_, Float_ > > > NeighborList
Methods for UMAP.
Definition initialize.hpp:21
knncolle::NeighborList< Index_, Float_ > NeighborList
Lists of neighbors for each observation.
Definition NeighborList.hpp:29