Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmalek/knngraphs
Project showing correlation between k parameter in kNN graphs and Pearson's Correlation Coefficient
https://github.com/pmalek/knngraphs
Last synced: 6 days ago
JSON representation
Project showing correlation between k parameter in kNN graphs and Pearson's Correlation Coefficient
- Host: GitHub
- URL: https://github.com/pmalek/knngraphs
- Owner: pmalek
- License: gpl-2.0
- Created: 2014-05-29T15:26:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-29T21:13:36.000Z (over 10 years ago)
- Last Synced: 2024-10-29T10:52:26.205Z (about 2 months ago)
- Language: Java
- Size: 1.21 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
knngraphs
=========Project showing correlation between k parameter in kNN graphs and Pearson's Correlation Coefficient
Building
--------To build this project please first clone it using:
```sh
git clone https://github.com/pmalek/knngraphs.git
```and then go to the root directory of the project:
```sh
cd knngraphs
```and build it using maven:
```sh
mvn compile
```To package the project to a .jar file use:
```sh
mvn package
```Usage
-----After building the `.jar` you can use it by:
```sh
java -jar target/knngraphs-1.0-SNAPSHOT-jar-with-dependencies.jar -k K file1.csv [file2.csv]
```![Example plot](readme_res/example_plot.png)