I have converted my raster layer into the ascii file,but this type of data(Ascii file format) is unknown for Weka(A software for data mining and classification that recognize the Arff format),now how can I do this conversion?

Can I convert the raster file to arff directly?

Me and my friend have used this code in R but it didn't work properly.

library(raster)

library(foreign)

library(RWeka)

dir.satellite

Similar questions and discussions