![]() |
Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Select initial centers of mass using the ++ strategy. More...
#include <Cluster_engine_k_means_seed_selectors.hpp>
Constructors | |
T_Cluster_engine_k_means_point_selector_plus_plus (void) | |
T_Cluster_engine_k_means_point_selector_plus_plus (int generator) | |
T_Cluster_engine_k_means_point_selector_plus_plus (const Self &other) | |
T_Cluster_engine_k_means_point_selector_plus_plus (void) | |
T_Cluster_engine_k_means_point_selector_plus_plus (int generator) | |
T_Cluster_engine_k_means_point_selector_plus_plus (const Self &other) | |
Select initial centers of mass using the ++ strategy.
Select initial centers of mass using the ++ strategy.
PointType | Representation of a point. |
VectorType | Representation of a vector. |
Distance | Compute the distance between a point and a center of mass. |