testD: Creates Testing And Training Samples

Description Usage Arguments Value

View source: R/FLR.r

Description

Creates testing and training samples from the original data.

Usage

1
2
  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.


FLR documentation built on May 2, 2019, 3:43 p.m.

Related to testD in FLR...