The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
DensityBasedOutlierDetection
Hi,
I am a bit confused with the definitions given for "DensityBasedOutlierDetection".
The Density based approach says:
Thanks,
Shubha
I am a bit confused with the definitions given for "DensityBasedOutlierDetection".
The Density based approach says:
Is it using distance measure? Or just to calculate the distances in the beginning and the rest procedure deals with the density approach? The "DistanceBasedOutlierDetection" deals with distances and the "LOFOutlierDetection" is based on density based methods. My ambiguity is with the "DensityBasedOutlierDetection".
This operator is a DB outlier detection algorithm which calculates the DB(p,D)-outliers for an ExampleSet passed to the operator. DB(p,D)-outliers are Distance based outliers according to Knorr and Ng. A DB(p,D)-outlier is an object to which at least a proportion of p of all objects are farer away than distance D. It implements a global homogenous outlier search.
Thanks,
Shubha
0