Ejemplo n.º 1
0
    public int loadNet(string netLoadName)
    {
        string neuralNet = Scrivener.readController("ProjectData\\" + netLoadName);

        //nets.Add(new NeuralNetwork(this, neuralNet));
        return(networks.Length - 1); // The index of the new net
    }
Ejemplo n.º 2
0
 public void loadNeuralNetwork()
 {
     inscribeController(Scrivener.readController(networkLoadPath));
 }