File: README.md

Recommend this page to a friend!
  Classes of Franz Josef Brünner   OPTICS Algorithm   README.md   Download  
File: README.md
Role: Auxiliary data
Content type: text/plain
Description: readme of repo
Class: OPTICS Algorithm
Find clusters of related points using OPTICS
Author: By
Last change: readme made more informative
Date: 2 years ago
Size: 864 bytes
 

Contents

Class file image Download
OPTICS-Clustering-JavaScript ============================ This Project is made for a Bachelor-Thesis, so you may have to rewrite and modify some code before using OPTICS in you own Project. The Clustering-Algorithm OPTICS is implemented purely in JavaScript as are the Files in this Project. There are some Examples in this Project that can be used right now after downloading. The HTML-File with HTML5-Webworker (optics_cluster_with_webworker.html) should be considered as a way to search for optimal Parameter-Values for OPTICS in a very short time, this File is also the aspect behind which this Project is made. But there are other HTML-Files (optics_cluster_without_webworker.hmlt, parameter_selection.html) too that you can try out OPTICS manually with. Hope this Project helps others in some way and most of all have fun when experimenting with OPTICS.