|
| 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 () |
|
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 |
|
◆ dist()
Eigen::Matrix< dtype, 1, Eigen::Dynamic > Clustering::AverageLinkage::dist |
( |
idxT | idxA, |
|
|
idxT | idxB ) |
|
virtual |
The documentation for this class was generated from the following files: