
This folder contains the code that implements the GPC+ and the GPC methods. To run them in the first
binary problem of the AwA dataset using the DAP features as privileged information simply go into
the folder 0vs1 and type in a Linux prompt R --no-save < simulate_GPC_X.R (in the case of GPC) and 
R --no-save < simulate_GPC_priv_het.R (in the case of GPC+). The results of the simulation are stored 
in the folder results/GPC and results/GPC_priv, respectively. For computational reasons each method is
simulated in parallel using the R package doMC.

