74 return (child1_ != NULL) && (child2_ != NULL);
90 return arma::uvec({index_});
The AHCANode class This class stores a node in the data structure representing the AHCA dendrogram Th...
AHCALeaf(arma::uword index)
Vespucci::Math::Clustering::AHCANode * parent()
arma::uvec GetChildIndices()
Vespucci::Math::Clustering::AHCANode * child2()
void SetParent(Vespucci::Math::Clustering::AHCANode *parent)
virtual arma::uvec GetChildIndices()
AHCANode(Vespucci::Math::Clustering::AHCANode *child1, Vespucci::Math::Clustering::AHCANode *child2, double distance)
Vespucci::Math::Clustering::AHCANode * child1()
bool HasChildren()
Vespucci::Math::Clustering::AHCANode::HasChildren.
A namespace for "global" functions, including math functions.