|
| KGS (const Eigen::Ref< Eigen::Matrix< dtype, Eigen::Dynamic, Eigen::Dynamic > > &e) |
|
idxT | cutoff () |
|
| AverageLinkage (const Eigen::Ref< Eigen::Matrix< dtype, Eigen::Dynamic, Eigen::Dynamic > > &e) |
|
Eigen::Matrix< dtype, 1, Eigen::Dynamic > | dist (idxT idxA, idxT idxB) |
|
| HAC (const Eigen::Ref< Eigen::Matrix< dtype, Eigen::Dynamic, Eigen::Dynamic > > &e) |
|
bool | merge () |
|
void | cluster () |
|
|
Eigen::Matrix< dtype, Eigen::Dynamic, 1 > | penalties |
|
Eigen::Matrix< dtype, Eigen::Dynamic, 1 > | avgSpread |
|
idxT | currentClusterCount |
|
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/KGS.hpp
- Packages/Clustering/KGS.cpp