Learn R Programming

RKEEL (version 1.3.3)

getAttributeLinesFromDataframes: Get attribute lines from data.frames

Description

Method for getting the attribute lines from data.frame objects

Usage

getAttributeLinesFromDataframes(trainData, testData)

Arguments

trainData

Train dataset as data.frame

testData

Test dataset as data.frame

Value

Returns a list with the attribute names and types

Examples

Run this code
# NOT RUN {
iris_train <- RKEEL::loadKeelDataset("iris_train")
iris_test <- RKEEL::loadKeelDataset("iris_test")

attributeLines <- getAttributeLinesFromDataframes(iris_train, iris_test)
# }

Run the code above in your browser using DataLab