These are the codes for generating experiment results in Active Learning
Challenge.

Installation
============
Type "make octave" or "make matlab" to compile the learners

USAGE
=====
Type "./run.sh" to run all the experiments. The results files are in
querying/, svmlin_stable_test/, and onepoint/, and the file names
are result*.txt.

File Details
============
./classifier/libsvm-3.1/matlab : The home directory of libsvm matlab interface
./classifier/libsvm-2.9-fv : The libsvm that outputs real decision values but
not binary labels
./classifier/libsvm-infensemble-2.8-fv : The libsvm with other kernel
extensions that outputs real decision values but not binary labels
./classifier/liblinear-1.51-fv : The liblinear that outputs real decision
values but not binary labels
./classifier/svmlin-v1.0-with-matlab : The TSVM matlab interface
./classifier/count_auc.m : Given the data name, count AUC
./onepoint : codes for running experiments in Table 2
./onepoint/run.m : codes that run experiments and generate Table 2
./onepoint/run_exp.m : codes that run experiments on a certain data set
./querying : codes for running experiments in Table 3
./querying/run_linear.m : codes that run experiments and generate Table 3.a
./querying/run_RBF.m : codes that run experiments and generate Table 3.b
./querying/run_mixsvm.m : codes that run experiments on a certain data set
./querying/algorithm : codes for algorithms in Sec 2.3
./svmlin_stable_test/run.m : codes that run experiments and generate Table 4 and 5
./svmlin_stable_test/run_exp.m : codes that run experiments on a certain data set
