All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
ignition::math::KmeansPrivate Class Reference

#include <KmeansPrivate.hh>

Public Attributes

std::vector< Vector3dcentroids
 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< Vector3dobs
 Observations. More...
 
std::vector< Vector3dsums
 Used to calculate the centroid of each partition. More...
 

Member Data Documentation

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.


The documentation for this class was generated from the following file: