|
typedef PointContainer | points_t |
|
|
| loyd_impl (const PointIteratorType &points_begin, const PointIteratorType &points_end, const points_t &initial, int k, DistanceType delta) |
|
void | run () |
|
points_t | means () const |
|
int | round () const |
|
std::vector< std::vector< PointIteratorType > > & | clusters () |
|
|
typedef std::vector< PointIteratorType > | point_refs_t |
|
|
bool | is_all_means_close_enough () |
|
void | assign (const PointIteratorType &p) |
|
|
PointIteratorType | m_begin |
|
PointIteratorType | m_end |
|
int | m_k |
|
DistanceType | m_delta |
|
int | m_round |
|
std::vector< point_refs_t > | m_clusters |
|
points_t | m_means |
|
points_t | m_last_means |
|
The documentation for this class was generated from the following file: