Home | History | Annotate | Download | only in services

Lines Matching refs:clusters

31  * ClusterManager incrementally indentify representitve clusters from the input location
32 * stream. Clusters are updated online using leader based clustering algorithm. The input
33 * locations initially are kept by the clusters. Periodially, a cluster consolidating
45 // Consoliate location clusters (and check for new semantic clusters)
122 ", number of clusters: " + mLocationClusters.size());
140 // if it is far away from all existing clusters, create a new cluster.
181 // merge clusters whose regions are overlapped. note that after merge
194 Log.v(TAG, mLocationClusters.size() + " location clusters after consolidate");
197 // clusters are found
228 Log.v(TAG, mSemanticClusters.size() + " semantic clusters after consolidate");
252 // reset location clusters.
282 Log.e(TAG, "load " + mSemanticClusterCount + " semantic clusters.");
330 ArrayList<String> clusters = new ArrayList<String>();
333 clusters.add(cluster.getSemanticId());
336 return clusters;