|
Rosetta 3.5
|
Greedy K-Center Clustering Algorithm. More...
#include <KCluster.hh>


Public Member Functions | |
| GreedyKCenter () | |
| bool | whoami () |
| Real | get_threshold () |
| void | init (KClusterElementOP, Size first=0) |
| Real | assign (KClusterElementOP, KClusterData &) |
| void | update (KClusterElementOP, KClusterData &) |
| void | set_threshold (Real) |
Public Member Functions inherited from protocols::toolbox::KCluster | |
| KCluster () | |
| virtual | ~KCluster () |
| void | cluster (KClusterElementOP, KClusterData &, Size first=0) |
| void | set_ncluster (Size nc) |
Protected Attributes | |
| Real | radius_ |
Protected Attributes inherited from protocols::toolbox::KCluster | |
| Size | n_cluster_ |
Additional Inherited Members | |
Public Types inherited from protocols::toolbox::KCluster | |
| typedef ObjexxFCL::FArray2_double | FA2d |
| typedef ObjexxFCL::FArray2P_double | FA2Pd |
| typedef ObjexxFCL::FArray2D_double | FA2Dd |
Greedy K-Center Clustering Algorithm.
Definition at line 317 of file KCluster.hh.
| protocols::toolbox::GreedyKCenter::GreedyKCenter | ( | ) |
Definition at line 788 of file KCluster.cc.
References radius_.
|
virtual |
Implements protocols::toolbox::KCluster.
Definition at line 832 of file KCluster.cc.
References protocols::toolbox::KClusterData::dist_square().
|
virtual |
Implements protocols::toolbox::KCluster.
Definition at line 803 of file KCluster.cc.
References radius_.
|
virtual |
Implements protocols::toolbox::KCluster.
Definition at line 813 of file KCluster.cc.
References protocols::RG(), and protocols::TR().
|
virtual |
Implements protocols::toolbox::KCluster.
Definition at line 808 of file KCluster.cc.
References radius_.
|
virtual |
Implements protocols::toolbox::KCluster.
Definition at line 877 of file KCluster.cc.
References protocols::toolbox::KCluster::n_cluster_.
|
virtual |
Implements protocols::toolbox::KCluster.
Definition at line 797 of file KCluster.cc.
References protocols::TR().
|
protected |
Definition at line 329 of file KCluster.hh.
Referenced by get_threshold(), GreedyKCenter(), and set_threshold().
1.8.4