51 virtual const char*
get_name()
const {
return "KMeansMiniBatch"; }
103 void init_mb_params();
int32_t get_batch_size() const
Class Distance, a base class for all the distances used in the Shogun toolbox.
void set_batch_size(int32_t b)
virtual ~CKMeansMiniBatch()
virtual bool train_machine(CFeatures *data=NULL)
void set_mb_iter(int32_t t)
void set_mb_params(int32_t b, int32_t t)
int32_t get_mb_iter() const
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()
virtual const char * get_name() const