Documentation - C API
VlHIKMTree Struct Reference

HIKM tree.

#include <hikmeans.h>

Data Fields

int M
int K
int max_niters
int method
int verb
int depth
VlHIKMNoderoot

Field Documentation

int VlHIKMTree::depth

Depth of the tree

int VlHIKMTree::K

IKM: K

int VlHIKMTree::M

IKM: data dimensionality

int VlHIKMTree::max_niters

IKM: maximum # of iterations

int VlHIKMTree::method

IKM: method

VlHIKMNode* VlHIKMTree::root

Tree root node

int VlHIKMTree::verb

Verbosity level


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