Trevor Van Meter
- Startup a PostgreSQL database instance
- Run Maven command
mvn clean install - Execute the cs235_project-1.0-SNAPSHOT.one-jar.jar (see Usage)
- Output files placed in
out/folder
- Execute the
cs235_project-1.0-SNAPSHOT.one-jar.jar [0] [1] [2] [3]:- [0] - PostgreSQL address, port, user (and password if necessary)
- "localhost:32770/postgres?user=postgres"
- [1] - Input data file
- src/main/resources/Collisions_20092013_SWITRS.csv
- [0] - PostgreSQL address, port, user (and password if necessary)
java -jar target/cs235_project-1.0-SNAPSHOT.one-jar.jar "localhost:32770/postgres?user=postgres" src/main/resources/Collisions_20092013_SWITRS.csv- out/out.txt
- Contains the results for the classifications, and accuracy
- out/grid.tsv
- Contains the count and geometry for the grid based clustering