Turi Create  4.0
turi::kmeans::cluster Struct Reference

#include <toolkits/clustering/kmeans.hpp>

Public Member Functions

void safe_update_center (const dense_vector &u)
 

Detailed Description


Definition of clusters

Definition at line 74 of file kmeans.hpp.

Member Function Documentation

◆ safe_update_center()

void turi::kmeans::cluster::safe_update_center ( const dense_vector &  u)

Safe mean update that avoids overflow. See http://www.johndcook.com/standard_deviation.html


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