#include <KmeansPrivate.hh>
Public Attributes | |
std::vector< Vector3d > | centroids |
Centroids. More... | |
std::vector< unsigned int > | counters |
Counts the number of observations contained in each partition. More... | |
std::vector< unsigned int > | labels |
Each element stores the cluster to which observation i belongs. More... | |
std::vector< Vector3d > | obs |
Observations. More... | |
std::vector< Vector3d > | sums |
Used to calculate the centroid of each partition. More... | |
std::vector<Vector3d> ignition::math::KmeansPrivate::centroids |
Centroids.
std::vector<unsigned int> ignition::math::KmeansPrivate::counters |
Counts the number of observations contained in each partition.
std::vector<unsigned int> ignition::math::KmeansPrivate::labels |
Each element stores the cluster to which observation i belongs.
std::vector<Vector3d> ignition::math::KmeansPrivate::obs |
Observations.
std::vector<Vector3d> ignition::math::KmeansPrivate::sums |
Used to calculate the centroid of each partition.