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