kodama-cpp
Standalone float32 KODAMA kernels for CPU, CUDA, and Apple Metal
Loading...
Searching...
No Matches
kodama::NeighborGraph Struct Reference

#include <kodama.hpp>

Public Attributes

std::vector< int > indices
 
std::vector< float > distances
 
int neighbors = 0
 
GraphIndexBase index_base = GraphIndexBase::Auto
 

Detailed Description

Definition at line 351 of file kodama.hpp.

Member Data Documentation

◆ distances

std::vector<float> kodama::NeighborGraph::distances

Definition at line 353 of file kodama.hpp.

◆ index_base

GraphIndexBase kodama::NeighborGraph::index_base = GraphIndexBase::Auto

Definition at line 355 of file kodama.hpp.

◆ indices

std::vector<int> kodama::NeighborGraph::indices

Definition at line 352 of file kodama.hpp.

◆ neighbors

int kodama::NeighborGraph::neighbors = 0

Definition at line 354 of file kodama.hpp.


The documentation for this struct was generated from the following file: