Content deleted Content added
Importing Wikidata short description: "Algorithm for labeling clusters on a grid" (Shortdesc helper) |
Perpetuale (talk | contribs) Added wiki link for Raoul Kopelman Tags: Visual edit Mobile edit Mobile web edit |
||
Line 1:
{{short description|Algorithm for labeling clusters on a grid}}
{{Machine learning bar}}
The '''Hoshen–Kopelman algorithm''' is a simple and efficient [[algorithm]] for labeling [[Cluster analysis|clusters]] on a grid, where the grid is a regular [[Artificial neural network|network]] of cells, with the cells being either occupied or unoccupied. This algorithm is based on a well-known [[Disjoint-set data structure|union-finding algorithm]].<ref>https://www.cs.princeton.edu/~rs/AlgsDS07/01UnionFind.pdf</ref> The algorithm was originally described by J. Hoshen and
== Percolation theory ==
Line 10:
| <gallery>
Occupied_Grids_P_%3D_0.24.png | <center>'''Figure (a)'''</center>
</gallery>
Occupied_Grids_P_%3D_0.64.png | <center>'''Figure (b)'''</center>
</gallery>
|}
</center>
Line 99:
| <gallery>
H-K algorithm Input.png | <center>'''Figure (a)'''</center>
</gallery>
H-K algorithm output.png | <center>'''Figure (b)'''</center>
</gallery>
|}
</center>
|