testD {FLR}R Documentation

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.


[Package FLR version 1.0 Index]