umappp
A C++ library for UMAP
Loading...
Searching...
No Matches
umappp
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
7
#include "
knncolle/knncolle.hpp
"
8
15
namespace
umappp
{
16
28
template
<
typename
Index_,
typename
Float_>
29
using
NeighborList
=
knncolle::NeighborList<Index_, Float_>
;
30
31
}
32
33
#endif
knncolle.hpp
knncolle::NeighborList
std::vector< std::vector< std::pair< Index_, Float_ > > > NeighborList
umappp
Methods for UMAP.
Definition
initialize.hpp:21
umappp::NeighborList
knncolle::NeighborList< Index_, Float_ > NeighborList
Lists of neighbors for each observation.
Definition
NeighborList.hpp:29
Generated by
1.9.8