Algorithm 1 Outlier Detection |
1: Divide into sub-regions by Euclidean space distance of the points, and initialize |
outlier cluster ; |
2: Conduct random sampling on each sub-region and generate hypotheses ; |
3: Calculate the residual histogram preference matrix ; |
4: Calculate the distance matrix for the residual histogram preferences of points and ; |
5: Conduct linkage clustering with distance and obtain clusters ; |
6: Calculate the outlier index for each cluster in , and select the cluster with the maximum |
outlier index as the outlier cluster , , inlier clusters ; |
7: If , return as the outlier detection result; else , , and return to step 2. |