_VlHIKMNode Struct Reference
#include <hikmeans.h>
Detailed Description
The number of children K is not bigger than the K parameter of the HIKM tree.Definition at line 27 of file hikmeans.h.
Data Fields | |
VlIKMFilt * | filter |
struct _VlHIKMNode ** | children |
Field Documentation
IKM filter for this node
Definition at line 29 of file hikmeans.h.
Referenced by vl_hikm_push(), xdelete(), and xmeans().
struct _VlHIKMNode** _VlHIKMNode::children [read] |
Node children (if any)
Definition at line 30 of file hikmeans.h.
Referenced by vl_hikm_push(), xdelete(), and xmeans().
The documentation for this struct was generated from the following file: