-- this file creates the website pattern recognition matrix -- define the list of average websites: |ave list> => |average abc> + |average adelaidenow> + |average slashdot> + |average smh> + |average wikipedia> + |average youtube> -- we want average hash to be distinct from the other hashes: |null> => map[hash-4B,average-hash-4B] "" |ave list> -- now, let's see how well these patterns recognize the pages we left out of our average: result |abc 11> => 100 similar[hash-4B,average-hash-4B] |abc 11> result |adelaidenow 11> => 100 similar[hash-4B,average-hash-4B] |adelaidenow 11> result |slashdot 11> => 100 similar[hash-4B,average-hash-4B] |slashdot 11> result |smh 11> => 100 similar[hash-4B,average-hash-4B] |smh 11> result |wikipedia 11> => 100 similar[hash-4B,average-hash-4B] |wikipedia 11> result |youtube 11> => 100 similar[hash-4B,average-hash-4B] |youtube 11> -- tidy results: tidy-result |abc 11> => drop-below[40] result |_self> tidy-result |adelaidenow 11> => drop-below[40] result |_self> tidy-result |slashdot 11> => drop-below[40] result |_self> tidy-result |smh 11> => drop-below[40] result |_self> tidy-result |wikipedia 11> => drop-below[40] result |_self> tidy-result |youtube 11> => drop-below[40] result |_self>