Beispiel #1
0
 public TNeuralNetwork()
 {
     this.fNInput  = 0;
     this.fNOutput = 0;
     this.OhqpGGWfa();
     TNeuralNetwork.cBJeufbvY = this;
 }
Beispiel #2
0
 public TNeuralNetwork(string Name)
 {
     this.fName    = Name;
     this.fNInput  = 0;
     this.fNOutput = 0;
     this.OhqpGGWfa();
     TNeuralNetwork.cBJeufbvY = this;
 }
Beispiel #3
0
 public void cd()
 {
   TNeuralNetwork.cBJeufbvY = this;
 }
Beispiel #4
0
 public void Connect(TNeuralNetwork Network)
 {
   this.fInputLayer.Connect(Network.OutputLayer);
 }
Beispiel #5
0
 public TNeuralNetwork(string Name)
 {
   this.fName = Name;
   this.fNInput = 0;
   this.fNOutput = 0;
   this.OhqpGGWfa();
   TNeuralNetwork.cBJeufbvY = this;
 }
Beispiel #6
0
 public TNeuralNetwork()
 {
   this.fNInput = 0;
   this.fNOutput = 0;
   this.OhqpGGWfa();
   TNeuralNetwork.cBJeufbvY = this;
 }
Beispiel #7
0
 public void cd()
 {
     TNeuralNetwork.cBJeufbvY = this;
 }
Beispiel #8
0
 public void Connect(TNeuralNetwork Network)
 {
     this.fInputLayer.Connect(Network.OutputLayer);
 }