writeDatFromDataframes | R Documentation |
Method for writing both train and test .dat dataset files in KEEL format.
writeDatFromDataframes(trainData, testData,
trainFileName, testFileName)
trainData |
Train data as data.frame object |
testData |
Test data as data.frame object |
trainFileName |
String with the file name to store the train dataset |
testFileName |
String with the file name to store the test dataset |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.