Struct vlfeat_sys::_VlHIKMTree [] [src]

#[repr(C)]
pub struct _VlHIKMTree { pub M: vl_size, pub K: vl_size, pub depth: vl_size, pub max_niters: vl_size, pub method: c_int, pub verb: c_int, pub root: *mut VlHIKMNode, }

@brief HIKM tree

Fields

< IKM: data dimensionality

< IKM: K

< Depth of the tree

< IKM: maximum # of iterations

< IKM: method

< Verbosity level

< Tree root node

Trait Implementations

impl Debug for _VlHIKMTree
[src]

Formats the value using the given formatter.

impl Copy for _VlHIKMTree
[src]

impl Clone for _VlHIKMTree
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more