View full-text article in PMC Sensors (Basel). 2020 Apr 29;20(9):2513. doi: 10.3390/s20092513 Search in PMC Search in PubMed View in NLM Catalog Add to search Copyright and License information © 2020 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/). PMC Copyright notice Algorithm 5 computeIntraClusters Input: F→kl,F→ks,ψh,ψl,ψs,λl,λs,(Δ1h,…Δh^h),(Δ1s,…Δns),(Δ1l,…Δml) Output: c→ks,c→^ks,t→ks 1:c→kl,c→^kl=findLocationClusters(F→kl,λl,(Δ1h,…Δh^h),(Δ1l,…Δml)) //Algorithm 1 2:c→ks=mapClusters(c→kl,c→^kl,ψl,ψs) //Algorithm 2 3:c→ks,c→^ks=findSensorClusters(F→ks,c→ks,λs,(Δ1h,…Δh^h),(Δ1s,…Δns)) //Algorithm 3 4:t→ks=assignTimeRef(|F→ks|,ψs,ψh) //Algorithm 4