|
Algorithms_in_C
1.0.0
Set of algorithms implemented in C.
|
Data Fields | |
| double | x |
| abscissa centroid of this cluster | |
| double | y |
| ordinate of centroid of this cluster | |
| size_t | count |
| count of observations present in this cluster | |
this class stores the coordinates of centroid of all the points in that cluster it also stores the count of observations belonging to this cluster