Once this is done, type the following in Matlab:
>> cd hybrid % Change to the unzipped directory
>> addpath(genpath(pwd)) % Add all sub-directories to the path
>> mexAll % Compile mex files (not necessary on all systems)
>> example_batching % An example of using the method
>> example_batchingL2SVM % An example of using the sparse variant
To produce the plots in the paper, run expBatching_plotAll. If you delete the results files, you can re-run the experiments from the paper using expBatching_runAll (this is slow because some operations are not implemented efficiently in the loss functions, and because the methods that do not use the full batch frequently evaluate the objective function for tracking purposes).