Public Types | Public Member Functions
rtflann::KMeansppCenterChooser< Distance > Class Template Reference

#include <center_chooser.h>

Inheritance diagram for rtflann::KMeansppCenterChooser< Distance >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef Distance::ResultType DistanceType
typedef Distance::ElementType ElementType

Public Member Functions

 KMeansppCenterChooser (const Distance &distance, const std::vector< ElementType * > &points)
void operator() (int k, int *indices, int indices_length, int *centers, int &centers_length)

Detailed Description

template<typename Distance>
class rtflann::KMeansppCenterChooser< Distance >

Chooses the initial centers using the algorithm proposed in the KMeans++ paper: Arthur, David; Vassilvitskii, Sergei - k-means++: The Advantages of Careful Seeding

Definition at line 211 of file center_chooser.h.


Member Typedef Documentation

template<typename Distance>
typedef Distance::ResultType rtflann::KMeansppCenterChooser< Distance >::DistanceType

Reimplemented from rtflann::CenterChooser< Distance >.

Definition at line 215 of file center_chooser.h.

template<typename Distance>
typedef Distance::ElementType rtflann::KMeansppCenterChooser< Distance >::ElementType

Reimplemented from rtflann::CenterChooser< Distance >.

Definition at line 214 of file center_chooser.h.


Constructor & Destructor Documentation

template<typename Distance>
rtflann::KMeansppCenterChooser< Distance >::KMeansppCenterChooser ( const Distance &  distance,
const std::vector< ElementType * > &  points 
) [inline]

Definition at line 221 of file center_chooser.h.


Member Function Documentation

template<typename Distance>
void rtflann::KMeansppCenterChooser< Distance >::operator() ( int  k,
int *  indices,
int  indices_length,
int *  centers,
int &  centers_length 
) [inline, virtual]

Chooses cluster centers

Parameters:
knumber of centers to choose
indicesindices of points to choose the centers from
indices_lengthlength of indices
centersindices of chosen centers
centers_lengthlength of centers array

Implements rtflann::CenterChooser< Distance >.

Definition at line 224 of file center_chooser.h.


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


rtabmap
Author(s): Mathieu Labbe
autogenerated on Thu Jun 6 2019 21:59:43