powered by
Method for getting the attribute lines from data.frame objects
getAttributeLinesFromDataframes(trainData, testData)
Returns a list with the attribute names and types
Train dataset as data.frame
Test dataset as data.frame
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