Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zietzm/mdav
Data anonymization using maximum distance to the average vector (MDAV)
https://github.com/zietzm/mdav
Last synced: about 1 month ago
JSON representation
Data anonymization using maximum distance to the average vector (MDAV)
- Host: GitHub
- URL: https://github.com/zietzm/mdav
- Owner: zietzm
- License: mit
- Created: 2024-07-10T18:40:25.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-11T18:57:54.000Z (5 months ago)
- Last Synced: 2024-07-11T23:25:44.632Z (5 months ago)
- Language: Rust
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MDAV
Maximum distance to the average vector implementation in Rust.
## Installation
```bash
cargo install --git https://github.com/zietzm/mdav
```## Example
```bash
mdav --input data.csv --output out.csv --k 2
```## License
This project is licensed under the MIT license.