Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 608 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 608 Bytes

CI-AGDS

A simple implementation of an AGDS (Associative Graph Data Structures) using Python.

Used datasets:

Implemented solution has been tested on a classic Iris dataset, as well as a commonly recommended alternative:

Usage:

The application requires a single command line argument: a path to the .csv dataset file.

python -m app ../dataset/IRIS.csv