|
Jafar
|
a node in a k-d tree More...
#include <kdtree.h>
Public Attributes | |
| int | ki |
| partition key index | |
| double | kv |
| partition key value | |
| int | leaf |
| 1 if node is a leaf, 0 otherwise | |
| struct feature * | features |
| features at this node | |
| int | n |
| number of features | |
| struct kd_node * | kd_left |
| left child | |
| struct kd_node * | kd_right |
| right child | |
| Generated on Wed Oct 15 2014 00:37:31 for Jafar by doxygen 1.7.6.1 |
|