Weka

From Cohen Courses
Revision as of 21:09, 26 September 2012 by Nloghman (talk | contribs) (Created page with '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 cont…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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.

Details can be found at the official Weka web site. It was developed by the Machine Learning Group at University of Waikato in New Zealand.