Top "Weka" questions

Weka (Waikato Environment for Knowledge Analysis) is an open source machine learning library written in Java.

Test and Training Set are Not Compatible

I have seen various articles about the same issue, Tried a lot of solutions and nothing is working. Kindly advice. …

csv data-mining weka test-data training-data
How to get the nearest neighbor in weka using java

I've been trying to use the Ibk nearest neighbor algorithm that goes together with the weka machine learning library. I …

java algorithm machine-learning weka nearest-neighbor