MOAattributes {RMOA} | R Documentation |
Define the attributes of a dataset (factor levels, numeric or string data) in a MOA setting
Description
Define the attributes of a dataset (factor levels, numeric or string data) in a MOA setting
Usage
MOAattributes(data, ...)
Arguments
data |
object of class data.frame |
... |
other parameters currently not used yet |
Value
An object of class MOAmodelAttributes
Examples
data(iris)
mydata <- factorise(iris)
atts <- MOAattributes(data=mydata)
atts
[Package RMOA version 1.1.0 Index]