derelict_extras-fann 2.2.0
A dynamic binding to the FANN library.
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
DerelictFANN
Warning: this an unofficial Derelict binding.
A dynamic binding to FANN for the D Programming Language.
For information on how to build DerelictFANN and link it with your programs, please see the post Building and Using Packages in DerelictOrg at the Derelict forums.
For information on how to load the FANN library via DerelictFANN, see the page DerelictUtil for Users at the DerelictUtil Wiki. In the meantime, here's some sample code.
Contrarily to most Derelict bindings, this also includes an OO wrapper.
import derelict.fann.fann;
void main() {
// Load the FANN library.
DerelictFANN.load();
// Now FANN functions can be called, or FANN wrapper be used
...
}
- Registered by ponce
- 2.2.0 released 8 years ago
- p0nce/DerelictFANN
- github.com/p0nce/DerelictFANN
- Boost
- Authors:
- Dependencies:
- derelict-util
- Versions:
-
5.1.1 2018-Jun-20 5.1.0 2017-Jun-08 5.0.0 2017-Feb-24 4.0.1 2015-May-30 4.0.0 2015-May-24 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
1 downloads this month
-
285 downloads total
-
- Score:
- 1.5
- Short URL:
- derelict_extras-fann.dub.pm