Skip to content

MK-ek11/Outlier-Detection-using-Nested-Loop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Implement Nested-Loop Algorithm for Outlier Detection

Description

Course: Data Mining and Knowledge Discovery (Fall 2021)
Task: Write own code

A distance-based outlier detection method consults the neighborhood of an object, which is defined by a given radius. An object is then considered an outlier if its neighborhood does not have enough other points.

J. Han, Jian Pei, and Micheline Kamber, Data mining: concepts and techniques. S.l: Elsevier Science, 2011.

Task:

Screenshot 2023-03-11 111136

Answer:

Plot of the Original Dataset and the Outliers Detected (‘X’ in Red are the Outliers)

Screenshot 2023-03-11 111345

About

Write a code to implement Nested-Loop algorithm for outlier detection

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages