Book Image

Clojure Data Analysis Cookbook - Second Edition

By : Eric Richard Rochester
Book Image

Clojure Data Analysis Cookbook - Second Edition

By: Eric Richard Rochester

Overview of this book

Table of Contents (19 chapters)
Clojure Data Analysis Cookbook Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 9. Clustering, Classifying, and Working with Weka

In this chapter, we will cover the following recipes:

  • Loading CSV and ARFF files into Weka

  • Filtering, renaming, and deleting columns in Weka datasets

  • Discovering groups of data using K-Means clustering

  • Finding hierarchical clusters in Weka

  • Clustering with SOMs in Incanter

  • Classifying data with decision trees

  • Classifying data with the Naive Bayesian classifier

  • Classifying data with support vector machines

  • Finding associations in data with the Apriori algorithm