https://github.com/wangshusen/SparkKernelKMeans
Raw File
Tip revision: ee335687b484a9d7c655a0e434a2128c92090d9b authored by wangshusen on 13 July 2017, 20:20:24 UTC
Update run_cori.sl
Tip revision: ee33568
README.md
# SparkKernelKMeans
Spark implementation of kernel k-means with Nystrom approximation

## Usage

1. ```cd data/``` and download data file using the scripts in the directory ```data/```.
2. ```sbt package```
3. Properly edit ```run_local.sh``` and execute ```bash run_local.sh```.
back to top