20 #ifndef KMEANSWRAPPER_H 21 #define KMEANSWRAPPER_H 23 #include <mlpack/core.hpp> 37 const std::string &metric,
40 arma::vec Cluster(
const arma::mat &data,
41 const size_t clusters,
42 arma::mat ¢roids);
52 #endif // KMEANSWRAPPER_H The KMeansWrapper class mlpack relies heavily on template metaprogramming. This means that you only n...
A namespace for "global" functions, including math functions.