Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.16 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.16 KB

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.