Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
T_com_inertia_calculator< PointType, VectorType, Cost > Struct Template Reference

Detailed Description

template<class PointType, class VectorType, class Cost>
struct SBL::GT::T_com_inertia_calculator< PointType, VectorType, Cost >

\sbl_add_package_main_class{Seeding, T_com_inertia_calculator, Candidate metric calculator implementing center of mass inertia \details Computes Sum of Squared Errors from datapoints to their closest centers of mass Centers of mass are computed from the partitioning induced by seeds

Template Parameters
PointTypeRepresentation of a point.
VectorTypeRepresentation of a vector.
CostFunctor implementing cost between points }