.TH "mlpack::kernel::KMeansSelection< ClusteringType >" 3 "Tue Sep 9 2014" "Version 1.0.10" "MLPACK" \" -*- nroff -*- .ad l .nh .SH NAME mlpack::kernel::KMeansSelection< ClusteringType > \- .SH SYNOPSIS .br .PP .SS "Static Public Member Functions" .in +1c .ti -1c .RI "static const arma::mat * \fBSelect\fP (const arma::mat &data, const size_t m, const size_t maxIterations=5)" .br .RI "\fIUse the K-Means clustering method to select the specified number of points in the dataset\&. \fP" .in -1c .SH "Detailed Description" .PP .SS "template>class mlpack::kernel::KMeansSelection< ClusteringType >" .PP Definition at line 33 of file kmeans_selection\&.hpp\&. .SH "Member Function Documentation" .PP .SS "template> static const arma::mat* \fBmlpack::kernel::KMeansSelection\fP< ClusteringType >::Select (const arma::mat &data, const size_tm, const size_tmaxIterations = \fC5\fP)\fC [inline]\fP, \fC [static]\fP" .PP Use the K-Means clustering method to select the specified number of points in the dataset\&. You are responsible for deleting the returned matrix! .PP \fBParameters:\fP .RS 4 \fIdata\fP Dataset to sample from\&. .br \fIm\fP Number of points to select\&. .RE .PP \fBReturns:\fP .RS 4 Matrix pointer in which centroids are stored\&. .RE .PP .PP Definition at line 44 of file kmeans_selection\&.hpp\&. .SH "Author" .PP Generated automatically by Doxygen for MLPACK from the source code\&.