set_bounds: Creates A Boundaries File.

Description Usage Arguments Value

View source: R/FLR.r

Description

Creates a boundaries of min and max columns for each attribute of a dataset.

Usage

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


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

Related to set_bounds in FLR...