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