All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Public Member Functions | List of all members
paal::k_means_visitor Struct Reference

k means visitor More...

#include <k_means_clustering_engine.hpp>

Public Member Functions

template<class Center , class New_center >
void move_center (Center &last_center, New_center &new_center)
 
void new_iteration ()
 new iteration
 

Detailed Description

k means visitor

Definition at line 69 of file k_means_clustering_engine.hpp.

Member Function Documentation

template<class Center , class New_center >
void paal::k_means_visitor::move_center ( Center &  last_center,
New_center &  new_center 
)
inline
Parameters
last_center
new_center
Template Parameters
Center
New_center

Definition at line 77 of file k_means_clustering_engine.hpp.


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