Silent Bob
2008-11-11 00:05:01 UTC
Hello,
I have a little question with fann and C#. Example includes all process -
from training to running. How to run already trained network?
int net = fann.CreateContext() creates networks and proceeds with int net .
If i have network.net file, how to include it?
exmpl . int net = fann.something("network.net") ?
I have a little question with fann and C#. Example includes all process -
from training to running. How to run already trained network?
int net = fann.CreateContext() creates networks and proceeds with int net .
If i have network.net file, how to include it?
exmpl . int net = fann.something("network.net") ?