- paper
- Knowledge Free algorithm : test.go : test_Knowledge_free()
- Omniscient strategy : test.go : test_omniscient()
- We downloaded and unziped the first dataset
wget ftp://ita.ee.lbl.gov/traces/NASA_access_log_Jul95.gz
Rscript clean_data.r
(to obtained the fileresultJul95
)
go build main
./main -t [number]
number=0 for knowledge free sample and 1 for omniscient strategy
- Check for the output file in the data\ folder
Rscript dkl.r