Learn R Programming

RKEEL (version 1.3.4)

getAttributeLinesFromDataframes: Get attribute lines from data.frames

Description

Method for getting the attribute lines from data.frame objects

Usage

getAttributeLinesFromDataframes(trainData, testData)

Value

Returns a list with the attribute names and types

Arguments

trainData

Train dataset as data.frame

testData

Test dataset as data.frame

Examples

Run this code
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