LeafBinNode-class: Reference Class to represent an internal bin in the bins tree

Description Fields Methods

Description

Reference Class to represent an internal bin in the bins tree

Fields

left_son

the left son of the internal bin

right_son

the right son of the internal bin

midpoint

the value that seperate the bin to left and right bins

discriminator_dim

the dimension by which the bin was separated

count_diff

the different points number between the left and the right son

points

a matrix of the points in this bin

Methods

split(dim)

split the bin into 2 sub-bins in the simension in which the count_diff is the largest


mayalevy/CENA documentation built on Jan. 29, 2020, 4:42 p.m.