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

#include <global.h>

Collaboration diagram for kdtree_record:
Collaboration graph
[legend]

Public Attributes

FLOAT_TYPEXtrain
 
int nXtrain
 
int dXtrain
 
void * XI
 
KD_TREE_NODEnodes
 
int * leaves
 
int tree_depth
 

Member Data Documentation

int kdtree_record::dXtrain
int* kdtree_record::leaves
KD_TREE_NODE* kdtree_record::nodes
int kdtree_record::nXtrain
int kdtree_record::tree_depth
void* kdtree_record::XI
FLOAT_TYPE* kdtree_record::Xtrain

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