Skip to content

A Self-organizing Maps (SOM) / Kohonen networks library and command line tool in Rust.

License

Notifications You must be signed in to change notification settings

mlange-42/kohonen

Repository files navigation

kohonen

Build Status

A Rust Self-organizing Maps (SOM) / Kohonen networks library and command line tool.

Warning: This project is in a very experimental state.

Self-organizing maps

Command line tool

Installation

  • Download the latest binaries.
  • Unzip somewhere with write privileges (only required for running examples in place).

Usage

  • Try the examples in sub-directory /cmd_examples.
  • To view the full list of options, run kohonen --help

Library / crate

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.

Development version

For the latest development version, see branch dev.