gregzaitsev/fanndotnetwrapper
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This source code depends on FANN - available from http://leenissen.dk/fann/wp/ Boost - available from http://www.boost.org Visual Studio 2008 To Use.... Both Debug and Release builds of Fann.Net.dll are included in the respective directories. Add the dll to your references. Documentation on usage to come... To Build...... 1) Download Fann 2.1.0 and Boost > 1.38.0 2) Create a directory <fann dir>\Fann.Net 3) Copy this source tree there. 4) Add the project to the Fann solution 5) Set up your boost include path in the Fann.Net project 6) Build There is also an XOR test project included in .\Fann.Net.Xor.Test\...