Commit inicial

This commit is contained in:
2024-05-21 12:41:41 +02:00
parent db4103c7cb
commit d4b162def0
20 changed files with 12870 additions and 2 deletions

View File

@@ -1,3 +1,14 @@
# ArffFiles
Library to read Arff Files and return STL vectors with the data read.
![C++](https://img.shields.io/badge/c++-%2300599C.svg?style=flat&logo=c%2B%2B&logoColor=white)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](<https://opensource.org/licenses/MIT>)
![Gitea Release](https://img.shields.io/gitea/v/release/rmontanana/arfffiles?gitea_url=https://gitea.rmontanana.es:3000)
![Gitea Last Commit](https://img.shields.io/gitea/last-commit/rmontanana/arfffiles?gitea_url=https://gitea.rmontanana.es:3000&logo=gitea)
Header-only library to read Arff Files and return STL vectors with the data read.
### Tests
```bash
make build && make test
```