bufferkdtree (C sources)
C source code for the Python bufferkdtree implementation
 All Classes Files Functions Variables Typedefs Macros
Public Attributes | List of all members
kd_tree_parameters Struct Reference

#include <global.h>

Public Attributes

int n_neighbors
 
int tree_depth
 
int num_threads
 
int verbosity_level
 
int splitting_type
 

Member Data Documentation

int kd_tree_parameters::n_neighbors
int kd_tree_parameters::num_threads
int kd_tree_parameters::splitting_type
int kd_tree_parameters::tree_depth
int kd_tree_parameters::verbosity_level

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