1%feature("docstring") OT::SplitterImplementation 2"Base class to split samples in train/test sets." 3 4// --------------------------------------------------------------------- 5 6%feature("docstring") OT::SplitterImplementation::getN 7"Set size accessor. 8 9Returns 10------- 11N : int 12 Size of the set of indices in which the indices are chosen" 13 14// --------------------------------------------------------------------- 15 16%feature("docstring") OT::SplitterImplementation::getSize 17"Number of sets generated. 18 19Returns 20------- 21length : int 22 Number of sets of indices generated." 23