splitCommon | R Documentation |
Split the sample table into training and validation through random sampling.
splitCommon(sampTab, ncells = NA, dLevel)
sampTab |
sample table |
ncells |
number of samples for training in each category. If left empty, will automatically select half of the number of samples in the smallest category. |
dLevel |
the column name with the classification categories. |
a list containing training sample table and validation sample table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.