Main MRPT website > C++ reference for MRPT 1.5.9
Namespaces | Functions
KMeans.cpp File Reference
#include "base-precomp.h"
#include <mrpt/math/kmeans.h>
#include "kmeans++/KMeans.h"
Include dependency graph for KMeans.cpp:

Go to the source code of this file.

Namespaces

 mrpt
 This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
 
 mrpt::math
 This base provides a set of functions for maths stuff.
 
 mrpt::math::detail
 

Functions

template<>
BASE_IMPEXP double mrpt::math::detail::internal_kmeans< double > (const bool use_kmeansplusplus_method, const size_t nPoints, const size_t k, const size_t dims, const double *points, const size_t attempts, double *out_center, int *out_assignments)
 
template<>
BASE_IMPEXP double mrpt::math::detail::internal_kmeans< float > (const bool use_kmeansplusplus_method, const size_t nPoints, const size_t k, const size_t dims, const float *points, const size_t attempts, float *out_center, int *out_assignments)
 



Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020