Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Select initial centers of mass by maximizing the min distance between centers of mass at each selection step
More...
#include <Cluster_engine_k_means_seed_selectors.hpp>
Attributes | |
std::random_device | m_rd |
std::mt19937 | m_rng |
Constructors | |
T_Cluster_engine_k_means_point_selector_minimax (void) | |
T_Cluster_engine_k_means_point_selector_minimax (int generator) | |
T_Cluster_engine_k_means_point_selector_minimax (const Self &other) | |
T_Cluster_engine_k_means_point_selector_minimax (void) | |
T_Cluster_engine_k_means_point_selector_minimax (int generator) | |
T_Cluster_engine_k_means_point_selector_minimax (const Self &other) | |
Select initial centers of mass by maximizing the min distance between centers of mass at each selection step
Select initial centers of mass by maximizing the min distance between centers of mass at each selection step
PointType | Representation of a point. |
VectorType | Representation of a vector. |
Distance | Compute the distance between a point and a center of mass. |