This file implement the CosineNode class which holds a list of columns of an original matrix. More...
Go to the source code of this file.
This file implement the CosineNode class which holds a list of columns of an original matrix.
The node is splitted by sorting the cosine values of all columns with respect to a 'center' vector. In this way, the node is splitted in to 2 child nodes, each of which holds a subset of columns that are more correlated than in the parent node.
Definition in file cosine_tree.h.