getAttributeLinesFromDataframes {RKEEL} | R Documentation |
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
iris_train <- RKEEL::loadKeelDataset("iris_train")
iris_test <- RKEEL::loadKeelDataset("iris_test")
attributeLines <- getAttributeLinesFromDataframes(iris_train, iris_test)
[Package RKEEL version 1.3.4 Index]