Rosetta 3.5
|
Typical K-Medoids Clustering Algorithm. More...
#include <KCluster.hh>
Public Member Functions | |
KMedoid () | |
bool | whoami () |
Real | get_threshold () |
void | init (KClusterElementOP, Size first=0) |
Real | assign (KClusterElementOP, KClusterData &) |
void | update (KClusterElementOP, KClusterData &) |
void | set_threshold (Real) |
![]() | |
KCluster () | |
virtual | ~KCluster () |
void | cluster (KClusterElementOP, KClusterData &, Size first=0) |
void | set_ncluster (Size nc) |
Protected Member Functions | |
void | copy_coord (Size, FA2d &, FA2d &) |
Protected Attributes | |
Size | cur_ncluster_ |
Real | threshold_ |
![]() | |
Size | n_cluster_ |
Additional Inherited Members | |
![]() | |
typedef ObjexxFCL::FArray2_double | FA2d |
typedef ObjexxFCL::FArray2P_double | FA2Pd |
typedef ObjexxFCL::FArray2D_double | FA2Dd |
Typical K-Medoids Clustering Algorithm.
protocols::toolbox::KMedoid::KMedoid | ( | ) |
References threshold_.
|
virtual |
Referenced by assign().
|
virtual |
Implements protocols::toolbox::KCluster.
References threshold_.
|
virtual |
Implements protocols::toolbox::KCluster.
References cur_ncluster_, protocols::toolbox::KCluster::n_cluster_, protocols::RG(), and protocols::TR().
|
virtual |
Implements protocols::toolbox::KCluster.
References core::scoring::hbonds::t(), and threshold_.
|
virtual |
|
virtual |
Implements protocols::toolbox::KCluster.
References protocols::TR().
|
protected |
|
protected |
Referenced by get_threshold(), KMedoid(), and set_threshold().