Reference Class to represent an internal bin in the bins tree
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
split(dim)
split the bin into 2 sub-bins in the simension in which the count_diff is the largest
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.