AIW Errata (Algorithms of the Intelligent Web, 1st Ed.)


p.53 The results shown in Figure 2.8 deviate from those that are produced by the source code in the iWeb2-20090215.zip distribution. The latest code from SVN and the distribution Yooreeka-20100430.zip produce the expected results.

p.62 Second line from the top of the page

Error Correct
So, the definition of the variable matrix in the class PageRankMatrixH would look as follows:
Hashtable < Integer, HashSet < Integer,Double > > matrix;
So, the definition of the variable matrix in the class PageRankMatrixH would look as follows:
Hashtable <Integer, Hashtable < Integer,Double > > matrix;


p.182 The formula that expresses Bayes theorem was printed incorrectly.

Error Correct