Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
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