View source: R/splitCommon_proportion.R
splitCommon_proportion | R Documentation |
Split the sample table into training and validation by proportion
splitCommon_proportion(sampTab, proportion, dLevel)
sampTab |
the sample table |
proportion |
the fraction of all available data in a category that you want to use for training |
dLevel |
the name of the sample table column 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.