Rdocumentation
powered by
Learn R Programming
FLR (version 1.0)
testD: Creates Testing And Training Samples
Description
Creates testing and training samples from the original data.
Usage
testD(data2) trainD(data2)
Arguments
data2
a data.frame flaged with the sepFlag function.
Value
return the training and testing samples that will be used for the classification.