prepData: Prepare Dataset

Description Usage Arguments Value

View source: R/FLR.r

Description

Alters the dataset in a form that can be used for training and classification.

Usage

1

Arguments

data

an input data.frame where last instance must be the class instance and be named 'class'.

Value

return the data.frame without missing class instances and converts nominal attributes into numeric.


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

Related to prepData in FLR...