![]() |
Vespucci
1.0.0
|
#include <ahcanode.h>
Public Member Functions | |
| AHCALeaf (arma::uword index) | |
| arma::uword | index () |
| arma::uvec | GetChildIndices () |
Public Member Functions inherited from Vespucci::Math::Clustering::AHCANode | |
| AHCANode (Vespucci::Math::Clustering::AHCANode *child1, Vespucci::Math::Clustering::AHCANode *child2, double distance) | |
| virtual | ~AHCANode () |
| double | distance () |
| Vespucci::Math::Clustering::AHCANode * | child1 () |
| Vespucci::Math::Clustering::AHCANode * | child2 () |
| void | SetParent (Vespucci::Math::Clustering::AHCANode *parent) |
| Vespucci::Math::Clustering::AHCANode * | parent () |
| bool | HasChildren () |
| Vespucci::Math::Clustering::AHCANode::HasChildren. More... | |
Definition at line 53 of file ahcanode.h.
| Vespucci::Math::Clustering::AHCALeaf::AHCALeaf | ( | arma::uword | index | ) |
Definition at line 77 of file ahcanode.cpp.
|
virtual |
Reimplemented from Vespucci::Math::Clustering::AHCANode.
Definition at line 88 of file ahcanode.cpp.
| arma::uword Vespucci::Math::Clustering::AHCALeaf::index | ( | ) |
Definition at line 83 of file ahcanode.cpp.