cosine_tree.h File Reference

This file implement the CosineNode class which holds a list of columns of an original matrix. More...

Include dependency graph for cosine_tree.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Detailed Description

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.

See also:
cosine_tree.cc

Definition in file cosine_tree.h.

Generated on Mon Jan 24 12:04:39 2011 for FASTlib by  doxygen 1.6.3