getAttributeLinesFromDataframes | R Documentation |
Method for getting the attribute lines from data.frame objects
getAttributeLinesFromDataframes(trainData, testData)
trainData |
Train dataset as data.frame |
testData |
Test dataset as data.frame |
Returns a list with the attribute names and types
iris_train <- RKEEL::loadKeelDataset("iris_train")
iris_test <- RKEEL::loadKeelDataset("iris_test")
attributeLines <- getAttributeLinesFromDataframes(iris_train, iris_test)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.