Class Project
Circle in Square Database Benchmark
Finance Database Benchmark
Remote Sensing Database Benchmark
CIS, finance benchmark document
Project Results 2007
Utilities
ARFF to Matlab
- Here is a little matlab script for converting an arff-formatted dataset to a matlab matrix. It is by no means self contained. If you choose to use it, you should modify it to suit your needs.
Matlab to ARFF
- A matlab script to generate an arff text file from a matlab matrix.
- Here's an alternative that does pretty much the same thing but via a weka.core.Instances object.
Other scripts
- A script for computing a confusion matrix and plotting it
Weka Classifier Implementations
- Instructions for creating a classifier in java according to the weka interface
- Who's implementing what?
- Extra hints and ideas