11 #ifndef __SPLITTINGSTRATEGY_H_
12 #define __SPLITTINGSTRATEGY_H_
virtual void build_subsets()=0
index_t get_num_subsets() const
The class Labels models labels, i.e. class assignments of objects.
Abstract base class for all splitting types. Takes a CLabels instance and generates a desired number ...
Class SGObject is the base class of all shogun objects.
SGVector< index_t > generate_subset_inverse(index_t subset_idx)
Dynamic array class for CSGObject pointers that creates an array that can be used like a list or an a...
all of classes and functions are contained in the shogun namespace
CDynamicObjectArray * m_subset_indices
SGVector< index_t > generate_subset_indices(index_t subset_idx)
virtual ~CSplittingStrategy()