Weka: Data Mining Software in Java edit
data mining

Weka is a collection of machine learning algorithms for data mining tasks. The algorithms can either be applied directly to a dataset or called from your own Java code. Weka contains tools for data pre-processing, classification, regression, clustering, association rules, and visualization. It is also well-suited for developing new machine learning schemes.

Write a review
Wendy
10 Recommended Weka is a great data mining tool. It has various data mining algorithms implemented and fairly easy and intuitive to use. For results analysis, it provides evaluations from different aspects. It can also let you visualize the results, which is great. Java API makes it easy to incorporate into people's projects. Highly recommend it for data miner!