|
| HAC (const Eigen::Ref< Eigen::Matrix< dtype, Eigen::Dynamic, Eigen::Dynamic > > &e) |
|
bool | merge () |
|
void | cluster () |
|
virtual Eigen::Matrix< dtype, 1, Eigen::Dynamic > | dist (idxT A, idxT B)=0 |
|
virtual void | penalty ()=0 |
|
|
Eigen::Matrix< dtype, Eigen::Dynamic, Eigen::Dynamic, Eigen::RowMajor > | clusterDists |
|
idxT | eltCount |
| holds total number of elements to be clustered (and thus number of steps)
|
|
Eigen::Matrix< dtype, Eigen::Dynamic, 1 > | distOfMerge |
|
idxT | minRow |
|
idxT | minCol |
|
idxT | stage |
|
bool | merged |
|
std::vector< std::vector< std::vector< idxT > > > | clusterTraj |
|
std::vector< std::unique_ptr< std::vector< idxT > > > | currStg |
|
The documentation for this class was generated from the following files:
- Packages/Clustering/HAC.hpp
- Packages/Clustering/HAC.cpp