View source: R/03_PredictUsingLearnedModel.R
SplitTrainingAndTesting | R Documentation |
Splits input data into training and testing sets given a specified set of testing samples. Alternatively, separate training and testing sets can be read in prior to training. However, this function is a useful helper for cross-validation.
SplitTrainingAndTesting(inputData, testingSamples)
inputData |
An object of the IntLimData class. |
testingSamples |
Calculated importance metrics. |
A list of two IntLimData objects: a training set and a testing set.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.