Skip to content

Working with Weka

pete edited this page Jul 17, 2018 · 2 revisions

Weka is is powerful data mining software from the Machine Learning Group at the University of Waikato.

While not explicitly aimed towards image analysis applications, the Weka software provides Java implementations of a wide range of machine learning classifiers.

The QuPath Weka extension provides a collection of methods to wrap up the features of QuPath's objects in appropriate Weka-friendly way, and provides access to several of Weka's most popular classifiers directly from within QuPath.

Additionally, the Weka extension makes it possible to export QuPath object features in Weka's default file format (arff) to load into Weka's suite of data exploration and visualization tools, including Weka Explorer and Experimenter. This enables more detailed interrogation of the data, including the ability to explore many more different classifiers and variations on their parameters, cross-validation, feature selection algorithms and clustering.

Clone this wiki locally