Weka (Waikato Environment for Knowledge Analysis) is an open source machine learning library written in Java.
I've been trying to get this dataset http://archive.ics.uci.edu/ml/datasets/Communities+and+Crime+Unnormalized into Weka …
wekaHow can we interpret the classification result in weka using naive bayes? How is mean, std deviation, weight sum and …
classification wekaI've always thought from what I read that cross validation is performed like this: In k-fold cross-validation, the original sample …
validation weka foldWhat does correlation coefficient intuitively mean? If I have a series of X and then a series of Y, and …
math machine-learning statistics wekaIs there any simple way to do that? I'm not in Java and I'm new in Python so I would …
weka arffSorry, I am new to WEKA and just learning. In my decision tree (J48) classifier output, there is a confusion …
classification weka decision-treeI know the safe way to open a file in the resources is: InputStream is = this.getClass().getResourceAsStream("/path/in/…
java jar wekaI am using few data sets available online and trying to visualize tree. However, it does not let me visualize …
data-visualization classification weka decision-treeI have a java project. The working folder from someone else's Eclipse project (It was a Repast Simphony project I …
java eclipse eclipse-plugin classpath weka