Skip to content

yuedy/OPTICS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OPTICS (Density Based Clustering)

Question.pdf

Implement OPTICS to produce the reachability plot

  • compile.sh: Compile the code
  • optics.sh: Get reachability data
  • plot.sh: Plot the reachability data using matplotlib

The dataset for above optics code would be in the following format.

3 4 5 …
1 7 8 …
…

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.2%
  • Python 6.6%
  • Shell 1.2%