Vespucci
1.0.0
|
#include "Global/libvespucci.h"
#include <mlpack/core.hpp>
#include "Math/Accessory/distancemetricwrapper.h"
#include "Math/Clustering/ahcanode.h"
Go to the source code of this file.
Classes | |
class | Vespucci::Math::Clustering::AHCA |
The AHCA class Handles agglomerative hierarchical clustering of data This class holds a tree which represents the clustering dendrogram. More... | |
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 | |
Typedefs | |
typedef Vespucci::Math::Clustering::AHCANode | node_t |
typedef std::vector< node_t * > | nodevec |
Functions | |
VESPUCCI_EXPORT arma::mat | Vespucci::Math::Clustering::pdist (const arma::mat &x, std::string metric_type, arma::uword dim=1, std::string shape="row") |
Definition at line 26 of file agglomerativeclustering.h.
Definition at line 27 of file agglomerativeclustering.h.