15 #ifndef __MLPACK_METHODS_KMEANS_ALLOW_EMPTY_CLUSTERS_HPP
16 #define __MLPACK_METHODS_KMEANS_ALLOW_EMPTY_CLUSTERS_HPP
46 template<
typename MatType>
Linear algebra utility functions, generally performed on matrices or vectors.
static size_t EmptyCluster(const MatType &, const size_t, const MatType &, arma::Col< size_t > &, arma::Col< size_t > &)
This function does nothing.
AllowEmptyClusters()
Default constructor required by EmptyClusterPolicy policy.
Policy which allows K-Means to create empty clusters without any error being reported.