merge_train_test: Merge training and testing datasets from a list of dataframes...

Description Usage Arguments Value Examples

Description

Merge training and testing datasets from a list of dataframes (classes)

Usage

1
merge_train_test(list.df, n_test)

Arguments

list.df

list of train and test dataframes

n_test

number of test samples for each class

Value

A list of merged classes of tain and test dataframes

Examples

1
2
3
4
## Not run: 
merge_train_test(list.df, 5)

## End(Not run)

kmezhoud/papSmear documentation built on May 25, 2019, 8:32 p.m.