libkissinferencesharp 1.0.x
libkissinferencesharp manual

libkissinferencesharp is a C# libary containing bindings to the C libary libkissinference that allows client applicaitons to use KISS neural networks for varous tasks.

The best place to start, and probubly the only classes most users of this libary will need can be found here: Kiss::Network and Kiss::Spectra

Building

The main development platform of libkissinferencesharp is explicitly cross-platform and has minimal dependancies. It is tested to work in Linux and Microsoft Windows 10.

Requirements

Optional Dependancies

  • Make is recommended to make building easier.
  • doxygen is required to build this documentataion.

Procedure

$ git clone https://git-ce.rwth-aachen.de/carl_philipp.klemm/libkissinferencesharp.git
$ make restore
$ make
If building the documentation is desired:
$ make doc

Usage

The usage of this library can be inferred from the API documentation linked above.

License

libkissinferencesharp is licensed to you under the LGPL version 3 , or (at your option) any later version. see lgpl-3.0.txt or LGPL for details