Menu

Tree [r44] /
 History

HTTPS access


File Date Author Commit
 bin 2009-10-02 habdankw [r35] Dev C++ project added.
 build 2016-12-04 habdankw [r44] Updates for Visual Studio 2015.
 helper_scripts 2009-10-01 habdankw [r34] KNNL:
 include 2016-02-16 habdankw [r43] Typos and some minor code fixes.
 source 2016-02-16 habdankw [r43] Typos and some minor code fixes.
 AUTHORS 2016-02-16 habdankw [r41] CMake update for the VS 14 (2015)
 CMakeLists.txt 2016-02-16 habdankw [r42] Typos and some minor code fixes.
 ChangeLog 2016-02-16 habdankw [r41] CMake update for the VS 14 (2015)
 LICENSE_1_0.txt 2016-02-16 habdankw [r41] CMake update for the VS 14 (2015)
 README 2016-02-16 habdankw [r43] Typos and some minor code fixes.
 TODO 2007-08-23 habdankw [r32]

Read Me

KNNL

Kohonen Neural Network Library

This library is written in C++, using boost library.
To compile is needed boost version 1.33 or newer.

In special case it is possible to reduce code and force
to use library without boost. 

For details look on http://knnl.sourceforge.net.

To compile demo version run:

make 

or 

make release

for debugging use

make debug

or to prepare release version with logger - trivial debugger 
described in debbugger.hpp file:

make tdrelease

There are also included project files for MS Visual Studio and
Dev C++ as well as CMake project prepared with support from CLion. 
CMake uses path to the boost library set as C://Programs//boost_1_60_0.

If this path is different fix the options, please.

Have a fun :-),
Authors.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.