_VlHIKMTree Struct Reference

#include <hikmeans.h>


Detailed Description

Definition at line 34 of file hikmeans.h.


Data Fields

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

Field Documentation

IKM: data dimensionality

Definition at line 35 of file hikmeans.h.

Referenced by xmeans().

IKM: K

Definition at line 36 of file hikmeans.h.

Referenced by vl_hikm_train().

IKM: maximum # of iterations

Definition at line 37 of file hikmeans.h.

Referenced by xmeans().

IKM: method

Definition at line 38 of file hikmeans.h.

Verbosity level

Definition at line 39 of file hikmeans.h.

Referenced by xmeans().

Depth of the tree

Definition at line 41 of file hikmeans.h.

Referenced by vl_hikm_train(), and xmeans().

Tree root node

Definition at line 42 of file hikmeans.h.

Referenced by vl_hikm_push().


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