Vespucci  1.0.0
ahcanode.h File Reference
#include "Global/libvespucci.h"
#include <mlpack/core.hpp>

Go to the source code of this file.

Classes

class  Vespucci::Math::Clustering::AHCANode
 The AHCANode class This class stores a node in the data structure representing the AHCA dendrogram The AHCA dendrogram is a binary tree, each node stores two children, and its parent, if it exists. The root node has a NULL parent. The "leaves", which store single indices have null children. More...
 
class  Vespucci::Math::Clustering::AHCALeaf
 

Namespaces

 Vespucci
 A namespace for "global" functions, including math functions.
 
 Vespucci::Math
 A namespace for math functions relating to linear least squares regression.
 
 Vespucci::Math::Clustering