iRoCS Toolbox  1.1.0
Data Structures | Namespaces | Macros | Functions
kmeans.hh File Reference
#include <config.hh>
#include <vector>
#include <blitz/array.h>
Include dependency graph for kmeans.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  segmentation::_KMeans< DataT >
 
struct  segmentation::_KMeans< DataT >::Distance
 
struct  segmentation::_KMeans< DataT >::EuclideanDistance
 

Namespaces

 segmentation
 

Macros

#define KMeans   _KMeans
 

Functions

template<class DataT , int Dim>
double segmentation::kmeans (const unsigned int k, const blitz::Array< DataT, 2 > &points, blitz::Array< DataT, 2 > &means, std::vector< int > &labels)
 

Macro Definition Documentation

◆ KMeans

#define KMeans   _KMeans

Definition at line 131 of file kmeans.hh.