BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
Functions
knn_edges.cpp File Reference
#include "knn_edges.h"
#include <cmath>
#include <map>
#include <set>
Include dependency graph for knn_edges.cpp:

Go to the source code of this file.

Functions

constexpr float sqr (float x)
 
void make_knn_edges (KnnEdgesData &data, LandmarkModel &landmarks, const size_t kns)
 

Function Documentation

◆ make_knn_edges()

void make_knn_edges ( KnnEdgesData data,
LandmarkModel landmarks,
const size_t  kns 
)

Definition at line 33 of file knn_edges.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ sqr()

constexpr float sqr ( float  x)
constexpr

Definition at line 27 of file knn_edges.cpp.

Here is the caller graph for this function: