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

#include <types.h>

Public Attributes

INT_TYPE n_neighbors
 
INT_TYPE tree_depth
 
INT_TYPE num_threads
 
INT_TYPE splitting_type
 
char * kernels_source_directory
 
INT_TYPE verbosity_level
 
INT_TYPE platform_id
 
INT_TYPE device_id
 
UINT_TYPE bf_remaining_threshold
 
INT_TYPE n_train_chunks
 
FLOAT_TYPE allowed_train_mem_percent_chunk
 
FLOAT_TYPE allowed_test_mem_percent
 

Member Data Documentation

FLOAT_TYPE tree_parameters::allowed_test_mem_percent
FLOAT_TYPE tree_parameters::allowed_train_mem_percent_chunk
UINT_TYPE tree_parameters::bf_remaining_threshold
INT_TYPE tree_parameters::device_id
char* tree_parameters::kernels_source_directory
INT_TYPE tree_parameters::n_neighbors
INT_TYPE tree_parameters::n_train_chunks
INT_TYPE tree_parameters::num_threads
INT_TYPE tree_parameters::platform_id
INT_TYPE tree_parameters::splitting_type
INT_TYPE tree_parameters::tree_depth
INT_TYPE tree_parameters::verbosity_level

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