Skip to content

A variant of the DBSCAN clustering algorithm written in the functional programming paradigm.

Notifications You must be signed in to change notification settings

svaderia/DBSCAN_Variant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Variant of DBSCAN in Scheme

  • This projects aims to apply a Variant of DBSCAN in functional paradigm.
  • The code is compatible with Version 6.10.1 of DrRacket.
  • Problem_Statement.pdf contains the algorithm and approach.
  • t0.in, t1.in and t2.in are input files.
  • t0.out, t1.out and t2.out are output file.
  • driver.rkt contains the driver code.
  • To execute the file, type racket driver.rkt t1.in > t1.out in terminal.

About

A variant of the DBSCAN clustering algorithm written in the functional programming paradigm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages