Content deleted Content added
Creating page |
categorization/tagging using AWB |
||
Line 3:
The island algorithm is a modification of [[belief propagation]].
It trades smaller memory usage for longer running time: while belief propagation takes O(n) time and O(n) memory, the island algorithm takes O(n log n) time and O(log n) memory. On a computer with an unlimited number of processors, this can be reduced to O(n) total time, while still taking only O(log n) memory.
==The algorithm==
Line 20:
==References==
{{reflist}}
{{Uncategorized|date=November 2011}}
|