Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)