MOAattributes: Define the attributes of a dataset (factor levels, numeric or...

View source: R/MOAinstances.R

MOAattributesR 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

RMOA documentation built on July 18, 2022, 1:05 a.m.