A Rust Self-organizing Maps (SOM) / Kohonen networks library and command line tool.
Warning: This project is in a very experimental state.
- SOM on Wikipedia
- For Super-SOMs, see this paper about a respective R package.
- Download the latest binaries.
- Unzip somewhere with write privileges (only required for running examples in place).
- Try the examples in sub-directory
/cmd_examples
. - To view the full list of options, run
kohonen --help
To use this crate as a library, add the following to your Cargo.toml
dependencies section:
kohonen = { git = "https://github.com/mlange-42/kohonen.git" }
See the included examples for usage details.
For the latest development version, see branch dev
.