The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



TDataSetSplitMode


Unit:SDL_datatable
Class: none
Declaration: TDataSetSplitMode = (splitColumns, splitRows, splitTstTrn);

The type declaration TDataSetSplitMode declares the available splitting modes for the method SplitDataSet. The following definitions are available:
splitColumns split columnwise
splitRows split rowwise
splitTstTrn split into mutual exclusive test and training dataset (rowwise splitting)


Last Update: 2023-Dec-14