dataRange: dataRange function

Description Usage Arguments Details Value Author(s) Examples

View source: R/utils.R

Description

Return the range of X for each variable.

Usage

1

Arguments

X

A matrix or a data frame of training data without y column.

Details

Return the range of X for each variable, which is a part of param. Can be used for passing param to Elem, ORT or ORF.

Value

A data frame with two columns min max contains the range of each x variable.

Author(s)

Quan Gu

Examples

1
2

ZJUguquan/OnlineRandomForest documentation built on May 20, 2019, 2:57 p.m.