Learn R Programming

RMOA (version 1.1.0)

MOAattributes: 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, ...)

Value

An object of class MOAmodelAttributes

Arguments

data

object of class data.frame

...

other parameters currently not used yet

Examples

Run this code
data(iris)
mydata <- factorise(iris)
atts <- MOAattributes(data=mydata)
atts

Run the code above in your browser using DataLab