Rdocumentation
powered by
Learn R Programming
FLR (version 1.0)
set_bounds: Creates A Boundaries File.
Description
Creates a boundaries of min and max columns for each attribute of a dataset.
Usage
set_bounds(data1)
Arguments
data1
an input data.frame where last instance must be the class instance and be named 'class'.
Value
return a data.frame of 2 columns (min,max) for each instance of the data(NOT class).