Skip to content

A data clustering application that uses Dbscan (Density-based spatial clustering of applications with noise) algorithm

License

Notifications You must be signed in to change notification settings

izzettunc/dbscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Dbscan

A data clustering application that uses Dbscan algorithm

Report Bug · Request Feature

Table of Contents

About The Project

Product Name Screen Shot

This project made as a class assignment.It's purpose basically clustering unlabeled data using Dbscan algorithm.

Features:

  • You can cluster any given data in csv format
  • You can visualize clustered data in 2-dimension however you like
  • You can see which data point is in which cluster by clicking the point in the chart
  • You can print results in a txt file

What is Dbscan algorithm ?

Density-based spatial clustering of applications with noise (DBSCAN) is a data clustering algorithm proposed by Martin Ester, Hans-Peter Kriegel, Jörg Sander and Xiaowei Xu in 1996. It is a density-based clustering non-parametric algorithm: given a set of points in some space, it groups together points that are closely packed together (points with many nearby neighbors), marking as outliers points that lie alone in low-density regions (whose nearest neighbors are too far away).

Getting Started

To get a local copy up and running follow these simple steps.

Installation

  1. Clone the repo
git clone https://github.com/izzettunc/dbscan.git
  1. Open DBScan.sln with Visual Studio

  2. Make changes, run it, use it whatever you like 😄

Usage

Application made in turkish which is my mother tongue.So here is some unneeded screenshots for how to use it

Application Screen Shot

Result File Screen Shot

Roadmap

See the open issues for a list of proposed features (and known issues).

License

Distributed under the MIT License. See LICENSE for more information.

Contact

İzzet Tunç - izzet.tunc1997@gmail.com
LinkedIn

About

A data clustering application that uses Dbscan (Density-based spatial clustering of applications with noise) algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages