Tutorial by Examples

The following Codes can be found from Weka course Given iris.arff is loaded in weka, inside Weka Explorer's R console or Weka KnowledgeFlow's R Scripting, you can play with the following codes to make beautiful plots: library(ggplot2) ggplot(rdata, aes(x = petallength)) + geom_density() ...

Page 1 of 1