# NOT RUN {
# }
# NOT RUN {
Reads a KEEL dataset from a file.
read.dataset(file = "C:\KEELFile.dat")
read.dataset(file = "C:\KEELFile.dat", nLabels = 7)
Reads an ARFF dataset from a file.
read.dataset(file = "C:\ARFFFile.arff")
read.dataset(file = "C:\ARFFFile.arff", nLabels = 7)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab