The book of this project can be found at the site of Packt Publishing Limited
- Level 1 is the basic form for reader to understand the algorithm in a straight way.
- Level 2 is the beyond form for reader to use in work, in which the algorithm in serialized implementation, based on the ordinary available R packages.
- Level 3 is the beyond form for reader to use in work, in which the algorithm in serialized implementation, based on my own contributed R packages to CRAN.
- Level 4 is the advanced form for readers to use in work, in which the algorithm in an parallelized implementation, based on the ordinary available R packages and solutions.
- Level 5 is the advanced form for readers to use in work, in which the algorithm in an parallelized implementation, based on my own contributed R packages to CRAN.
the file names for the sorce codes are suffixed with *_basic.R, *_beyond1.R, *_beyond2.R, *_advanced1.R, *_advanced2.R respectively w.r.t. above 5 levels.