getData: getData

Description Usage Arguments Value

Description

getData

Usage

1
2
3
4
getData(object, IDs, Cols, Filters)

## S4 method for signature 'ML.data'
getData(object, IDs, Cols, Filters)

Arguments

object

ML.data object

IDs

A vector of IDs for each data object. When specified, data only with these IDs will be output

Cols

A vector of colnames. When specified, data only for these colunm will be output.

Filters

A string like "Col1 == 1 | Col2 == 2& Col3 >2". This will filter data based on the criteria.

Value

data for machine learning.


lijingya/MLTools documentation built on May 8, 2019, 9:26 a.m.