Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/armandgrillet/stsc-uicluster
https://github.com/armandgrillet/stsc-uicluster
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/armandgrillet/stsc-uicluster
- Owner: armandgrillet
- Created: 2016-05-19T20:40:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-04T12:34:46.000Z (over 8 years ago)
- Last Synced: 2023-10-20T17:28:36.551Z (about 1 year ago)
- Language: Scala
- Size: 51.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ststc-uicluster
Based on the paper [*Self Tuning Spectral Clustering algorithm*](http://www.vision.caltech.edu/lihi/Demos/SelfTuningClustering.html).
## How to install the dependencies
The core of the application is not publicly available yet. Run `ststc-uicluster.jar` to use the application (requires Java 1.8.0_92).
## How to build the fat jar?
```
sbt assembly
```Thanks to `project/assembly.sbt`.