prepData {FLR} | R Documentation |
Alters the dataset in a form that can be used for training and classification.
prepData(data)
data |
an input data.frame where last instance must be the class instance and be named 'class'. |
return the data.frame without missing class instances and converts nominal attributes into numeric.