Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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.