Question
Consider the distance matrix for data objects. The outlier score of an object is the inverse of density around an object. The density of an object is equal to the number of objects within distance of 3 units from the object.
Identify outlier using density-based outlier detection method.
Solution
==================================================================================================
The formulae to be applied as per the question are:
Now, let’s go through the below steps to solve the problem.
Find the Density of the Objects:
Let density of point A be D(A).
Find the Outlier Score of the Objects:
Let outlier score of point A be OS(A).
Conclusion
Based on the outlier scores, points J and C are the outliers.