DP.reSample | R Documentation |
Built-in function: The cyclic sampling function of DUPLEX algorithm that takes the two data points farthest from the current sampling set and assigns them to the corresponding sampling subset.
DP.reSample(split.info, choice)
split.info |
A list containing relevant sampling information such as the original dataset and three sample subsets. |
choice |
The variable must be one name of the three sample subsets contained in split.info, according to which the function assigns the current two data points to the specific sampling subset. |
Return the training, test and validation subsets. If the original data are required to be split into two subsets, the training and test subsets can be combined into a single calibration subset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.