70 virtual const char*
get_name()
const {
return "KMeans"; }
82 virtual bool train_machine(
CFeatures* data=NULL);
virtual const char * get_name() const
Class Distance, a base class for all the distances used in the Shogun toolbox.
KMeans clustering, partitions the data into k (a-priori specified) clusters.
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.
SGMatrix< float64_t > kmeanspp()