Thrill
0.1
|
Assignment of a point to a cluster, which is the input to.
Definition at line 61 of file k-means.hpp.
#include <k-means.hpp>
Public Member Functions | |
template<typename Archive > | |
void | serialize (Archive &archive) |
Public Attributes | |
CentroidAccumulated< Point > | center |
size_t | cluster_id |
|
inline |
Definition at line 66 of file k-means.hpp.
CentroidAccumulated<Point> center |
Definition at line 63 of file k-means.hpp.
Referenced by examples::k_means::BisecKMeans(), and examples::k_means::KMeans().
size_t cluster_id |
Definition at line 62 of file k-means.hpp.
Referenced by examples::k_means::BisecKMeans(), and examples::k_means::KMeans().