HIKM tree node. More...
#include <hikmeans.h>
Public Attributes | |
struct _VlHIKMNode ** | children |
VlIKMFilt * | filter |
HIKM tree node.
The number of children K is not bigger than the K parameter of the HIKM tree.
Definition at line 28 of file hikmeans.h.
struct _VlHIKMNode** _VlHIKMNode::children |
Node children (if any)
Definition at line 31 of file hikmeans.h.
IKM filter for this node
Definition at line 30 of file hikmeans.h.