| Algorithm 1 Heuristic algorithm to extract biclique graph from bipartite graph |
| Require: A bipartite graph G(N,S,ε) |
| Ensure: Maximum edge biclique graph |
| Initialize edge variable |
| for (i: 1 to N) do |
| for (j: 1 to S) do |
| if then |
| Estimate using Equation (1) |
| end if |
| end for |
| Find maximum |
| Find maximum and |
| end for |
| return |