View full-text article in PMC Sensors (Basel). 2016 Feb 26;16(3):297. doi: 10.3390/s16030297 Search in PMC Search in PubMed View in NLM Catalog Add to search Copyright and License information © 2016 by the authors; licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons by Attribution (CC-BY) license (http://creativecommons.org/licenses/by/4.0/). PMC Copyright notice Algorithm 2 Construction phase. 1:procedure Construction(G(L(Ri)), λ, Φ) 2: Setinitialclique Φ =∅ 3: Set C=L(Ri) 4: while |C|>0 do 5: G(C)= Sub-graphinducedbyC 6: PADG(C)(nu)=Piu×βiu×degG(C)(nu) 7: δmin=min{PADG(C)(nu)∣nu∈C} 8: δmax=max{PADG(C)(nu)∣nu∈C} 9: RCL={nu∈C∣PADG(C)(nu)≥δmin+λ(δmax−δmin)} 10: Select nu atrandomfromtheRCL 11: Φ =Φ⋃{nu} 12: C=NeighboursC(nu) 13: endwhile 14:endprocedure